HomeSort by: relevance | last modified time | path
    Searched defs:from_nir_with_fetch_constant (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_emitinstruction.cpp 101 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);
sfn_shader_base.cpp 756 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

Completed in 31 milliseconds