Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c269 { 1, 1, 0, 0, 0, 0, COMP, "I64NEG", TGSI_OPCODE_I64NEG },
467 case TGSI_OPCODE_I64NEG: in tgsi_opcode_infer_type()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c233 case TGSI_OPCODE_I64NEG: in tgsi_opcode_infer_type()
Dtgsi_exec.c6183 case TGSI_OPCODE_I64NEG: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h606 TGSI_OPCODE_I64NEG = 238, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h574 #define TGSI_OPCODE_I64NEG 226 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp620 case TGSI_OPCODE_I64NEG: in inferSrcType()
3912 case TGSI_OPCODE_I64NEG: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c616 [nir_op_ineg] = { TGSI_OPCODE_INEG, TGSI_OPCODE_I64NEG }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2615 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = i64neg_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1475 emit_asm(ir, TGSI_OPCODE_I64NEG, result_dst, op[0]); in visit_expression()