Searched refs:TGSI_OPCODE_NOT (Results 1 – 16 of 16) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 125 { 1, 1, 0, 0, 0, 0, COMP, "NOT", TGSI_OPCODE_NOT }, 328 case TGSI_OPCODE_NOT: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 214 case TGSI_OPCODE_NOT: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 129 case TGSI_OPCODE_NOT: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5449 case TGSI_OPCODE_NOT: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 416 #define TGSI_OPCODE_NOT 85 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 427 #define TGSI_OPCODE_NOT 85 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 777 case TGSI_OPCODE_NOT: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2442 bld_base->op_actions[TGSI_OPCODE_NOT].emit = not_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 793 bld_base->op_actions[TGSI_OPCODE_NOT].emit = emit_not; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1543 [TGSI_OPCODE_NOT] = nir_op_inot,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 583 case TGSI_OPCODE_NOT: in inferSrcType() 3273 case TGSI_OPCODE_NOT: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 559 case TGSI_OPCODE_NOT: in translate_opcode() 5481 case TGSI_OPCODE_NOT: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 2886 case TGSI_OPCODE_NOT: in svga_emit_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1389 emit_asm(ir, TGSI_OPCODE_NOT, result_dst, op[0]); in visit_expression() 1864 emit_asm(ir, TGSI_OPCODE_NOT, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10335 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2}, 10532 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2}, 10754 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3639 case TGSI_OPCODE_NOT: in iter_instruction()
|