OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tql
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
dxil_nir_lower_int_samplers.c
48
nir_tex_instr *
tql
;
local
62
tql
= nir_tex_instr_create(b->shader, num_srcs);
63
tql
->op = nir_texop_lod;
68
tql
->coord_components = coord_components;
69
tql
->sampler_dim = tex->sampler_dim;
70
tql
->is_shadow = tex->is_shadow;
71
tql
->is_new_style_shadow = tex->is_new_style_shadow;
72
tql
->texture_index = tex->texture_index;
73
tql
->sampler_index = tex->sampler_index;
74
tql
->dest_type = nir_type_float32
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_builtin_builder.c
390
nir_tex_instr *
tql
;
local
404
tql
= nir_tex_instr_create(b->shader, num_srcs);
405
tql
->op = nir_texop_lod;
406
tql
->coord_components = tex->coord_components;
407
tql
->sampler_dim = tex->sampler_dim;
408
tql
->is_array = tex->is_array;
409
tql
->is_shadow = tex->is_shadow;
410
tql
->is_new_style_shadow = tex->is_new_style_shadow;
411
tql
->texture_index = tex->texture_index;
412
tql
->sampler_index = tex->sampler_index
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_tex.c
162
nir_tex_instr *
tql
;
local
176
tql
= nir_tex_instr_create(b->shader, num_srcs);
177
tql
->op = nir_texop_lod;
178
tql
->coord_components = tex->coord_components;
179
tql
->sampler_dim = tex->sampler_dim;
180
tql
->is_array = tex->is_array;
181
tql
->is_shadow = tex->is_shadow;
182
tql
->is_new_style_shadow = tex->is_new_style_shadow;
183
tql
->texture_index = tex->texture_index;
184
tql
->sampler_index = tex->sampler_index
[
all
...]
Completed in 4 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026