Home
last modified time | relevance | path

Searched refs:nir_texop_txb (Results 1 – 25 of 42) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_tex.cpp130 assert(tex->op == nir_texop_txb || tex->op == nir_texop_txl); in lower_txl_txf_array_or_cube()
194 (tex->op == nir_texop_txl || tex->op == nir_texop_txb) && in r600_nir_lower_txl_txf_array_or_cube_impl()
227 case nir_texop_txb: in r600_nir_lower_cube_to_2darray_filer()
Dsfn_instr_tex.cpp723 if (tex->op == nir_texop_txl || tex->op == nir_texop_txb) { in prepare_source()
848 case nir_texop_txb: in get_opcode()
988 case nir_texop_txb: in filter()
1017 case nir_texop_txb: in lower()
1190 if (tex->op == nir_texop_txl || tex->op == nir_texop_txb) { in prepare_coord()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c63 case nir_texop_txb: in lower_cubemap_to_array_filter()
444 if (!tex->is_shadow && (tex->op == nir_texop_txb || tex->op == nir_texop_tex)) { in lower_cube_sample()
486 case nir_texop_txb: in lower_cubemap_to_array_tex()
/external/mesa3d/src/intel/compiler/
Dintel_nir_lower_texture.c176 case nir_texop_txb: in intel_nir_lower_texture_instr()
Dbrw_compile_cs.cpp113 case nir_texop_txb: in instr_uses_sampler()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex_shadow.c39 if (tex->op != nir_texop_txb && in nir_lower_tex_shadow_filter()
Dnir_opt_constant_folding.c334 assert(tex->op == nir_texop_txb); in try_fold_txb_to_tex()
404 if (tex->op == nir_texop_txb) in try_fold_tex()
Dnir_lower_mediump.c965 tex->op != nir_texop_txb && in opt_16bit_tex_dest()
990 tex->op != nir_texop_txb && in opt_16bit_tex_srcs()
Dnir_lower_tex.c324 assert(tex->op == nir_texop_tex || tex->op == nir_texop_txb); in lower_lod()
1009 else if (tex->op == nir_texop_txb) in saturate_src()
1680 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod && in nir_lower_tex_block()
Dnir_validate.c871 validate_assert(state, instr->op == nir_texop_txb || in validate_tex_instr()
878 instr->op != nir_texop_txb && in validate_tex_instr()
Dnir.c3286 case nir_texop_txb: in nir_tex_instr_is_query()
3308 case nir_texop_txb: in nir_tex_instr_has_implicit_derivative()
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c44 tex->op != nir_texop_txb && in lower_sample_to_txf_for_integer_tex_filter()
394 if (unlikely(tex->op == nir_texop_txb)) { in evalute_active_lod()
Ddxil_nir_lower_int_cubemaps.c75 case nir_texop_txb: in lower_int_cubmap_to_array_filter()
490 case nir_texop_txb: in lower_int_cubemap_to_array_tex()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c212 case nir_texop_txb: inst.opcode = ISA_OPC_TEXLDB; break; in etna_emit_tex()
/external/mesa3d/src/asahi/compiler/
Dagx_nir_lower_texture.c353 tex->op = nir_texop_txb; in lower_sampler_bias()
358 case nir_texop_txb: in lower_sampler_bias()
/external/mesa3d/src/amd/common/nir/
Dac_nir_lower_tex.c306 if (tex->op != nir_texop_tex && tex->op != nir_texop_txb && tex->op != nir_texop_lod) in move_tex_coords()
/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_tex.c546 case nir_texop_txb: in lower_tex_instr()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c395 op = nir_texop_txb; in ptn_tex()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c323 case nir_texop_txb: in scan_instruction()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c495 case nir_texop_txb: in ppir_emit_tex()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1195 op = nir_texop_txb; in ttn_tex()
1199 op = nir_texop_txb; in ttn_tex()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c702 case nir_texop_txb: in emit_tex()
/external/mesa3d/src/panfrost/compiler/
Dbifrost_compile.c3471 case nir_texop_txb: in bi_tex_op()
3831 (instr->op == nir_texop_txb); in bi_emit_tex_valhall()
4046 case nir_texop_txb: in bi_emit_tex_valhall()
/external/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp1269 case nir_texop_txb: in scan_texture_use()
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp562 case nir_texop_txb: in getOperation()
3103 case nir_texop_txb: in visit()

12