Home | History | Annotate | Download | only in tgsi

Lines Matching defs:TGSI_QUAD_SIZE

46 #define TGSI_QUAD_SIZE    4  /* 4 pixel/quad */
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],
113 const int j[TGSI_QUAD_SIZE], const int k[TGSI_QUAD_SIZE],
114 const int lod[TGSI_QUAD_SIZE], const int8_t offset[3],
115 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]);