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

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c3108 float tttt[TGSI_QUAD_SIZE],
3156 tttt[j] = t[j] * ima + 0.5F;
3167 tttt[j] = sign * -p[j] * ima + 0.5F;
3178 tttt[j] = t[j] * ima + 0.5F;
3101 convert_cube(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], float ssss[TGSI_QUAD_SIZE], float tttt[TGSI_QUAD_SIZE], float pppp[TGSI_QUAD_SIZE], uint faces[TGSI_QUAD_SIZE]) argument

Completed in 85 milliseconds