Home
last modified time | relevance | path

Searched refs:draw_find_shader_output (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c107 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_POSITION, 0); in calculate_vertex_layout()
124 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 0); in calculate_vertex_layout()
131 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 1); in calculate_vertex_layout()
138 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FOG, 0); in calculate_vertex_layout()
149 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_POSITION, 0); in calculate_vertex_layout()
152 … src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_GENERIC, fs->generic_mapping[i]); in calculate_vertex_layout()
170 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FACE, 0); in calculate_vertex_layout()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c80 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
89 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
130 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
141 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
151 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
162 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c97 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
144 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
155 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
195 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
205 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
216 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_state.c241 src = draw_find_shader_output(draw, TGSI_SEMANTIC_POSITION, 0); in svga_swtnl_update_vdecl()
256 src = draw_find_shader_output(draw, sem_name, sem_index); in svga_swtnl_update_vdecl()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h138 draw_find_shader_output(const struct draw_context *draw,
Ddraw_context.c551 slot = draw_find_shader_output(draw, semantic_name, semantic_index); in draw_alloc_extra_vertex_attrib()
636 draw_find_shader_output(const struct draw_context *draw, in draw_find_shader_output() function
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c61 output = draw_find_shader_output(r300->draw, in r300_draw_emit_attrib()