Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_util.c295 case TGSI_OPCODE_TXB: in tgsi_util_get_inst_usage_mask()
336 inst->Instruction.Opcode == TGSI_OPCODE_TXB || in tgsi_util_get_inst_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.c5420 case TGSI_OPCODE_TXB: in exec_instruction()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c283 case TGSI_OPCODE_TXB: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c108 { 1, 2, 1, 0, 0, 0, OTHR, "TXB", TGSI_OPCODE_TXB },
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h419 TGSI_OPCODE_TXB = 68, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h402 #define TGSI_OPCODE_TXB 68 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c85 case TGSI_OPCODE_TXB: return RC_OPCODE_TXB; in translate_opcode()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c332 case TGSI_OPCODE_TXB: in analyse_instruction()
Dlp_bld_tgsi_aos.c722 case TGSI_OPCODE_TXB: in lp_emit_instruction_aos()
Dlp_bld_tgsi_soa.c2681 opcode == TGSI_OPCODE_TXB || in near_end_of_shader()
4523 bld.bld_base.op_actions[TGSI_OPCODE_TXB].emit = txb_emit; in lp_build_tgsi_soa()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1353 case TGSI_OPCODE_TXB: in ttn_tex()
1470 if (tgsi_inst->Instruction.Opcode == TGSI_OPCODE_TXB) { in ttn_tex()
1846 [TGSI_OPCODE_TXB] = 0,
2100 case TGSI_OPCODE_TXB: in ttn_emit_instruction()
Dnir_to_tgsi.c1781 tex_opcode = TGSI_OPCODE_TXB; in ntt_emit_texture()
1896 if (tex_opcode == TGSI_OPCODE_TXB) in ntt_emit_texture()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c118 [ TGSI_OPCODE_TXB ] = { true, false, 0, 1, 2 },
Di915_fpc_translate.c942 case TGSI_OPCODE_TXB: in i915_translate_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c510 return TGSI_OPCODE_TXB; in translate_opcode()
Dst_glsl_to_tgsi.cpp4355 opcode = TGSI_OPCODE_TXB; in visit()
4539 } else if (opcode == TGSI_OPCODE_TXL || opcode == TGSI_OPCODE_TXB || in visit()
6161 case TGSI_OPCODE_TXB: in compile_tgsi_instruction()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c1632 case TGSI_OPCODE_TXB: in emit_tex2()
1838 case TGSI_OPCODE_TXB: in emit_tex()
2774 case TGSI_OPCODE_TXB: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c8413 inst->Instruction.Opcode == TGSI_OPCODE_TXB || in emit_txl_txb()
9392 case TGSI_OPCODE_TXB: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_fragprog.c748 case TGSI_OPCODE_TXB: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp316 case TGSI_OPCODE_TXB: in srcMask()
3446 case TGSI_OPCODE_TXB: in handleInstruction()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c1726 case TGSI_OPCODE_TXB: in trans_sampler()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c7888 if (inst->Instruction.Opcode == TGSI_OPCODE_TXB || in tgsi_tex()
11741 [TGSI_OPCODE_TXB] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
11939 [TGSI_OPCODE_TXB] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
12165 [TGSI_OPCODE_TXB] = { FETCH_OP_SAMPLE_LB, tgsi_tex},
/external/virglrenderer/src/
Dvrend_shader.c2647 case TGSI_OPCODE_TXB: in translate_tex()
5054 case TGSI_OPCODE_TXB: in iter_instruction()