Searched refs:from_nir_with_fetch_constant (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitinstruction.cpp | 101 PValue EmitInstruction::from_nir_with_fetch_constant(const nir_src& src, unsigned component, int ch… in from_nir_with_fetch_constant() function in r600::EmitInstruction 103 return m_proc.from_nir_with_fetch_constant(src, component, channel); in from_nir_with_fetch_constant()
|
D | sfn_emitinstruction.h | 74 PValue from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel = -1);
|
D | sfn_shader_base.h | 66 PValue from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel = -1);
|
D | sfn_shader_base.cpp | 756 address = from_nir_with_fetch_constant(instr->src[1], 0); in emit_store_scratch() 767 PValue address = from_nir_with_fetch_constant(instr->src[0], 0); in emit_load_scratch() 881 PValue addr = from_nir_with_fetch_constant(instr->src[1], 0); in emit_load_ubo_vec4() 1071 PValue ShaderFromNirProcessor::from_nir_with_fetch_constant(const nir_src& src, unsigned component,… in from_nir_with_fetch_constant() function in r600::ShaderFromNirProcessor
|
D | sfn_emitssboinstruction.cpp | 131 PValue value = from_nir_with_fetch_constant(instr->src[1], 0); in emit_atomic() 135 PValue value2 = from_nir_with_fetch_constant(instr->src[2], 0); in emit_atomic()
|
D | sfn_emittexinstruction.cpp | 565 src.lod = from_nir_with_fetch_constant(instr.src[i].src, 0); in get_inputs()
|
D | sfn_shader_fragment.cpp | 649 from_nir_with_fetch_constant(instr->src[0], 0), in load_barycentric_at_sample()
|