Searched refs:draw_find_shader_output (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_derived.c | 84 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_POSITION, 0); in calculate_vertex_layout() 97 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_PSIZE, 0); in calculate_vertex_layout() 106 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 0); in calculate_vertex_layout() 113 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_COLOR, 1); in calculate_vertex_layout() 120 src = draw_find_shader_output(i915->draw, TGSI_SEMANTIC_FOG, 0); in calculate_vertex_layout() 129 src = draw_find_shader_output(i915->draw, fs->texcoords[i].semantic, in calculate_vertex_layout()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_derived.c | 77 int vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 93 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 143 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 152 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 163 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 173 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info() 184 vs_index = draw_find_shader_output(llvmpipe->draw, in compute_vertex_info()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_derived.c | 96 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()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_swtnl_state.c | 221 src = draw_find_shader_output(draw, TGSI_SEMANTIC_POSITION, 0); in svga_swtnl_update_vdecl() 236 src = draw_find_shader_output(draw, sem_name, sem_index); in svga_swtnl_update_vdecl()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_context.c | 558 int slot = draw_find_shader_output(draw, semantic_name, semantic_index); in draw_alloc_extra_vertex_attrib() 648 draw_find_shader_output(const struct draw_context *draw, in draw_find_shader_output() function
|
H A D | draw_context.h | 170 draw_find_shader_output(const struct draw_context *draw,
|
H A D | draw_pipe_wide_point.c | 269 wide->psize_slot = draw_find_shader_output(draw, TGSI_SEMANTIC_PSIZE, 0); in widepoint_first_point()
|
H A D | draw_llvm.c | 3789 int primid_output = draw_find_shader_output(llvm->draw, TGSI_SEMANTIC_PRIMID, 0); in draw_tes_llvm_make_variant_key()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_state_derived.c | 44 output = draw_find_shader_output(r300->draw, in r300_draw_emit_attrib()
|
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
H A D | commit.csv | 66087 …tform/external/mesa3d,[email protected],draw: fixup draw_find_shader_output
|