Searched refs:from_nir_with_fetch_constant (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp101 PValue EmitInstruction::from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel) function in class:r600::EmitInstruction
103 return m_proc.from_nir_with_fetch_constant(src, component, channel);
H A Dsfn_emitinstruction.h74 PValue from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel = -1);
H A Dsfn_shader_base.h66 PValue from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel = -1);
H A Dsfn_shader_base.cpp756 address = from_nir_with_fetch_constant(instr->src[1], 0);
767 PValue address = from_nir_with_fetch_constant(instr->src[0], 0);
881 PValue addr = from_nir_with_fetch_constant(instr->src[1], 0);
1071 PValue ShaderFromNirProcessor::from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel) function in class:r600::ShaderFromNirProcessor
H A Dsfn_emitssboinstruction.cpp131 PValue value = from_nir_with_fetch_constant(instr->src[1], 0);
135 PValue value2 = from_nir_with_fetch_constant(instr->src[2], 0);
H A Dsfn_emittexinstruction.cpp565 src.lod = from_nir_with_fetch_constant(instr.src[i].src, 0);
H A Dsfn_shader_fragment.cpp649 from_nir_with_fetch_constant(instr->src[0], 0),

Completed in 13 milliseconds