Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I64ABS (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c229 case TGSI_OPCODE_I64ABS: in tgsi_opcode_infer_type()
Dtgsi_exec.c5949 case TGSI_OPCODE_I64ABS: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h594 #define TGSI_OPCODE_I64ABS 236 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_alu.c839 bld_base->op_actions[TGSI_OPCODE_I64ABS].emit = emit_iabs; in si_shader_context_init_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp678 case TGSI_OPCODE_I64ABS: in inferSrcType()
3994 case TGSI_OPCODE_I64ABS: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2485 bld_base->op_actions[TGSI_OPCODE_I64ABS].emit = i64abs_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1421 emit_asm(ir, TGSI_OPCODE_I64ABS, result_dst, op[0]); in visit_expression()