/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 295 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()
|
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 | 5420 case TGSI_OPCODE_TXB: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 283 case TGSI_OPCODE_TXB: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 108 { 1, 2, 1, 0, 0, 0, OTHR, "TXB", TGSI_OPCODE_TXB },
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 419 TGSI_OPCODE_TXB = 68, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 402 #define TGSI_OPCODE_TXB 68 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 85 case TGSI_OPCODE_TXB: return RC_OPCODE_TXB; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 332 case TGSI_OPCODE_TXB: in analyse_instruction()
|
D | lp_bld_tgsi_aos.c | 722 case TGSI_OPCODE_TXB: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_soa.c | 2681 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/ |
D | tgsi_to_nir.c | 1353 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()
|
D | nir_to_tgsi.c | 1781 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/ |
D | i915_fpc_optimize.c | 118 [ TGSI_OPCODE_TXB ] = { true, false, 0, 1, 2 },
|
D | i915_fpc_translate.c | 942 case TGSI_OPCODE_TXB: in i915_translate_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 510 return TGSI_OPCODE_TXB; in translate_opcode()
|
D | st_glsl_to_tgsi.cpp | 4355 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/ |
D | svga_tgsi_insn.c | 1632 case TGSI_OPCODE_TXB: in emit_tex2() 1838 case TGSI_OPCODE_TXB: in emit_tex() 2774 case TGSI_OPCODE_TXB: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 8413 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/ |
D | nvfx_fragprog.c | 748 case TGSI_OPCODE_TXB: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 316 case TGSI_OPCODE_TXB: in srcMask() 3446 case TGSI_OPCODE_TXB: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_tgsi.c | 1726 case TGSI_OPCODE_TXB: in trans_sampler()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 7888 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/ |
D | vrend_shader.c | 2647 case TGSI_OPCODE_TXB: in translate_tex() 5054 case TGSI_OPCODE_TXB: in iter_instruction()
|