Searched refs:viewport_index_output (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h46 unsigned viewport_index_output = local in function:TAG
50 u_bitcast_f2u(out->data[viewport_index_output][0]): 0;
77 viewport_index = u_bitcast_f2u(out->data[viewport_index_output][0]);
H A Ddraw_gs.h77 unsigned viewport_index_output; member in struct:draw_geometry_shader
H A Ddraw_vs.h113 unsigned viewport_index_output; member in struct:draw_vertex_shader
H A Ddraw_vs_variant.c87 int viewport_index_output = local in function:find_viewport
93 data[viewport_index_output * 4] : 0;
H A Ddraw_vs.c89 vs->viewport_index_output = i;
H A Ddraw_context.c854 return draw->gs.geometry_shader->viewport_index_output;
855 return draw->vs.vertex_shader->viewport_index_output;
H A Ddraw_pipe_clip.c86 unsigned viewport_index_output = local in function:draw_viewport_index
89 u_bitcast_f2u(leading_vertex->data[viewport_index_output][0]);
H A Ddraw_gs.c848 gs->viewport_index_output = i;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h48 unsigned viewport_index_output = local in function:TAG
55 viewport_index = u_bitcast_f2u(out->data[viewport_index_output][0]);
83 viewport_index = u_bitcast_f2u(out->data[viewport_index_output][0]);
H A Ddraw_gs.h77 unsigned viewport_index_output; member in struct:draw_geometry_shader
H A Ddraw_tess.h86 unsigned viewport_index_output; member in struct:draw_tess_eval_shader
H A Ddraw_vs.h113 unsigned viewport_index_output; member in struct:draw_vertex_shader
H A Ddraw_vs_variant.c87 int viewport_index_output = local in function:find_viewport
93 data[viewport_index_output * 4] : 0;
H A Ddraw_vs.c104 vs->viewport_index_output = i;
H A Ddraw_context.c975 return draw->gs.geometry_shader->viewport_index_output;
977 return draw->tes.tess_eval_shader->viewport_index_output;
978 return draw->vs.vertex_shader->viewport_index_output;
H A Ddraw_pipe_clip.c86 unsigned viewport_index_output = local in function:draw_viewport_index
89 u_bitcast_f2u(leading_vertex->data[viewport_index_output][0]);
H A Ddraw_tess.c567 tes->viewport_index_output = i;
H A Ddraw_gs.c843 gs->viewport_index_output = i;

Completed in 20 milliseconds