Searched refs:get_deref_location (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emitinstruction.cpp96 EmitInstruction::get_deref_location(const nir_src& v) const function in class:r600::EmitInstruction
98 return m_proc.get_deref_location(v);
H A Dsfn_emitinstruction.h78 const nir_variable *get_deref_location(const nir_src& v) const;
H A Dsfn_shader_base.h79 const nir_variable *get_deref_location(const nir_src& src) const;
H A Dsfn_emittexinstruction.cpp572 src.sampler_deref = get_deref_location(instr.src[i].src);
575 src.texture_deref = get_deref_location(instr.src[i].src);
H A Dsfn_shader_base.cpp341 const nir_variable *ShaderFromNirProcessor::get_deref_location(const nir_src& src) const function in class:r600::ShaderFromNirProcessor
634 auto var = get_deref_location(instr->src[0]);

Completed in 6 milliseconds