Searched refs:TGSI_OPCODE_I64NEG (Results 1 – 9 of 9) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 269 { 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/ |
D | tgsi_info.c | 233 case TGSI_OPCODE_I64NEG: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6183 case TGSI_OPCODE_I64NEG: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 606 TGSI_OPCODE_I64NEG = 238, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 574 #define TGSI_OPCODE_I64NEG 226 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 620 case TGSI_OPCODE_I64NEG: in inferSrcType() 3912 case TGSI_OPCODE_I64NEG: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 616 [nir_op_ineg] = { TGSI_OPCODE_INEG, TGSI_OPCODE_I64NEG }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2615 bld_base->op_actions[TGSI_OPCODE_I64NEG].emit = i64neg_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1475 emit_asm(ir, TGSI_OPCODE_I64NEG, result_dst, op[0]); in visit_expression()
|