Searched refs:texture_deref (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c242 nir_deref_instr *texture_deref = local in function:lower_sampler
245 if (texture_deref) {
247 nir_src_for_ssa(&texture_deref->dest.ssa));
248 record_textures_used(&b->shader->info, texture_deref, instr->op);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c257 nir_deref_instr *texture_deref = local in function:lower_sampler
260 if (texture_deref) {
262 nir_src_for_ssa(&texture_deref->dest.ssa));
263 record_textures_used(&b->shader->info, texture_deref, instr->op);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emittexinstruction.h44 const nir_variable *texture_deref; member in struct:r600::EmitTexInstruction::TexInputs
H A Dsfn_emittexinstruction.cpp575 src.texture_deref = get_deref_location(instr.src[i].src);
666 texture_deref(nullptr),

Completed in 4 milliseconds