Searched refs:TGSI_OPCODE_I64ABS (Results 1 – 9 of 9) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 268 { 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/ |
D | tgsi_info.c | 231 case TGSI_OPCODE_I64ABS: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6175 case TGSI_OPCODE_I64ABS: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 604 TGSI_OPCODE_I64ABS = 236, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 573 #define TGSI_OPCODE_I64ABS 225 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 618 case TGSI_OPCODE_I64ABS: in inferSrcType() 3924 case TGSI_OPCODE_I64ABS: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 615 [nir_op_iabs] = { TGSI_OPCODE_IABS, TGSI_OPCODE_I64ABS }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2613 bld_base->op_actions[TGSI_OPCODE_I64ABS].emit = i64abs_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1496 emit_asm(ir, TGSI_OPCODE_I64ABS, result_dst, op[0]); in visit_expression()
|