Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c243 case TGSI_OPCODE_TXB2: in tgsi_util_get_src_usage_mask()
289 opcode == TGSI_OPCODE_TXB2 || in tgsi_util_get_src_usage_mask()
Dtgsi_lowering.c1046 if (opcode == TGSI_OPCODE_TXB2) { in transform_samp()
1408 case TGSI_OPCODE_TXB2: in transform_instr()
1551 info->opcode_count[TGSI_OPCODE_TXB2] + in tgsi_transform_lowering()
Dtgsi_scan.c371 case TGSI_OPCODE_TXB2: in scan_instruction()
Dtgsi_exec.c5678 case TGSI_OPCODE_TXB2: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h530 TGSI_OPCODE_TXB2 = 178, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c345 case TGSI_OPCODE_TXB2: in analyse_instruction()
Dlp_bld_tgsi_soa.c2692 opcode == TGSI_OPCODE_TXB2 || in near_end_of_shader()
4539 bld.bld_base.op_actions[TGSI_OPCODE_TXB2].emit = txb2_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1351 case TGSI_OPCODE_TXB2: in ttn_tex()
1470 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { in ttn_tex()
1934 [TGSI_OPCODE_TXB2] = 0,
2107 case TGSI_OPCODE_TXB2: in ttn_emit_instruction()
Dnir_to_tgsi.c2684 tex_opcode = TGSI_OPCODE_TXB2; in ntt_emit_texture()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp312 case TGSI_OPCODE_TXB2: in srcMask()
2348 case TGSI_OPCODE_TXB2: shd = fetchSrc(1, 1); break; in handleTEX()
3527 case TGSI_OPCODE_TXB2: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7592 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex()
7908 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex()
7912 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex()
11963 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
12160 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
12387 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9088 inst->Instruction.Opcode == TGSI_OPCODE_TXB2); in emit_txl_txb()
9090 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { in emit_txl_txb()
11060 case TGSI_OPCODE_TXB2: in emit_instruction()