Searched refs:TGSI_OPCODE_DABS (Results 1 – 11 of 11) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 239 { 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/ |
D | tgsi_info.c | 191 case TGSI_OPCODE_DABS: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5832 case TGSI_OPCODE_DABS: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 545 #define TGSI_OPCODE_DABS 197 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 551 #define TGSI_OPCODE_DABS 197 macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 726 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/ |
D | nv50_ir_from_tgsi.cpp | 641 case TGSI_OPCODE_DABS: in inferSrcType() 4010 case TGSI_OPCODE_DABS: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2475 bld_base->op_actions[TGSI_OPCODE_DABS].emit = dabs_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 4083 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/ |
D | vrend_shader.c | 3369 case TGSI_OPCODE_DABS: in iter_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1419 emit_asm(ir, TGSI_OPCODE_DABS, result_dst, op[0]); in visit_expression()
|