Searched refs:emit_streamout (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_ir_to_assembly.cpp | 51 bool emit_streamout(const StreamOutIntruction& instr); 187 return emit_streamout(static_cast<const StreamOutIntruction&>(*i)); in emit() 595 bool AssemblyFromShaderLegacyImpl::emit_streamout(const StreamOutIntruction& so_instr) in emit_streamout() function in r600::AssemblyFromShaderLegacyImpl
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 2404 static int emit_streamout(struct r600_shader_ctx *ctx, struct pipe_stream_output_info *so, in emit_streamout() function 2680 emit_streamout(&ctx, so, only_ring_0 ? -1 : ring, &cshader->shader.ring_item_sizes[ring]); in generate_gs_copy_shader() 4049 emit_streamout(&ctx, &so, -1, NULL); in r600_shader_from_tgsi()
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.cpp | 10769 static void emit_streamout(isel_context *ctx, unsigned stream) in emit_streamout() function 11804 emit_streamout(&ctx, 0); in select_program() 11921 emit_streamout(&ctx, stream); in select_gs_copy_shader()
|