Searched refs:nir_texop_txf (Results 1 - 25 of 62) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d33_tex.c48 .fetch_sample_mode = instr->op == nir_texop_txf,
103 if (instr->op != nir_texop_txf &&
H A Dv3d_nir_lower_txf_ms.c65 instr->op = nir_texop_txf;
H A Dv3d40_tex.c145 if (instr->op != nir_texop_txf &&
371 if (instr->op == nir_texop_txf) {
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d33_tex.c41 .fetch_sample_mode = instr->op == nir_texop_txf,
96 if (instr->op != nir_texop_txf &&
H A Dv3d_nir_lower_txf_ms.c67 instr->op = nir_texop_txf;
H A Dv3d40_tex.c129 if (instr->op != nir_texop_txf)
216 if (instr->op == nir_texop_txf) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c30 * coordinates to do the math necessary and use a plain nir_texop_txf instead.
48 txf->op = nir_texop_txf;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_nir_lower_input_attachments.c77 tex->op = nir_texop_txf;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_txf_ms.c30 * coordinates to do the math necessary and use a plain nir_texop_txf instead.
45 txf->op = nir_texop_txf;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_input_attachments.c108 tex->op = nir_texop_txf;
H A Dnir_lower_readonly_images_to_tex.c111 texop = nir_texop_txf;
H A Dnir_lower_tex.c1289 if ((tex->op == nir_texop_txf && options->lower_txf_offset) ||
1297 tex->op != nir_texop_txf && !nir_tex_instr_is_query(tex)) {
1428 (tex->op == nir_texop_txf || tex->op == nir_texop_txs ||
H A Dnir_lower_mediump.c609 (tex->op == nir_texop_txf ||
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c222 if (op == nir_texop_txf ||
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.2.rst130 - aco: fix determining if LOD is zero for nir_texop_txf/nir_texop_txs
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_copy_vrs_htile.c83 tex->op = nir_texop_txf;
H A Dradv_meta_bufimage.c65 tex->op = nir_texop_txf;
253 tex->op = nir_texop_txf;
438 tex->op = nir_texop_txf;
588 tex->op = is_multisampled ? nir_texop_txf_ms : nir_texop_txf;
797 tex->op = nir_texop_txf;
H A Dradv_meta_blit2d.c496 tex->op = is_multisampled ? nir_texop_txf_ms : nir_texop_txf;
538 tex->op = nir_texop_txf;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_lower_samplers_as_deref.c237 if (op == nir_texop_txf ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.cpp348 case nir_texop_txf:
H A Dsfn_emittexinstruction.cpp48 case nir_texop_txf:
59 case nir_texop_txf:
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_bufimage.c95 tex->op = nir_texop_txf;
330 tex->op = nir_texop_txf;
566 tex->op = nir_texop_txf;
754 tex->op = nir_texop_txf;
990 tex->op = nir_texop_txf;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir.h1574 nir_texop_txf, /**< Texel fetch with explicit LOD */ enumerator in enum:__anon3bab288a2103
1632 * - nir_texop_txf
1709 case nir_texop_txf:
1749 case nir_texop_txf:
1763 case nir_texop_txf:
H A Dnir_lower_tex.c1012 if ((tex->op == nir_texop_txf && options->lower_txf_offset) ||
1124 (tex->op == nir_texop_txf || tex->op == nir_texop_txs ||
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c266 txf->op = nir_texop_txf;

Completed in 32 milliseconds

123