Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_mem.c1310 opcode != TGSI_OPCODE_TXF_LZ) { in tex_fetch_args()
1449 opcode != TGSI_OPCODE_TXF_LZ && in tex_fetch_args()
1474 opcode == TGSI_OPCODE_TXF_LZ) in tex_fetch_args()
1529 inst.Instruction.Opcode = TGSI_OPCODE_TXF_LZ; in tex_fetch_args()
1581 opcode == TGSI_OPCODE_TXF_LZ) { in tex_fetch_args()
1841 case TGSI_OPCODE_TXF_LZ: in build_tex_intrinsic()
1842 args.opcode = opcode == TGSI_OPCODE_TXF_LZ || in build_tex_intrinsic()
1959 bld_base->op_actions[TGSI_OPCODE_TXF_LZ] = tex_action; in si_shader_context_init_mem()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c258 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.c89 opcode != TGSI_OPCODE_TXF_LZ && in computes_derivative()
365 case TGSI_OPCODE_TXF_LZ: in scan_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h367 #define TGSI_OPCODE_TXF_LZ 25 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp325 case TGSI_OPCODE_TXF_LZ: in srcMask()
335 insn->Instruction.Opcode != TGSI_OPCODE_TXF_LZ && in srcMask()
2476 if (!ms && tgsi.getOpcode() == TGSI_OPCODE_TXF_LZ) in handleTXF()
3550 case TGSI_OPCODE_TXF_LZ: in handleInstruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4158 opcode = TGSI_OPCODE_TXF_LZ; in visit()
4530 if (inst->op == TGSI_OPCODE_TXF || inst->op == TGSI_OPCODE_TXF_LZ) { in count_resources()
5834 case TGSI_OPCODE_TXF_LZ: in compile_tgsi_instruction()