Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c85 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_POSITION, 0); in calculate_vertex_layout()
98 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_PSIZE, 0); in calculate_vertex_layout()
107 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 0); in calculate_vertex_layout()
114 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 1); in calculate_vertex_layout()
121 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FOG, 0); in calculate_vertex_layout()
130 src = draw_find_shader_output(i915->draw, fs->texcoords[i].semantic, in calculate_vertex_layout()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c96 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
143 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
154 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
194 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
204 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
215 vs_index = draw_find_shader_output(softpipe->draw, in softpipe_compute_vertex_info()
/third_party/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()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_state.c239 src = draw_find_shader_output(draw, TGSI_SEMANTIC_POSITION, 0); in svga_swtnl_update_vdecl()
254 src = draw_find_shader_output(draw, sem_name, sem_index); in svga_swtnl_update_vdecl()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h147 draw_find_shader_output(const struct draw_context *draw,
Ddraw_pipe_wide_point.c269 wide->psize_slot = draw_find_shader_output(draw, TGSI_SEMANTIC_PSIZE, 0); in widepoint_first_point()
Ddraw_context.c599 slot = draw_find_shader_output(draw, semantic_name, semantic_index); in draw_alloc_extra_vertex_attrib()
686 draw_find_shader_output(const struct draw_context *draw, in draw_find_shader_output() function
Ddraw_llvm.c4210 int primid_output = draw_find_shader_output(llvm->draw, TGSI_SEMANTIC_PRIMID, 0); in draw_tes_llvm_make_variant_key()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c61 output = draw_find_shader_output(r300->draw, in r300_draw_emit_attrib()