Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c238 case TGSI_OPCODE_TXB: in tgsi_util_get_src_usage_mask()
279 opcode == TGSI_OPCODE_TXB || in tgsi_util_get_src_usage_mask()
Dtgsi_lowering.c1407 case TGSI_OPCODE_TXB: in transform_instr()
1550 info->opcode_count[TGSI_OPCODE_TXB] + in tgsi_transform_lowering()
Dtgsi_scan.c362 case TGSI_OPCODE_TXB: in scan_instruction()
Dtgsi_exec.c5104 case TGSI_OPCODE_TXB: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h414 TGSI_OPCODE_TXB = 68, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c87 case TGSI_OPCODE_TXB: return RC_OPCODE_TXB; 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()
821 case TGSI_OPCODE_TXB: in i915_translate_instruction()
Di915_fpc_optimize.c123 [TGSI_OPCODE_TXB] = {true, false, 0, 1, 2},
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c333 case TGSI_OPCODE_TXB: in analyse_instruction()
Dlp_bld_tgsi_aos.c723 case TGSI_OPCODE_TXB: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2687 opcode == TGSI_OPCODE_TXB || in near_end_of_shader()
4530 bld.bld_base.op_actions[TGSI_OPCODE_TXB].emit = txb_emit; in lp_build_tgsi_soa()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1347 case TGSI_OPCODE_TXB: in ttn_tex()
1464 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB) { in ttn_tex()
1847 [TGSI_OPCODE_TXB] = 0,
2103 case TGSI_OPCODE_TXB: in ttn_emit_instruction()
Dnir_to_tgsi.c2643 tex_opcode = TGSI_OPCODE_TXB; in ntt_emit_texture()
2683 if (tex_opcode == TGSI_OPCODE_TXB) in ntt_emit_texture()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1631 case TGSI_OPCODE_TXB: in emit_tex2()
1837 case TGSI_OPCODE_TXB: in emit_tex()
2840 case TGSI_OPCODE_TXB: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c9087 inst->Instruction.Opcode == TGSI_OPCODE_TXB || in emit_txl_txb()
11059 case TGSI_OPCODE_TXB: in emit_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c748 case TGSI_OPCODE_TXB: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp316 case TGSI_OPCODE_TXB: in srcMask()
3511 case TGSI_OPCODE_TXB: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7906 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB || in tgsi_tex()
11853 [TGSI_OPCODE_TXB] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
12051 [TGSI_OPCODE_TXB] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
12278 [TGSI_OPCODE_TXB] = { FETCH_OP_SAMPLE_LB, tgsi_tex},