Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXP (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c240 case TGSI_OPCODE_TXP: in tgsi_util_get_src_usage_mask()
281 opcode == TGSI_OPCODE_TXP) in tgsi_util_get_src_usage_mask()
Dtgsi_lowering.c1043 bool lower_txp = (opcode == TGSI_OPCODE_TXP) && in transform_samp()
1118 if (opcode == TGSI_OPCODE_TXP) { in transform_samp()
1406 case TGSI_OPCODE_TXP: in transform_instr()
1549 info->opcode_count[TGSI_OPCODE_TXP] + in tgsi_transform_lowering()
1554 n = info->opcode_count[TGSI_OPCODE_TXP]; in tgsi_transform_lowering()
Dtgsi_scan.c365 case TGSI_OPCODE_TXP: in scan_instruction()
Dtgsi_exec.c5127 case TGSI_OPCODE_TXP: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h400 TGSI_OPCODE_TXP = 54, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c77 case TGSI_OPCODE_TXP: return RC_OPCODE_TXP; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c373 if (opcode == TGSI_OPCODE_TXP || opcode == TGSI_OPCODE_TXB) in i915_coord_mask()
825 case TGSI_OPCODE_TXP: in i915_translate_instruction()
Di915_fpc_optimize.c124 [TGSI_OPCODE_TXP] = {true, false, 0, 1, 2},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c339 case TGSI_OPCODE_TXP: in analyse_instruction()
Dlp_bld_tgsi_aos.c739 case TGSI_OPCODE_TXP: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2685 opcode == TGSI_OPCODE_TXP || in near_end_of_shader()
4534 bld.bld_base.op_actions[TGSI_OPCODE_TXP].emit = txp_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1343 case TGSI_OPCODE_TXP: in ttn_tex()
1458 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXP) { in ttn_tex()
1834 [TGSI_OPCODE_TXP] = 0,
2101 case TGSI_OPCODE_TXP: in ttn_emit_instruction()
Dnir_to_tgsi.c2622 tex_opcode = TGSI_OPCODE_TXP; in ntt_emit_texture()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1627 case TGSI_OPCODE_TXP: in emit_tex2()
1838 case TGSI_OPCODE_TXP: in emit_tex()
1867 if (insn->Instruction.Opcode == TGSI_OPCODE_TXP) { in emit_tex()
2841 case TGSI_OPCODE_TXP: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c11057 case TGSI_OPCODE_TXP: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp319 case TGSI_OPCODE_TXP: in srcMask()
2364 if (tgsi.getOpcode() == TGSI_OPCODE_TXP && !tgt.isCube() && !tgt.isArray()) { in handleTEX()
2398 tgsi.getOpcode() == TGSI_OPCODE_TXP)) in handleTEX()
3513 case TGSI_OPCODE_TXP: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c757 case TGSI_OPCODE_TXP: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7618 if (inst->Instruction.Opcode == TGSI_OPCODE_TXP) { in tgsi_tex()
11839 [TGSI_OPCODE_TXP] = { FETCH_OP_SAMPLE, tgsi_tex},
12037 [TGSI_OPCODE_TXP] = { FETCH_OP_SAMPLE, tgsi_tex},
12264 [TGSI_OPCODE_TXP] = { FETCH_OP_SAMPLE, tgsi_tex},