Searched refs:TGSI_OPCODE_TXB (Results 1 – 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 238 case TGSI_OPCODE_TXB: in tgsi_util_get_src_usage_mask() 279 opcode == TGSI_OPCODE_TXB || in tgsi_util_get_src_usage_mask()
|
D | tgsi_lowering.c | 1407 case TGSI_OPCODE_TXB: in transform_instr() 1550 info->opcode_count[TGSI_OPCODE_TXB] + in tgsi_transform_lowering()
|
D | tgsi_scan.c | 362 case TGSI_OPCODE_TXB: in scan_instruction()
|
D | tgsi_exec.c | 5104 case TGSI_OPCODE_TXB: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 414 TGSI_OPCODE_TXB = 68, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 87 case TGSI_OPCODE_TXB: return RC_OPCODE_TXB; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_translate.c | 373 if (opcode == TGSI_OPCODE_TXP || opcode == TGSI_OPCODE_TXB) in i915_coord_mask() 821 case TGSI_OPCODE_TXB: in i915_translate_instruction()
|
D | i915_fpc_optimize.c | 123 [TGSI_OPCODE_TXB] = {true, false, 0, 1, 2},
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 333 case TGSI_OPCODE_TXB: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 723 case TGSI_OPCODE_TXB: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2687 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/ |
D | tgsi_to_nir.c | 1347 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()
|
D | nir_to_tgsi.c | 2643 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/ |
D | svga_tgsi_insn.c | 1631 case TGSI_OPCODE_TXB: in emit_tex2() 1837 case TGSI_OPCODE_TXB: in emit_tex() 2840 case TGSI_OPCODE_TXB: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 9087 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/ |
D | nvfx_fragprog.c | 748 case TGSI_OPCODE_TXB: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 316 case TGSI_OPCODE_TXB: in srcMask() 3511 case TGSI_OPCODE_TXB: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7906 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},
|