HomeSort by relevance Sort by last modified time
    Searched refs:tex_coord (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_triangle.c 619 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[0] * invQ);
675 GLfloat tex_coord[3], tex_step[3]; local
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_blit.c 242 float tex_coord[3]; member in struct:blit_vb_data
252 .tex_coord = {
264 .tex_coord = {
276 .tex_coord = {
    [all...]
radv_meta_blit2d.c 301 float tex_coord[2]; member in struct:blit_vb_data
311 .tex_coord = {
322 .tex_coord = {
333 .tex_coord = {
    [all...]

Completed in 473 milliseconds