Searched refs:TGSI_OPCODE_TXF_LZ (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c260 case TGSI_OPCODE_TXF_LZ:
H A Dtgsi_util.c293 case TGSI_OPCODE_TXF_LZ:
H A Dtgsi_scan.c90 opcode != TGSI_OPCODE_TXF_LZ &&
360 case TGSI_OPCODE_TXF_LZ:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c273 case TGSI_OPCODE_TXF_LZ:
H A Dtgsi_util.c232 case TGSI_OPCODE_TXF_LZ:
H A Dtgsi_scan.c90 opcode != TGSI_OPCODE_TXF_LZ &&
369 case TGSI_OPCODE_TXF_LZ:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h368 TGSI_OPCODE_TXF_LZ = 25, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h370 TGSI_OPCODE_TXF_LZ = 25, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_mem.c1399 opcode != TGSI_OPCODE_TXF_LZ) {
1532 opcode != TGSI_OPCODE_TXF_LZ &&
1544 opcode == TGSI_OPCODE_TXF_LZ)
1580 opcode == TGSI_OPCODE_TXF_LZ) {
1651 case TGSI_OPCODE_TXF_LZ:
1652 args.opcode = opcode == TGSI_OPCODE_TXF_LZ ||
1814 bld_base->op_actions[TGSI_OPCODE_TXF_LZ].emit = build_tex_intrinsic;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c1365 case TGSI_OPCODE_TXF_LZ:
1491 tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXF_LZ) {
1496 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXF_LZ)
1809 [TGSI_OPCODE_TXF_LZ] = 0,
2105 case TGSI_OPCODE_TXF_LZ:
H A Dnir_to_tgsi.c2123 tex_opcode = TGSI_OPCODE_TXF_LZ;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp325 case TGSI_OPCODE_TXF_LZ:
335 insn->Instruction.Opcode != TGSI_OPCODE_TXF_LZ &&
2448 if (!ms && tgsi.getOpcode() == TGSI_OPCODE_TXF_LZ)
3503 case TGSI_OPCODE_TXF_LZ:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp323 case TGSI_OPCODE_TXF_LZ:
333 insn->Instruction.Opcode != TGSI_OPCODE_TXF_LZ &&
2436 if (!ms && tgsi.getOpcode() == TGSI_OPCODE_TXF_LZ)
3535 case TGSI_OPCODE_TXF_LZ:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp4369 opcode = TGSI_OPCODE_TXF_LZ;
4744 if (inst->op == TGSI_OPCODE_TXF || inst->op == TGSI_OPCODE_TXF_LZ) {
6195 case TGSI_OPCODE_TXF_LZ:
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp4480 opcode = TGSI_OPCODE_TXF_LZ;
4885 if (inst->op == TGSI_OPCODE_TXF || inst->op == TGSI_OPCODE_TXF_LZ) {
6248 case TGSI_OPCODE_TXF_LZ:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2523 inst->Instruction.Opcode != TGSI_OPCODE_TXF_LZ) {
4530 bld.bld_base.op_actions[TGSI_OPCODE_TXF_LZ].emit = txf_emit;

Completed in 53 milliseconds