Searched refs:ShaderFromNirProcessor (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_base.cpp59 ShaderFromNirProcessor::ShaderFromNirProcessor(pipe_shader_type ptype, function in class:r600::ShaderFromNirProcessor
86 ShaderFromNirProcessor::~ShaderFromNirProcessor()
90 bool ShaderFromNirProcessor::scan_instruction(nir_instr *instr)
152 enum chip_class ShaderFromNirProcessor::get_chip_class(void) const
157 bool ShaderFromNirProcessor::allocate_reserved_registers()
198 void ShaderFromNirProcessor::remap_registers()
247 bool ShaderFromNirProcessor::process_uniforms(nir_variable *uniform)
291 void ShaderFromNirProcessor
[all...]
H A Dsfn_emitinstruction.h37 class ShaderFromNirProcessor;
42 EmitInstruction(ShaderFromNirProcessor& processor);
67 // forwards from ShaderFromNirProcessor
94 ShaderFromNirProcessor& m_proc;
H A Dsfn_shader_compute.h36 class ComputeShaderFromNir : public ShaderFromNirProcessor
H A Dsfn_shader_tcs.h8 class TcsShaderFromNir : public ShaderFromNirProcessor
H A Dsfn_vertexstageexport.h9 class VertexStage : public ShaderFromNirProcessor {
11 using ShaderFromNirProcessor::ShaderFromNirProcessor;
H A Dsfn_emitssboinstruction.h12 EmitSSBOInstruction(ShaderFromNirProcessor& processor);
H A Dsfn_emittexinstruction.h38 EmitTexInstruction(ShaderFromNirProcessor& processor);
H A Dsfn_shader_compute.cpp36 ShaderFromNirProcessor (PIPE_SHADER_COMPUTE, sel, sh->shader,
H A Dsfn_shader_fragment.h36 class FragmentShaderFromNir : public ShaderFromNirProcessor {
H A Dsfn_shader_tcs.cpp11 ShaderFromNirProcessor (PIPE_SHADER_TESS_CTRL, sel, sh->shader,
H A Dsfn_shader_base.h57 class ShaderFromNirProcessor : public ValuePool { class in namespace:r600
59 ShaderFromNirProcessor(pipe_shader_type ptype, r600_pipe_shader_selector& sel,
62 virtual ~ShaderFromNirProcessor();
H A Dsfn_emitaluinstruction.h42 EmitAluInstruction(ShaderFromNirProcessor& processor);
H A Dsfn_nir.h101 std::unique_ptr<ShaderFromNirProcessor> impl;
H A Dsfn_emitinstruction.cpp33 EmitInstruction::EmitInstruction(ShaderFromNirProcessor& processor):
H A Dsfn_emitssboinstruction.cpp14 EmitSSBOInstruction::EmitSSBOInstruction(ShaderFromNirProcessor& processor):
H A Dsfn_emittexinstruction.cpp33 EmitTexInstruction::EmitTexInstruction(ShaderFromNirProcessor &processor):
H A Dsfn_emitaluinstruction.cpp37 EmitAluInstruction::EmitAluInstruction(ShaderFromNirProcessor& processor):
H A Dsfn_shader_fragment.cpp39 ShaderFromNirProcessor(PIPE_SHADER_FRAGMENT, sel, sh, nir.scratch_size, chip_class, 0),

Completed in 15 milliseconds