Searched refs:pipe_stream_output_info (Results 1 – 25 of 74) sorted by relevance
123
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state.h | 80 struct pipe_stream_output_info stream_output; 86 struct pipe_stream_output_info stream_output; 92 struct pipe_stream_output_info stream_output; 105 struct pipe_stream_output_info base;
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | vertexdeclaration9.h | 31 struct pipe_stream_output_info; 87 struct pipe_stream_output_info *so ); 97 const struct pipe_stream_output_info *so );
|
D | nine_shader.h | 102 struct pipe_stream_output_info so; 116 const struct pipe_stream_output_info *so); 184 struct pipe_stream_output_info so; 191 struct pipe_stream_output_info *so) in nine_shader_variant_so_get() 205 struct pipe_stream_output_info *so, void *cso) in nine_shader_variant_so_add()
|
D | vertexdeclaration9.c | 418 struct pipe_stream_output_info *so ) in NineVertexDeclaration9_FillStreamOutputInfo() 423 memset(so, 0, sizeof(struct pipe_stream_output_info)); in NineVertexDeclaration9_FillStreamOutputInfo() 474 const struct pipe_stream_output_info *so ) in NineVertexDeclaration9_ConvertStreamOutput()
|
D | vertexshader9.h | 133 struct pipe_stream_output_info *so );
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_streamout.h | 32 struct pipe_stream_output_info info; 43 const struct pipe_stream_output_info *info);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_vs.h | 82 VertexExportForFs(VertexStageShader *parent, const pipe_stream_output_info *so_info, 121 const pipe_stream_output_info *m_so_info {nullptr}; 158 …VertexShader(const pipe_stream_output_info *so_info, r600_shader *gs_shader, r600_shader_key& key);
|
D | sfn_shader_tess.h | 67 TESShader(const pipe_stream_output_info *so_info, const r600_shader *gs_shader,
|
D | sfn_nir.cpp | 196 LowerClipvertexWrite(int noutputs, pipe_stream_output_info& so_info) : in LowerClipvertexWrite() 258 pipe_stream_output_info& m_so_info; 352 pipe_stream_output_info& so_info) in r600_lower_clipvertex_to_clipdist()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_so_emit.c | 57 static const struct pipe_stream_output_info * 60 const struct pipe_stream_output_info *state = NULL; in draw_so_info() 76 const struct pipe_stream_output_info *state = draw_so_info(draw); in draw_has_so() 124 const struct pipe_stream_output_info *state = draw_so_info(draw); in so_emit_prim()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_compiler.h | 61 struct pipe_stream_output_info so_info; 121 const struct pipe_stream_output_info *so_info);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_simple_shaders.h | 39 struct pipe_stream_output_info; 60 const struct pipe_stream_output_info *so);
|
D | u_dump.h | 140 const struct pipe_stream_output_info *state);
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_helpers.h | 34 struct pipe_stream_output_info *so);
|
D | nir_helpers.c | 31 struct pipe_stream_output_info *so) in nir_gather_stream_output_info()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.h | 302 struct pipe_stream_output_info stream_output; 316 struct pipe_stream_output_info stream_output;
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_internal.h | 43 struct pipe_stream_output_info so; 226 struct si_shader *shader, const struct pipe_stream_output_info *so,
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.h | 46 struct pipe_stream_output_info;
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 271 struct pipe_stream_output_info struct 309 struct pipe_stream_output_info stream_output;
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_pipeline_state.h | 61 struct pipe_stream_output_info so_info;
|
D | d3d12_compiler.h | 224 struct pipe_stream_output_info so_info;
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.h | 197 struct pipe_stream_output_info *so);
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state.h | 130 struct pipe_stream_output_info base;
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.h | 43 struct pipe_stream_output_info; 114 const struct pipe_stream_output_info *so ); 148 const struct pipe_stream_output_info *so ) in ureg_create_shader_with_so_and_destroy()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_screen.h | 119 uint32_t *(*create_so_decl_list)(const struct pipe_stream_output_info *sol,
|
123