Searched refs:private_segment_buffer (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_spill.cpp | 1329 Temp private_segment_buffer = ctx.program->private_segment_buffer; in load_scratch_resource() local 1331 …private_segment_buffer = bld.smem(aco_opcode::s_load_dwordx2, bld.def(s2), private_segment_buffer,… in load_scratch_resource() 1352 private_segment_buffer, Operand(-1u), in load_scratch_resource()
|
D | aco_instruction_selection.cpp | 4332 … bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), ctx->program->private_segment_buffer, Operand(R… in visit_store_ls_or_es_output() 4406 … bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), ctx->program->private_segment_buffer, Operand(R… in visit_store_tcs_output() 4900 … bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), ctx->program->private_segment_buffer, Operand(R… in visit_load_input() 4971 … bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), ctx->program->private_segment_buffer, Operand(R… in visit_load_gs_per_vertex_input() 5003 … bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), ctx->program->private_segment_buffer, Operand(R… in visit_load_tes_per_vertex_input() 6836 Temp scratch_addr = ctx->program->private_segment_buffer; in get_scratch_resource() 7042 … bld.smem(aco_opcode::s_load_dwordx4, bld.def(s4), ctx->program->private_segment_buffer, Operand(R… in visit_emit_vertex_with_counter() 7588 Temp private_segment_buffer = ctx->program->private_segment_buffer; in visit_intrinsic() local 7603 … sample_pos = bld.smem(aco_opcode::s_load_dwordx2, bld.def(s2), private_segment_buffer, off); in visit_intrinsic() 7607 …= bld.global(aco_opcode::global_load_dwordx2, bld.def(v2), addr, private_segment_buffer, sample_po… in visit_intrinsic() [all …]
|
D | aco_ir.h | 1634 Temp private_segment_buffer; variable
|