Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXF_LZ (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c273 case TGSI_OPCODE_TXF_LZ: in tgsi_opcode_infer_src_type()
Dtgsi_util.c293 case TGSI_OPCODE_TXF_LZ: in tgsi_util_get_inst_usage_mask()
Dtgsi_scan.c90 opcode != TGSI_OPCODE_TXF_LZ && in computes_derivative()
369 case TGSI_OPCODE_TXF_LZ: in scan_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h376 TGSI_OPCODE_TXF_LZ = 25, enumerator
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1373 case TGSI_OPCODE_TXF_LZ: in ttn_tex()
1499 tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXF_LZ) { in ttn_tex()
1504 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXF_LZ) in ttn_tex()
1812 [TGSI_OPCODE_TXF_LZ] = 0,
2106 case TGSI_OPCODE_TXF_LZ: in ttn_emit_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp323 case TGSI_OPCODE_TXF_LZ: in srcMask()
333 insn->Instruction.Opcode != TGSI_OPCODE_TXF_LZ && in srcMask()
2412 if (!ms && tgsi.getOpcode() == TGSI_OPCODE_TXF_LZ) in handleTXF()
3474 case TGSI_OPCODE_TXF_LZ: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2523 inst->Instruction.Opcode != TGSI_OPCODE_TXF_LZ) { in emit_fetch_texels()
4530 bld.bld_base.op_actions[TGSI_OPCODE_TXF_LZ].emit = txf_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4400 opcode = TGSI_OPCODE_TXF_LZ; in visit()
4805 if (inst->op == TGSI_OPCODE_TXF || inst->op == TGSI_OPCODE_TXF_LZ) { in count_resources()
6168 case TGSI_OPCODE_TXF_LZ: in compile_tgsi_instruction()