Searched refs:FetchInstruction (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_fetch.cpp34 FetchInstruction::FetchInstruction(EVFetchInstr op, function in class:r600::FetchInstruction
79 FetchInstruction::FetchInstruction(EVFetchInstr vc_opcode, function in class:r600::FetchInstruction
127 FetchInstruction::FetchInstruction(GPRVector dst, function in class:r600::FetchInstruction
164 FetchInstruction::FetchInstruction(GPRVector dst, function in class:r600::FetchInstruction
196 FetchInstruction::FetchInstruction(GPRVecto function in class:r600::FetchInstruction
[all...]
H A Dsfn_instruction_fetch.h34 class FetchInstruction : public Instruction { class in namespace:r600
37 FetchInstruction(EVFetchInstr vc_opcode,
59 FetchInstruction(EVFetchInstr op,
67 FetchInstruction(GPRVector dst,
74 FetchInstruction(GPRVector dst,
79 FetchInstruction(GPRVector dst, PValue src, int scratch_size);
170 class LoadFromScratch: public FetchInstruction {
175 class FetchGDSOpResult : public FetchInstruction {
180 class FetchTCSIOParam : public FetchInstruction {
H A Dsfn_instructionvisitor.h10 class FetchInstruction;
38 virtual bool visit(FetchInstruction& i) = 0;
67 virtual bool visit(const FetchInstruction& i) = 0;
H A Dsfn_shader_compute.cpp98 auto ir = new FetchInstruction(vc_fetch, no_index_offset,
H A Dsfn_emitssboinstruction.cpp370 auto ir = new FetchInstruction(dest, addr_temp,
503 auto fetch = new FetchInstruction(vc_fetch,
598 auto fetch = new FetchInstruction(vc_fetch,
643 emit_instruction(new FetchInstruction(dest, PValue(new GPRValue(0, 7)),
678 emit_instruction(new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, R600_SHADER_BUFFER_INFO_SEL,
713 emit_instruction(new FetchInstruction(dst, PValue(new GPRValue(0, 7)),
H A Dsfn_shader_base.cpp893 FetchInstruction *ir;
895 ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, 0,
899 ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, 0,
1023 auto ir = new FetchInstruction(vc_fetch, no_index_offset, trgt, addr, offest,
H A Dsfn_shader_geometry.cpp325 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, dest, addr,
H A Dsfn_shader_fragment.cpp416 auto vtx = new FetchInstruction(dst, m_helper_invocation,
648 auto fetch = new FetchInstruction(vc_fetch, no_index_offset, slope,
775 auto fetch = new FetchInstruction(vc_fetch,
H A Dsfn_emittexinstruction.cpp90 auto ir = new FetchInstruction(vc_fetch, no_index_offset, dst, src.coord.reg_i(0), 0,
323 emit_instruction(new FetchInstruction(dst, PValue(new GPRValue(0, 7)),
H A Dsfn_ir_to_assembly.cpp56 bool visit(const FetchInstruction& i) override;
698 bool AssemblyFromShaderLegacyImpl::visit(const FetchInstruction& fetch_instr)

Completed in 16 milliseconds