Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp231 assert(tex->op == nir_texop_txb || tex->op == nir_texop_txl); in lower_txl_txf_array_or_cube()
297 (tex->op == nir_texop_txl || tex->op == nir_texop_txb) && in r600_nir_lower_txl_txf_array_or_cube_impl()
Dsfn_emittexinstruction.cpp52 case nir_texop_txb: in do_emit()
84 case nir_texop_txb: in do_emit()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c213 case nir_texop_txb: inst.opcode = INST_OPCODE_TEXLDB; break; in etna_emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c216 assert(tex->op == nir_texop_tex || tex->op == nir_texop_txb); in lower_implicit_lod()
1115 if (tex->op == nir_texop_txb && tex->is_shadow && has_min_lod && in nir_lower_tex_block()
Dnir.h2213 nir_texop_txb, /**< Texture look-up with LOD bias */ enumerator
2371 case nir_texop_txb: in nir_tex_instr_is_query()
2389 case nir_texop_txb: in nir_tex_instr_has_implicit_derivative()
Dnir_print.c1100 case nir_texop_txb: in print_tex_instr()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c203 case nir_texop_txb: in scan_instruction()
Dtgsi_to_nir.c1354 op = nir_texop_txb; in ttn_tex()
1358 op = nir_texop_txb; in ttn_tex()
Dnir_to_tgsi.c1780 case nir_texop_txb: in ntt_emit_texture()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1796 case nir_texop_txb: in bi_tex_op()
1846 case nir_texop_txb: in emit_texc()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c441 case nir_texop_txb: in ppir_emit_tex()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c485 op = nir_texop_txb; in ptn_tex()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c678 case nir_texop_txb: in emit_tex()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1860 tex->op == nir_texop_txb || in emit_tex()
1896 assert(tex->op == nir_texop_txb); in emit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2645 case nir_texop_txb: in vtn_handle_texture()
2783 texop = nir_texop_txb; in vtn_handle_texture()
2841 texop == nir_texop_txb || in vtn_handle_texture()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp507 case nir_texop_txb: in getOperation()
2935 case nir_texop_txb: in visit()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1939 case nir_texop_txb: op = ir_txb; break; in ir_texture_opcode_for_nir_texop()
Dbrw_fs_nir.cpp5836 case nir_texop_txb: in nir_emit_texture()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c2109 case nir_texop_txb: in emit_tex()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2365 op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; in visit()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1969 if (instr->op == nir_texop_tex || instr->op == nir_texop_tg4 || instr->op == nir_texop_txb || in visit_tex()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c2259 case nir_texop_txb: opc = OPC_SAMB; break; in emit_tex()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1480 case nir_texop_txb: in build_tex_intrinsic()