OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_index
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_nir_lower_tg4_to_tex.c
39
int
offset_index
= nir_tex_instr_src_index(tg4, nir_tex_src_offset);
local
42
if (
offset_index
< 0 && i < 3)
63
if (
offset_index
< 0) {
67
assert(nir_tex_instr_src_size(tex,
offset_index
) == 2);
69
nir_ssa_for_src(b, tex->src[
offset_index
].src, 2);
70
tex->src[
offset_index
].src =
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3_nir_lower_tg4_to_tex.c
51
int
offset_index
= nir_tex_instr_src_index(tg4, nir_tex_src_offset);
local
54
if (
offset_index
< 0 && i < 3)
76
if (
offset_index
< 0) {
80
assert(nir_tex_instr_src_size(tex,
offset_index
) == 2);
82
b, tex->src[
offset_index
].src, 2);
83
tex->src[
offset_index
].src =
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_nir_lower_int_samplers.c
490
int
offset_index
= nir_tex_instr_src_index(tex, nir_tex_src_offset);
local
491
if (
offset_index
>= 0) {
492
nir_ssa_def *offset = tex->src[
offset_index
].src.ssa;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_tex.c
212
int
offset_index
= nir_tex_instr_src_index(tex, nir_tex_src_offset);
local
213
if (
offset_index
< 0)
219
assert(tex->src[
offset_index
].src.is_ssa);
221
nir_ssa_def *offset = tex->src[
offset_index
].src.ssa;
260
nir_tex_instr_remove_src(tex,
offset_index
);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_tex.c
140
int
offset_index
= nir_tex_instr_src_index(tex, nir_tex_src_offset);
local
141
if (
offset_index
< 0)
147
assert(tex->src[
offset_index
].src.is_ssa);
149
nir_ssa_def *offset = tex->src[
offset_index
].src.ssa;
188
nir_tex_instr_remove_src(tex,
offset_index
);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_variables.c
189
nir_ssa_def *base_index, nir_ssa_def *
offset_index
)
195
instr->src[1] = nir_src_for_ssa(
offset_index
);
454
nir_ssa_def *
offset_index
=
local
459
block_index,
offset_index
);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
vtn_variables.c
263
nir_ssa_def *base_index, nir_ssa_def *
offset_index
)
271
instr->src[1] = nir_src_for_ssa(
offset_index
);
Completed in 13 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026