Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c239 { 1, 1, 0, 0, 0, 0, COMP, "DABS", TGSI_OPCODE_DABS },
389 case TGSI_OPCODE_DABS: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c191 case TGSI_OPCODE_DABS: in tgsi_opcode_infer_type()
Dtgsi_exec.c5832 case TGSI_OPCODE_DABS: in exec_instruction()
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h545 #define TGSI_OPCODE_DABS 197 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h551 #define TGSI_OPCODE_DABS 197 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c726 bld_base->op_actions[TGSI_OPCODE_DABS].emit = build_tgsi_intrinsic_nomem; in si_shader_context_init_alu()
727 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.cpp641 case TGSI_OPCODE_DABS: in inferSrcType()
4010 case TGSI_OPCODE_DABS: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2475 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.c4083 if (ctx->parse.FullToken.FullInstruction.Instruction.Opcode == TGSI_OPCODE_DABS) { in tgsi_op2_64_params()
4097 case TGSI_OPCODE_DABS: in tgsi_op2_64_params()
10644 [TGSI_OPCODE_DABS] = { ALU_OP1_MOV, tgsi_op2_64},
10866 [TGSI_OPCODE_DABS] = { ALU_OP1_MOV, tgsi_op2_64},
/external/virglrenderer/src/
Dvrend_shader.c3369 case TGSI_OPCODE_DABS: in iter_instruction()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1419 emit_asm(ir, TGSI_OPCODE_DABS, result_dst, op[0]); in visit_expression()