Searched defs:TGSI_QUAD_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */ macro
67 float f[TGSI_QUAD_SIZE];
68 int i[TGSI_QUAD_SIZE];
69 unsigned u[TGSI_QUAD_SIZE];
104 const float s[TGSI_QUAD_SIZE],
105 const float t[TGSI_QUAD_SIZE],
106 const float p[TGSI_QUAD_SIZE],
107 const float c0[TGSI_QUAD_SIZE],
109 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
112 void (*get_texel)(struct tgsi_sampler *sampler, const int i[TGSI_QUAD_SIZE],
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h46 #define TGSI_QUAD_SIZE 4 /* 4 pixel/quad */ macro
67 float f[TGSI_QUAD_SIZE];
68 int i[TGSI_QUAD_SIZE];
69 unsigned u[TGSI_QUAD_SIZE];
104 const float s[TGSI_QUAD_SIZE],
105 const float t[TGSI_QUAD_SIZE],
106 const float p[TGSI_QUAD_SIZE],
107 const float c0[TGSI_QUAD_SIZE],
109 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);
112 void (*get_texel)(struct tgsi_sampler *sampler, const int i[TGSI_QUAD_SIZE],
[all...]

Completed in 106 milliseconds