Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_TXL (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c239 case TGSI_OPCODE_TXL: in tgsi_util_get_src_usage_mask()
280 opcode == TGSI_OPCODE_TXL || in tgsi_util_get_src_usage_mask()
Dtgsi_scan.c92 opcode != TGSI_OPCODE_TXL && in computes_derivative()
364 case TGSI_OPCODE_TXL: in scan_instruction()
Dtgsi_lowering.c1409 case TGSI_OPCODE_TXL: in transform_instr()
1552 info->opcode_count[TGSI_OPCODE_TXL]; in tgsi_transform_lowering()
Dtgsi_exec.c5120 case TGSI_OPCODE_TXL: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h418 TGSI_OPCODE_TXL = 72, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c90 case TGSI_OPCODE_TXL: return RC_OPCODE_TXL; in translate_opcode()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c336 case TGSI_OPCODE_TXL: in analyse_instruction()
Dlp_bld_tgsi_aos.c735 case TGSI_OPCODE_TXL: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2688 opcode == TGSI_OPCODE_TXL || in near_end_of_shader()
4532 bld.bld_base.op_actions[TGSI_OPCODE_TXL].emit = txl_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1356 case TGSI_OPCODE_TXL: in ttn_tex()
1476 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXL || in ttn_tex()
1850 [TGSI_OPCODE_TXL] = 0,
2102 case TGSI_OPCODE_TXL: in ttn_emit_instruction()
Dnir_to_tgsi.c2640 tex_opcode = TGSI_OPCODE_TXL; in ntt_emit_texture()
2685 if (tex_opcode == TGSI_OPCODE_TXL) in ntt_emit_texture()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1635 case TGSI_OPCODE_TXL: in emit_tex2()
1839 case TGSI_OPCODE_TXL: in emit_tex()
2842 case TGSI_OPCODE_TXL: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c9086 assert(inst->Instruction.Opcode == TGSI_OPCODE_TXL || in emit_txl_txb()
9108 if (inst->Instruction.Opcode == TGSI_OPCODE_TXL) { in emit_txl_txb()
11061 case TGSI_OPCODE_TXL: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c751 case TGSI_OPCODE_TXL: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp318 case TGSI_OPCODE_TXL: in srcMask()
3512 case TGSI_OPCODE_TXL: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7907 inst->Instruction.Opcode == TGSI_OPCODE_TXL || in tgsi_tex()
11857 [TGSI_OPCODE_TXL] = { FETCH_OP_SAMPLE_L, tgsi_tex},
12055 [TGSI_OPCODE_TXL] = { FETCH_OP_SAMPLE_L, tgsi_tex},
12282 [TGSI_OPCODE_TXL] = { FETCH_OP_SAMPLE_L, tgsi_tex},