Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitinstruction.cpp101 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()
Dsfn_emitinstruction.h74 PValue from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel = -1);
Dsfn_shader_base.h66 PValue from_nir_with_fetch_constant(const nir_src& src, unsigned component, int channel = -1);
Dsfn_shader_base.cpp756 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
Dsfn_emitssboinstruction.cpp131 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()
Dsfn_emittexinstruction.cpp565 src.lod = from_nir_with_fetch_constant(instr.src[i].src, 0); in get_inputs()
Dsfn_shader_fragment.cpp649 from_nir_with_fetch_constant(instr->src[0], 0), in load_barycentric_at_sample()