Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXL2 (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c244 case TGSI_OPCODE_TXL2: in tgsi_util_get_src_usage_mask()
290 opcode == TGSI_OPCODE_TXL2 || in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c93 opcode != TGSI_OPCODE_TXL2 && in computes_derivative()
372 case TGSI_OPCODE_TXL2: in scan_instruction()
Dtgsi_exec.c5685 case TGSI_OPCODE_TXL2: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h531 TGSI_OPCODE_TXL2 = 179, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c348 case TGSI_OPCODE_TXL2: in analyse_instruction()
Dlp_bld_tgsi_soa.c2693 opcode == TGSI_OPCODE_TXL2 || in near_end_of_shader()
4540 bld.bld_base.op_actions[TGSI_OPCODE_TXL2].emit = txl2_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1361 case TGSI_OPCODE_TXL2: in ttn_tex()
1486 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXL2) { in ttn_tex()
1935 [TGSI_OPCODE_TXL2] = 0,
2106 case TGSI_OPCODE_TXL2: in ttn_emit_instruction()
Dnir_to_tgsi.c2686 tex_opcode = TGSI_OPCODE_TXL2; in ntt_emit_texture()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp313 case TGSI_OPCODE_TXL2: in srcMask()
2349 case TGSI_OPCODE_TXL2: shd = fetchSrc(1, 1); break; in handleTEX()
3528 case TGSI_OPCODE_TXL2: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7593 inst->Instruction.Opcode == TGSI_OPCODE_TXL2 || in tgsi_tex()
7909 inst->Instruction.Opcode == TGSI_OPCODE_TXL2) { in tgsi_tex()
7913 inst->Instruction.Opcode == TGSI_OPCODE_TXL2) in tgsi_tex()
11964 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex},
12161 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex},
12388 [TGSI_OPCODE_TXL2] = { FETCH_OP_SAMPLE_L, tgsi_tex},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c9143 assert(inst->Instruction.Opcode == TGSI_OPCODE_TXL2); in emit_txl2()
11067 case TGSI_OPCODE_TXL2: in emit_instruction()