Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c231 case TGSI_OPCODE_I64ABS: in tgsi_opcode_infer_type()
Dtgsi_exec.c5927 case TGSI_OPCODE_I64ABS: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h598 TGSI_OPCODE_I64ABS = 236, enumerator
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp618 case TGSI_OPCODE_I64ABS: in inferSrcType()
3985 case TGSI_OPCODE_I64ABS: in handleInstruction()
/third_party/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()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1963 [TGSI_OPCODE_I64ABS] = nir_op_iabs,
Dnir_to_tgsi.c917 [nir_op_iabs] = { TGSI_OPCODE_IABS, TGSI_OPCODE_I64ABS }, in ntt_emit_alu()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1574 emit_asm(ir, TGSI_OPCODE_I64ABS, result_dst, op[0]); in visit_expression()