/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir_lower_tex.cpp | 130 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()
|
D | sfn_instr_tex.cpp | 723 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/ |
D | zink_lower_cubemap_to_array.c | 63 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/ |
D | intel_nir_lower_texture.c | 176 case nir_texop_txb: in intel_nir_lower_texture_instr()
|
D | brw_compile_cs.cpp | 113 case nir_texop_txb: in instr_uses_sampler()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex_shadow.c | 39 if (tex->op != nir_texop_txb && in nir_lower_tex_shadow_filter()
|
D | nir_opt_constant_folding.c | 334 assert(tex->op == nir_texop_txb); in try_fold_txb_to_tex() 404 if (tex->op == nir_texop_txb) in try_fold_tex()
|
D | nir_lower_mediump.c | 965 tex->op != nir_texop_txb && in opt_16bit_tex_dest() 990 tex->op != nir_texop_txb && in opt_16bit_tex_srcs()
|
D | nir_lower_tex.c | 324 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()
|
D | nir_validate.c | 871 validate_assert(state, instr->op == nir_texop_txb || in validate_tex_instr() 878 instr->op != nir_texop_txb && in validate_tex_instr()
|
D | nir.c | 3286 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/ |
D | dxil_nir_lower_int_samplers.c | 44 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()
|
D | dxil_nir_lower_int_cubemaps.c | 75 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/ |
D | etnaviv_compiler_nir_emit.c | 212 case nir_texop_txb: inst.opcode = ISA_OPC_TEXLDB; break; in etna_emit_tex()
|
/external/mesa3d/src/asahi/compiler/ |
D | agx_nir_lower_texture.c | 353 tex->op = nir_texop_txb; in lower_sampler_bias() 358 case nir_texop_txb: in lower_sampler_bias()
|
/external/mesa3d/src/amd/common/nir/ |
D | ac_nir_lower_tex.c | 306 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/ |
D | nak_nir_lower_tex.c | 546 case nir_texop_txb: in lower_tex_instr()
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 395 op = nir_texop_txb; in ptn_tex()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_info.c | 323 case nir_texop_txb: in scan_instruction()
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | nir.c | 495 case nir_texop_txb: in ppir_emit_tex()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1195 op = nir_texop_txb; in ttn_tex() 1199 op = nir_texop_txb; in ttn_tex()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 702 case nir_texop_txb: in emit_tex()
|
/external/mesa3d/src/panfrost/compiler/ |
D | bifrost_compile.c | 3471 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/ |
D | d3d12_compiler.cpp | 1269 case nir_texop_txb: in scan_texture_use()
|
/external/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 562 case nir_texop_txb: in getOperation() 3103 case nir_texop_txb: in visit()
|