Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DABS (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c239 { 1, 1, 0, 0, 0, 0, 0, COMP, "DABS", TGSI_OPCODE_DABS },
416 case TGSI_OPCODE_DABS: in tgsi_opcode_infer_type()
Dtgsi_exec.c5996 case TGSI_OPCODE_DABS: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h547 #define TGSI_OPCODE_DABS 197 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c784 bld_base->op_actions[TGSI_OPCODE_DABS].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu()
785 bld_base->op_actions[TGSI_OPCODE_DABS].intr_name = "llvm.fabs.f64"; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp611 case TGSI_OPCODE_DABS: in inferSrcType()
3739 case TGSI_OPCODE_DABS: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2620 bld_base->op_actions[TGSI_OPCODE_DABS].emit = dabs_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c3793 if (ctx->parse.FullToken.FullInstruction.Instruction.Opcode == TGSI_OPCODE_DABS) { in tgsi_op2_64_params()
3807 case TGSI_OPCODE_DABS: in tgsi_op2_64_params()
9456 [TGSI_OPCODE_DABS] = { ALU_OP1_MOV, tgsi_op2_64},
9679 [TGSI_OPCODE_DABS] = { ALU_OP1_MOV, tgsi_op2_64},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1613 emit_asm(ir, TGSI_OPCODE_DABS, result_dst, op[0]); in visit_expression()