Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c268 { 1, 1, 0, 0, 0, 0, COMP, "I64ABS", TGSI_OPCODE_I64ABS },
465 case TGSI_OPCODE_I64ABS: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c231 case TGSI_OPCODE_I64ABS: in tgsi_opcode_infer_type()
Dtgsi_exec.c6175 case TGSI_OPCODE_I64ABS: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h604 TGSI_OPCODE_I64ABS = 236, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h573 #define TGSI_OPCODE_I64ABS 225 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp618 case TGSI_OPCODE_I64ABS: in inferSrcType()
3924 case TGSI_OPCODE_I64ABS: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c615 [nir_op_iabs] = { TGSI_OPCODE_IABS, TGSI_OPCODE_I64ABS }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2613 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.cpp1496 emit_asm(ir, TGSI_OPCODE_I64ABS, result_dst, op[0]); in visit_expression()