Searched refs:draw_find_shader_output (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_derived.c | 107 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/ |
D | lp_state_derived.c | 80 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/ |
D | sp_state_derived.c | 97 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/ |
D | svga_swtnl_state.c | 239 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()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_context.h | 145 draw_find_shader_output(const struct draw_context *draw,
|
D | draw_pipe_wide_point.c | 269 wide->psize_slot = draw_find_shader_output(draw, TGSI_SEMANTIC_PSIZE, 0); in widepoint_first_point()
|
D | draw_context.c | 609 slot = draw_find_shader_output(draw, semantic_name, semantic_index); in draw_alloc_extra_vertex_attrib() 696 draw_find_shader_output(const struct draw_context *draw, in draw_find_shader_output() function
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_derived.c | 61 output = draw_find_shader_output(r300->draw, in r300_draw_emit_attrib()
|