Searched refs:tex_coord (Results 1 – 3 of 3) sorted by relevance
619 GLdouble invQ = tex_coord[2] ? \ in fast_persp_span()620 (1.0 / tex_coord[2]) : 1.0; \ in fast_persp_span()621 GLfloat s_tmp = (GLfloat) (tex_coord[0] * invQ); \ in fast_persp_span()622 GLfloat t_tmp = (GLfloat) (tex_coord[1] * invQ); \ in fast_persp_span()632 tex_coord[0] += tex_step[0]; \ in fast_persp_span()633 tex_coord[1] += tex_step[1]; \ in fast_persp_span()634 tex_coord[2] += tex_step[2]; \ in fast_persp_span()640 GLdouble invQ = tex_coord[2] ? \ in fast_persp_span()641 (1.0 / tex_coord[2]) : 1.0; \ in fast_persp_span()642 const GLfloat s_tmp = (GLfloat) (tex_coord[0] * invQ); \ in fast_persp_span()[all …]
301 float tex_coord[2]; in radv_meta_blit2d_normal_dst() member311 .tex_coord = { in radv_meta_blit2d_normal_dst()322 .tex_coord = { in radv_meta_blit2d_normal_dst()333 .tex_coord = { in radv_meta_blit2d_normal_dst()
242 float tex_coord[3]; in meta_emit_blit() member252 .tex_coord = { in meta_emit_blit()264 .tex_coord = { in meta_emit_blit()276 .tex_coord = { in meta_emit_blit()