Home
last modified time | relevance | path

Searched defs:sampler_deref (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_int_cubemap_to_array.c53 int sampler_deref = nir_tex_instr_src_index(tex, nir_tex_src_sampler_deref); in lower_int_cubmap_to_array_filter() local
232 …nir_deref_instr *sampler_deref = nir_instr_as_deref(tex->src[sampler_index].src.ssa->parent_instr); in lower_int_cubmap_to_array_impl() local
Dd3d12_nir_lower_texcmp.c90 nir_deref_instr *sampler_deref = NULL; in lower_sample_tex_compare_impl() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emittexinstruction.h43 const nir_variable *sampler_deref; member
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_lower_samplers_as_deref.c269 nir_deref_instr *sampler_deref = in lower_sampler() local
Dglsl_to_nir.cpp2425 nir_deref_instr *sampler_deref = evaluate_deref(ir->sampler); in visit() local