Searched refs:TGSI_OPCODE_NOT (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 215 case TGSI_OPCODE_NOT: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 125 { 1, 1, 0, 0, 0, 0, COMP, "NOT", TGSI_OPCODE_NOT },
|
D | tgsi_exec.c | 3898 case TGSI_OPCODE_NOT: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 340 #define TGSI_OPCODE_NOT 85 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 891 case TGSI_OPCODE_NOT: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 1595 bld_base->op_actions[TGSI_OPCODE_NOT].emit = not_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 367 case TGSI_OPCODE_NOT: in inferSrcType() 1799 case TGSI_OPCODE_NOT: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 1057 bld_base->op_actions[TGSI_OPCODE_NOT].emit = emit_not; in radeon_llvm_context_init()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5330 {TGSI_OPCODE_NOT, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOT_INT, tgsi_op2}, 5504 {TGSI_OPCODE_NOT, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOT_INT, tgsi_op2}, 5678 {TGSI_OPCODE_NOT, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOT_INT, tgsi_op2},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1404 emit(ir, TGSI_OPCODE_NOT, result_dst, op[0]); in visit() 1842 emit(ir, TGSI_OPCODE_NOT, result_dst, op[0]); in visit()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2658 case TGSI_OPCODE_NOT: in svga_emit_instruction()
|