Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_lower_tex_src_plane.c124 int tex_index = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in lower_tex_src_plane_block() local
125 if (tex_index >= 0) { in lower_tex_src_plane_block()
126 nir_deref_instr *deref = nir_src_as_deref(tex->src[tex_index].src); in lower_tex_src_plane_block()
141 if (tex_index >= 0 && samp_index >= 0) { in lower_tex_src_plane_block()
151 &tex->src[tex_index].src, in lower_tex_src_plane_block()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_nir_optim.c43 int tex_index = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in get_tex_unit() local
44 if (tex_index >= 0) { in get_tex_unit()
45 nir_deref_instr *deref = nir_src_as_deref(tex->src[tex_index].src); in get_tex_unit()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_tex.c1416 int tex_index = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in nir_lower_tex_block() local
1417 if (tex_index >= 0) { in nir_lower_tex_block()
1418 nir_deref_instr *deref = nir_src_as_deref(tex->src[tex_index].src); in nir_lower_tex_block()
/third_party/spirv-tools/test/opt/
H A Dinst_bindless_check_test.cpp5171 // layout(std140, binding = 0) uniform foo { uint tex_index[1]; }
5178 // index = uniform_index_buffer.tex_index[0];
5198 OpMemberName %foo 0 "tex_index"
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1599 int tex_index = tgsi_inst->Src[1].Register.Index; in ttn_txq() local
1602 get_sampler_var(c, tex_index, txs->sampler_dim, in ttn_txq()

Completed in 11 milliseconds