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 D | 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);
|
| H A D | sfn_emitinstruction.h | 74 PValue from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel = -1);
|
| H A D | sfn_shader_base.h | 66 PValue from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel = -1);
|
| H A D | 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
|
| H A D | sfn_emitssboinstruction.cpp | 131 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 D | sfn_emittexinstruction.cpp | 565 src.lod = from_nir_with_fetch_constant(instr.src[i].src, 0);
|
| H A D | sfn_shader_fragment.cpp | 649 from_nir_with_fetch_constant(instr->src[0], 0),
|
Completed in 13 milliseconds