| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_flrp.c | 55 nir_instr_as_alu(neg_a->parent_instr)->exact = alu->exact; 58 nir_instr_as_alu(inner_ffma->parent_instr)->exact = alu->exact; 61 nir_instr_as_alu(outer_ffma->parent_instr)->exact = alu->exact; 84 nir_instr_as_alu(neg_c->parent_instr)->exact = alu->exact; 88 nir_instr_as_alu(one_minus_c->parent_instr)->exact = alu->exact; [all...] |
| nir_lower_alu_to_scalar.c | 81 chan->exact = alu->exact; 114 * and fusing later because fusing is not possible for exact fdot instructions. 132 instr->exact = builder->exact; 154 b->exact = alu->exact; 348 lower->exact = alu->exact;
|
| nir_search.h | 138 * value that does *not* have the exact bit set. If unset, the exact bit 143 /** In a replacement, requests that the instruction be marked exact. */ 144 bool exact; member in struct:__anon809
|
| nir_builtin_builder.c | 233 if (b->exact || 235 const bool exact = b->exact; local 237 b->exact = true; 239 b->exact = exact;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| prim_asm.h | 58 modify exact [eax]; 70 modify exact [ax]; 82 modify exact [ax]; 94 modify exact [ax]; 106 modify exact [ax]; 118 modify exact [al bl]; 130 modify exact [ax bx]; 142 modify exact [eax ebx]; 154 modify exact [al bl]; 166 modify exact [ax bx] [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| prim_asm.h | 57 modify exact [eax]; 68 modify exact [ax]; 79 modify exact [ax]; 90 modify exact [ax]; 101 modify exact [ax]; 112 modify exact [al bl]; 123 modify exact [ax bx]; 134 modify exact [eax ebx]; 145 modify exact [al bl]; 156 modify exact [ax bx] [all...] |
| /xsrc/external/mit/libXft/dist/src/ |
| xftcolor.c | 32 XColor screen, exact; local 34 if (!XAllocNamedColor (dpy, cmap, name, &screen, &exact)) 41 result->color.red = exact.red; 42 result->color.green = exact.green; 43 result->color.blue = exact.blue;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| ir2_nir_lower_scalar.c | 62 chan->exact = instr->exact; 85 b->exact = instr->exact; 131 lower->exact = instr->exact;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| vtn_alu.c | 257 SpvOp opcode, bool *swap, bool *exact, 265 *exact = false; 324 case SpvOpFOrdEqual: *exact = true; return nir_op_feq; 325 case SpvOpFUnordEqual: *exact = true; return nir_op_feq; 328 case SpvOpFOrdNotEqual: *exact = true; return nir_op_fneu; 329 case SpvOpFUnordNotEqual: *exact = true; return nir_op_fneu; 332 case SpvOpFOrdLessThan: *exact = true; return nir_op_flt; 333 case SpvOpFUnordLessThan: *exact = true; return nir_op_flt; 336 case SpvOpFOrdGreaterThan: *swap = true; *exact = true; return nir_op_flt; 337 case SpvOpFUnordGreaterThan: *swap = true; *exact = true; return nir_op_flt 743 bool exact; local 803 bool exact; local [all...] |
| vtn_glsl450.c | 242 bool *exact) 244 *exact = false; 263 case GLSLstd450NMin: *exact = true; return nir_op_fmin; 267 case GLSLstd450NMax: *exact = true; return nir_op_fmax; 390 const bool exact = nb->exact; local 391 nb->exact = true; 395 nb->exact = exact; 422 nb->exact = true 530 const bool exact = nb->exact; local 611 bool exact; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| grabs.c | 98 grab->modifiersDetail.exact = param->modifiers; 103 grab->detail.exact = keybut; 180 if (firstDetail.exact == exception) 186 if (secondDetail.exact == exception) 189 if (GETBIT(firstDetail.pMask, secondDetail.exact)) 220 if (IdenticalExactDetails(firstDetail.exact, secondDetail.exact, 424 #define UPDATE(mask,exact) \ 425 if (!(details[nups] = DeleteDetailFromMask(mask, exact))) \ 466 else if ((grab->detail.exact == any_key [all...] |
| /xsrc/external/mit/xorg-server.old/dist/test/ |
| input.c | 620 a.modifiersDetail.exact = 1; 621 b.modifiersDetail.exact = 2; 644 a.modifiersDetail.exact = AnyModifier; 645 b.modifiersDetail.exact = 1; 654 a.modifiersDetail.exact = XIAnyModifier; 655 b.modifiersDetail.exact = 1; 663 a.modifiersDetail.exact = XIAnyModifier; 664 b.modifiersDetail.exact = 1; 673 a.detail.exact = 1; 674 b.detail.exact = 2 [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| ungrdevb.c | 140 temporaryGrab->modifiersDetail.exact = stuff->modifiers; 142 temporaryGrab->detail.exact = stuff->button;
|
| ungrdevk.c | 147 temporaryGrab->modifiersDetail.exact = stuff->modifiers; 149 temporaryGrab->detail.exact = stuff->key;
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| ungrdevb.c | 137 temporaryGrab.modifiersDetail.exact = stuff->modifiers; 139 temporaryGrab.detail.exact = stuff->button;
|
| ungrdevk.c | 144 temporaryGrab.modifiersDetail.exact = stuff->modifiers; 146 temporaryGrab.detail.exact = stuff->key;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| grabs.c | 157 "activating key %d\n", grab->type, grab->detail.exact, 235 grab->modifiersDetail.exact = param->modifiers; 240 grab->detail.exact = keybut; 363 if (firstDetail.exact == exception) { 368 if (secondDetail.exact == exception) 371 if (GETBIT(firstDetail.pMask, secondDetail.exact)) 398 if (IdenticalExactDetails(firstDetail.exact, secondDetail.exact, exception)) 586 #define UPDATE(mask,exact) \ 587 if (!(details[nups] = DeleteDetailFromMask(mask, exact))) \ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/ |
| agx_opcodes.py | 46 (exact, mask, length_short, length_long) = description 52 self.exact = exact 217 for (name, exact) in [("any", 0xC000), ("none", 0xC200)]: 218 op("jmp_exec_" + name, (exact, (1 << 16) - 1, 6, _), dests = 0, srcs = 0, 230 exact = 0x42 | (0x0 if is_float else 0x10) | (cf_op << 9) variable 234 op(name, (exact, mask, 6, _), dests = 0, srcs = 2, can_eliminate = False,
|
| /xsrc/external/mit/pixman/dist/test/ |
| cover-test.c | 33 * It has a secondary purpose: by setting the env var EXACT (to any value) it 95 /* This is a flag reflecting the environment variable EXACT. It can be used 100 static int exact; variable 197 /* Ensure we test the exact case quite a lot */ 360 if (!exact) 388 if (!exact) 399 if (exact) 442 exact = getenv ("EXACT") != NULL; 443 if (exact) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_lower_alu_to_scalar.c | 59 chan->exact = instr->exact; 86 b->exact = instr->exact; 243 lower->exact = instr->exact;
|
| nir_lower_alu.c | 50 b->exact = instr->exact;
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| input.c | 739 a.modifiersDetail.exact = 1; 740 b.modifiersDetail.exact = 2; 763 a.modifiersDetail.exact = AnyModifier; 764 b.modifiersDetail.exact = 1; 773 a.modifiersDetail.exact = XIAnyModifier; 774 b.modifiersDetail.exact = 1; 782 a.modifiersDetail.exact = XIAnyModifier; 783 b.modifiersDetail.exact = 1; 792 a.detail.exact = 1; 793 b.detail.exact = 2 [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| PassivGrab.c | 120 * Make an exact copy of the specified detail mask. 201 unsigned short exact; member in struct:_DetailRec 215 if (firstDetail->exact == exception) { 220 if (secondDetail->exact == exception) 223 if (GETBIT(firstDetail->pMask, secondDetail->exact)) 264 if (IdenticalExactDetails(firstDetail->exact, secondDetail->exact, 282 first.exact = pFirstGrab->modifiers; 287 second.exact = pSecondGrab->modifiers; 295 first.exact = pFirstGrab->keybut [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_nir_opt_peephole_ffma.c | 83 * exact. One reason for this is that, while the value that is changing is 85 * the user when they specify an exact multiply is that they want *that* 89 if (alu->exact) 178 if (add->exact)
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_nir_opt_peephole_ffma.c | 84 * exact. One reason for this is that, while the value that is changing is 86 * the user when they specify an exact multiply is that they want *that* 90 if (alu->exact) 181 if (add->exact)
|