Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TEX_LZ (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c235 case TGSI_OPCODE_TEX_LZ: in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c91 opcode != TGSI_OPCODE_TEX_LZ && in computes_derivative()
361 case TGSI_OPCODE_TEX_LZ: in scan_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h363 TGSI_OPCODE_TEX_LZ = 17, enumerator
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1357 case TGSI_OPCODE_TEX_LZ: in ttn_tex()
1477 tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TEX_LZ) { in ttn_tex()
1478 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TEX_LZ) in ttn_tex()
1809 [TGSI_OPCODE_TEX_LZ] = 0,
2100 case TGSI_OPCODE_TEX_LZ: in ttn_emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp322 case TGSI_OPCODE_TEX_LZ: in srcMask()
332 insn->Instruction.Opcode != TGSI_OPCODE_TEX_LZ && in srcMask()
2336 if (tgsi.getOpcode() == TGSI_OPCODE_TEX_LZ) in handleTEX()
3510 case TGSI_OPCODE_TEX_LZ: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2040 if (inst->Instruction.Opcode == TGSI_OPCODE_TEX_LZ || in lp_build_lod_property()
2166 if (inst->Instruction.Opcode == TGSI_OPCODE_TEX_LZ) { in emit_tex()
4533 bld.bld_base.op_actions[TGSI_OPCODE_TEX_LZ].emit = txl_emit; in lp_build_tgsi_soa()