Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c239 case TGSI_OPCODE_TXB2: in tgsi_util_get_inst_usage_mask()
285 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_util_get_inst_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.c5757 case TGSI_OPCODE_TXB2: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h529 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.c2686 opcode == TGSI_OPCODE_TXB2 || in near_end_of_shader()
4532 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.c1349 case TGSI_OPCODE_TXB2: in ttn_tex()
1468 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { in ttn_tex()
1930 [TGSI_OPCODE_TXB2] = 0,
2103 case TGSI_OPCODE_TXB2: in ttn_emit_instruction()
Dnir_to_tgsi.c2172 tex_opcode = TGSI_OPCODE_TXB2; in ntt_emit_texture()
/third_party/mesa3d/src/gallium/drivers/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()
3523 case TGSI_OPCODE_TXB2: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7588 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex()
7904 inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex()
7908 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2 || in tgsi_tex()
11935 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
12132 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
12359 [TGSI_OPCODE_TXB2] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4432 opcode = TGSI_OPCODE_TXB2; in visit()
4659 } else if (opcode == TGSI_OPCODE_TXL2 || opcode == TGSI_OPCODE_TXB2) { in visit()
6250 case TGSI_OPCODE_TXB2: in compile_tgsi_instruction()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c8469 inst->Instruction.Opcode == TGSI_OPCODE_TXB2); in emit_txl_txb()
8471 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB2) { in emit_txl_txb()
9448 case TGSI_OPCODE_TXB2: in emit_vgpu10_instruction()