Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_gcm.c134 case nir_texop_txb: in gcm_pin_instructions_block()
Dnir.h1184 nir_texop_txb, /**< Texture look-up with LOD bias */ enumerator
1321 case nir_texop_txb: in nir_tex_instr_is_query()
Dnir_print.c688 case nir_texop_txb: in print_tex_instr()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c69 case nir_texop_txb: in scan_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1221 op = nir_texop_txb; in ttn_tex()
1225 op = nir_texop_txb; in ttn_tex()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c534 op = nir_texop_txb; in ptn_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2039 texop = nir_texop_txb; in vtn_handle_texture()
2109 case nir_texop_txb: in vtn_handle_texture()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2027 case nir_texop_txb: op = ir_txb; break; in ir_texture_opcode_for_nir_texop()
Dbrw_fs_nir.cpp4706 case nir_texop_txb: in nir_emit_texture()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1968 op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; in visit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2303 case nir_texop_txb: opc = OPC_SAMB; break; in emit_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2339 case nir_texop_txb: in build_tex_intrinsic()
4945 if (instr->op == nir_texop_txb && bias) { in visit_tex()