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.c287 nir_deref_instr *texture_deref = in lower_sampler() local
290 if (texture_deref) { in lower_sampler()
292 nir_src_for_ssa(&texture_deref->dest.ssa)); in lower_sampler()
293 record_textures_used(&b->shader->info, texture_deref, instr->op); in lower_sampler()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.h82 const nir_variable *texture_deref; member
Dsfn_instr_tex.cpp950 texture_deref(nullptr), in Inputs()