Home
last modified time | relevance | path

Searched refs:pipe_stream_output (Results 1 – 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h250 struct pipe_stream_output struct
273 struct pipe_stream_output output[PIPE_MAX_SO_OUTPUTS]; argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_internal.h262 struct pipe_stream_output *stream_out,
Dsi_shader_llvm_vs.c273 struct pipe_stream_output *stream_out, in si_llvm_streamout_store_output()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_pipeline_state.cpp80 const struct pipe_stream_output *output = &info->output[i]; in fill_so_declaration()
Dd3d12_compiler.cpp1001 struct pipe_stream_output *output = &so_info->output[i]; in update_so_info()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c431 struct pipe_stream_output *output = &so_info->output[i]; in update_so_info()
Dpan_cmdstream.c1866 static struct pipe_stream_output *
2065 struct pipe_stream_output *o = (xfb_loc_mask & BITFIELD64_BIT(loc)) ? in panfrost_emit_varying()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c82 const struct pipe_stream_output *output = in v3d_set_transform_feedback_outputs()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c536 const struct pipe_stream_output *output = &so_info->output[i]; in update_so_info()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1289 struct pipe_stream_output so_output = so_info->so_info.output[i]; in emit_so_info()
1338 struct pipe_stream_output so_output = so_info->so_info.output[i]; in emit_so_outputs()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c413 struct pipe_stream_output *output = &so_info->output[i]; in update_so_info()
Diris_state.c3849 const struct pipe_stream_output *output = &info->output[i]; in iris_create_so_decl_list()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c386 struct pipe_stream_output *output = &so_info->output[i]; in update_so_info()
Dcrocus_state.c4286 const struct pipe_stream_output *output = &info->output[i]; in crocus_create_so_decl_list()
5297 const struct pipe_stream_output *output = &so_info->output[idx]; in emit_sol_surface()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4810 - lavapipe: fix initialization of pipe_stream_output with unwritten outputs