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

/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_blit.c242 float tex_coord[3]; member in struct:blit_vb_data
252 .tex_coord = {
264 .tex_coord = {
276 .tex_coord = {
H A Dradv_meta_blit2d.c301 float tex_coord[2]; member in struct:blit_vb_data
311 .tex_coord = {
322 .tex_coord = {
333 .tex_coord = {
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c619 GLdouble invQ = tex_coord[2] ? \
620 (1.0 / tex_coord[2]) : 1.0; \
621 GLfloat s_tmp = (GLfloat) (tex_coord[0] * invQ); \
622 GLfloat t_tmp = (GLfloat) (tex_coord[1] * invQ); \
632 tex_coord[0] += tex_step[0]; \
633 tex_coord[1] += tex_step[1]; \
634 tex_coord[2] += tex_step[2]; \
640 GLdouble invQ = tex_coord[2] ? \
641 (1.0 / tex_coord[2]) : 1.0; \
642 const GLfloat s_tmp = (GLfloat) (tex_coord[
675 GLfloat tex_coord[3], tex_step[3]; local
[all...]

Completed in 574 milliseconds