Home
last modified time | relevance | path

Searched refs:texture_deref (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c257 nir_deref_instr *texture_deref = in lower_sampler() local
260 if (texture_deref) { in lower_sampler()
262 nir_src_for_ssa(&texture_deref->dest.ssa)); in lower_sampler()
263 record_textures_used(&b->shader->info, texture_deref, instr->op); in lower_sampler()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.h44 const nir_variable *texture_deref; member
Dsfn_emittexinstruction.cpp575 src.texture_deref = get_deref_location(instr.src[i].src); in get_inputs()
666 texture_deref(nullptr), in TexInputs()