Searched refs:TGSI_OPCODE_INEG (Results 1 – 14 of 14) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 163 { 1, 1, 0, 0, 0, 0, COMP, "INEG", TGSI_OPCODE_INEG }, 400 case TGSI_OPCODE_INEG: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 225 case TGSI_OPCODE_INEG: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 167 case TGSI_OPCODE_INEG: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5834 case TGSI_OPCODE_INEG: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 473 TGSI_OPCODE_INEG = 123, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 456 #define TGSI_OPCODE_INEG 123 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 564 case TGSI_OPCODE_INEG: in inferSrcType() 3189 case TGSI_OPCODE_INEG: 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()
|
D | tgsi_to_nir.c | 1896 [TGSI_OPCODE_INEG] = nir_op_ineg,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2554 bld_base->op_actions[TGSI_OPCODE_INEG].emit = ineg_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 873 case TGSI_OPCODE_INEG: in translate_opcode() 9253 case TGSI_OPCODE_INEG: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11796 [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/ |
D | st_glsl_to_tgsi.cpp | 1478 emit_asm(ir, TGSI_OPCODE_INEG, result_dst, op[0]); in visit_expression()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5104 case TGSI_OPCODE_INEG: in iter_instruction()
|