Searched refs:ureg_DECL_vs_input (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c59 vrect = ureg_DECL_vs_input(shader, VS_I_RECT);
60 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
115 vmv[0] = ureg_DECL_vs_input(shader, VS_I_MV_TOP);
116 vmv[1] = ureg_DECL_vs_input(shader, VS_I_MV_BOTTOM);
244 vrect = ureg_DECL_vs_input(shader, VS_I_RECT);
245 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
H A Dvl_idct.c155 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
271 vrect = ureg_DECL_vs_input(shader, VS_I_RECT);
272 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
403 vrect = ureg_DECL_vs_input(shader, VS_I_RECT);
404 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
H A Dvl_zscan.c115 vrect = ureg_DECL_vs_input(shader, VS_I_RECT);
116 vpos = ureg_DECL_vs_input(shader, VS_I_VPOS);
117 block_num = ureg_DECL_vs_input(shader, VS_I_BLOCK_NUM);
H A Dvl_compositor.c68 vpos = ureg_DECL_vs_input(shader, 0);
69 vtex = ureg_DECL_vs_input(shader, 1);
70 color = ureg_DECL_vs_input(shader, 2);
H A Dvl_matrix_filter.c59 i_vpos = ureg_DECL_vs_input(shader, 0);
H A Dvl_median_filter.c57 i_vpos = ureg_DECL_vs_input(shader, 0);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tgsi.c284 src = ureg_DECL_vs_input(ureg, input_slot++);
290 src = ureg_DECL_vs_input(ureg, input_slot++);
296 src = ureg_DECL_vs_input(ureg, input_slot++);
302 src = ureg_DECL_vs_input(ureg, input_slot++);
308 src = ureg_DECL_vs_input(ureg, input_slot++);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c287 src = ureg_DECL_vs_input(ureg, input_slot++);
294 src = ureg_DECL_vs_input(ureg, input_slot++);
300 src = ureg_DECL_vs_input(ureg, input_slot++);
306 src = ureg_DECL_vs_input(ureg, input_slot++);
312 src = ureg_DECL_vs_input(ureg, input_slot++);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_simple_shaders.c87 src = ureg_DECL_vs_input( ureg, i );
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c308 ureg_DECL_vs_input( ureg, 0 ));
313 ureg_DECL_vs_input( ureg, 1 ));
319 ureg_DECL_vs_input( ureg, 2 ));
H A Dst_mesa_to_tgsi.c1128 t->inputs[i] = ureg_DECL_vs_input(ureg, i);
H A Dst_glsl_to_tgsi.cpp4632 t->inputs[i] = ureg_DECL_vs_input(ureg, i);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c205 src[0] = ureg_DECL_vs_input(ureg, 0);
219 src[1] = ureg_DECL_vs_input(ureg, 1);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.h216 ureg_DECL_vs_input( struct ureg_program *,
H A Dtgsi_ureg.c352 ureg_DECL_vs_input( struct ureg_program *ureg, function
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp668 inputs[idx] = ureg_DECL_vs_input(ureg, idx);

Completed in 168 milliseconds