Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_INEG (Results 1 – 14 of 14) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c163 { 1, 1, 0, 0, 0, 0, COMP, "INEG", TGSI_OPCODE_INEG },
400 case TGSI_OPCODE_INEG: in tgsi_opcode_infer_type()
Dtgsi_util.c225 case TGSI_OPCODE_INEG: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c167 case TGSI_OPCODE_INEG: in tgsi_opcode_infer_type()
Dtgsi_exec.c5834 case TGSI_OPCODE_INEG: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h473 TGSI_OPCODE_INEG = 123, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h456 #define TGSI_OPCODE_INEG 123 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp564 case TGSI_OPCODE_INEG: in inferSrcType()
3189 case TGSI_OPCODE_INEG: 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()
Dtgsi_to_nir.c1896 [TGSI_OPCODE_INEG] = nir_op_ineg,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2554 bld_base->op_actions[TGSI_OPCODE_INEG].emit = ineg_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c873 case TGSI_OPCODE_INEG: in translate_opcode()
9253 case TGSI_OPCODE_INEG: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11796 [TGSI_OPCODE_INEG] = { ALU_OP2_SUB_INT, tgsi_ineg},
11993 [TGSI_OPCODE_INEG] = { ALU_OP2_SUB_INT, tgsi_ineg},
12219 [TGSI_OPCODE_INEG] = { ALU_OP2_SUB_INT, tgsi_ineg},
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp1478 emit_asm(ir, TGSI_OPCODE_INEG, result_dst, op[0]); in visit_expression()
/external/virglrenderer/src/
Dvrend_shader.c5104 case TGSI_OPCODE_INEG: in iter_instruction()