Searched refs:BYTE_PTR (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h897 #define BYTE_PTR byte macro
948 #define BYTE_PTR byte ptr
1021 #define B_CONTENT(a) BYTE_PTR [a]
1028 #define B_CONTENT(a) BYTE_PTR a
1037 #define B_REGIND(a) BYTE_PTR [a]
1045 #define B_REGOFF(a, b) BYTE_PTR [b + a]
1055 #define B_REGBID(b, i, d) BYTE_PTR [b + i + d]
1063 #define B_REGBIS(b, i, s) BYTE_PTR [b + i * s]
1071 #define B_REGBISD(b, i, s, d) BYTE_PTR [b + i * s + d]
1079 #define B_REGDIS(d, i, s) BYTE_PTR [
[all...]
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h897 #define BYTE_PTR byte macro
948 #define BYTE_PTR byte ptr
1021 #define B_CONTENT(a) BYTE_PTR [a]
1028 #define B_CONTENT(a) BYTE_PTR a
1037 #define B_REGIND(a) BYTE_PTR [a]
1045 #define B_REGOFF(a, b) BYTE_PTR [b + a]
1055 #define B_REGBID(b, i, d) BYTE_PTR [b + i + d]
1063 #define B_REGBIS(b, i, s) BYTE_PTR [b + i * s]
1071 #define B_REGBISD(b, i, s, d) BYTE_PTR [b + i * s + d]
1079 #define B_REGDIS(d, i, s) BYTE_PTR [
[all...]

Completed in 112 milliseconds