Searched refs:nir_texop_tex (Results 1 - 25 of 65) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_drawpixels.c146 tex->op = nir_texop_tex;
186 tex->op = nir_texop_tex;
205 tex->op = nir_texop_tex;
H A Dnir_lower_bitmap.c95 tex->op = nir_texop_tex;
H A Dnir_opt_move_discards_to_top.c43 return op == nir_texop_tex ||
H A Dnir_lower_tex.c235 assert(tex->op == nir_texop_tex || tex->op == nir_texop_txb);
286 assert(tex->op == nir_texop_tex);
297 plane_tex->op = nir_texop_tex;
833 if (tex->op == nir_texop_tex)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_drawpixels.c145 tex->op = nir_texop_tex;
185 tex->op = nir_texop_tex;
204 tex->op = nir_texop_tex;
H A Dnir_lower_bitmap.c103 tex->op = nir_texop_tex;
H A Dnir_lower_tex.c289 assert(tex->op == nir_texop_tex || tex->op == nir_texop_txb);
323 assert(tex->op == nir_texop_tex);
334 plane_tex->op = nir_texop_tex;
1126 (tex->op == nir_texop_tex && !shader_supports_implicit_lod))) {
1129 if (tex->op == nir_texop_tex && options->lower_tex_without_implicit_lod)
H A Dnir_opt_gcm.c137 case nir_texop_tex:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_nir_lower_texcmp.c42 tex->op != nir_texop_tex)
H A Dd3d12_lower_int_cubemap_to_array.c42 case nir_texop_tex:
239 case nir_texop_tex:
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tex_prefetch.c162 if (tex->op != nir_texop_tex)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_wallpaper.c66 tx->op = nir_texop_tex;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
H A Dagx_blit.c48 tex->op = nir_texop_tex;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c213 case nir_texop_tex: inst.opcode = INST_OPCODE_TEXLD; break;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_blit.c108 tex->op = nir_texop_tex;
156 tex->op = nir_texop_tex;
204 tex->op = nir_texop_tex;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_blit.c145 tex->op = nir_texop_tex;
203 tex->op = nir_texop_tex;
261 tex->op = nir_texop_tex;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dnir.c301 if (instr->op != nir_texop_tex) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_tex.cpp346 case nir_texop_tex:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_draw_helpers.c80 tex->op = nir_texop_tex;
H A Dtgsi_to_nir.c1333 op = nir_texop_tex;
1337 op = nir_texop_tex;
1342 op = nir_texop_tex;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_to_nir.c518 op = nir_texop_tex;
534 op = nir_texop_tex;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c364 tex->op = nir_texop_tex;
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c36 if (tex->op != nir_texop_tex &&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_to_nir.c508 op = nir_texop_tex;
524 op = nir_texop_tex;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1228 op = nir_texop_tex;
1232 op = nir_texop_tex;
1237 op = nir_texop_tex;

Completed in 27 milliseconds

123