Searched refs:exact (Results 1 - 25 of 117) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_flrp.c55 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...]
H A Dnir_lower_alu_to_scalar.c81 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;
H A Dnir_search.h138 * 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:__anond19bc6b20608
H A Dnir_builtin_builder.c233 if (b->exact ||
235 const bool exact = b->exact; local in function:nir_atan
237 b->exact = true;
239 b->exact = exact;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_asm.h57 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 [a
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
H A Dprim_asm.h58 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 [a
[all...]
/xsrc/external/mit/libXft/dist/src/
H A Dxftcolor.c32 XColor screen, exact; local in function:XftColorAllocName
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/
H A Dir2_nir_lower_scalar.c62 chan->exact = instr->exact;
85 b->exact = instr->exact;
131 lower->exact = instr->exact;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c257 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
256 vtn_nir_alu_op_for_spirv_opcode(struct vtn_builder * b,SpvOp opcode,bool * swap,bool * exact,unsigned src_bit_size,unsigned dst_bit_size) argument
743 bool exact; local in function:vtn_handle_alu
803 bool exact; local in function:vtn_handle_alu
[all...]
H A Dvtn_glsl450.c242 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 in function:handle_glsl450_alu
391 nb->exact = true;
395 nb->exact = exact;
422 nb->exact
239 vtn_nir_alu_op_for_spirv_glsl_opcode(struct vtn_builder * b,enum GLSLstd450 opcode,unsigned execution_mode,bool * exact) argument
530 const bool exact = nb->exact; local in function:handle_glsl450_alu
611 bool exact; local in function:handle_glsl450_alu
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgrabs.c98 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
[all...]
/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c620 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
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dungrdevb.c137 temporaryGrab.modifiersDetail.exact = stuff->modifiers;
139 temporaryGrab.detail.exact = stuff->button;
H A Dungrdevk.c144 temporaryGrab.modifiersDetail.exact = stuff->modifiers;
146 temporaryGrab.detail.exact = stuff->key;
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dungrdevb.c140 temporaryGrab->modifiersDetail.exact = stuff->modifiers;
142 temporaryGrab->detail.exact = stuff->button;
H A Dungrdevk.c147 temporaryGrab->modifiersDetail.exact = stuff->modifiers;
149 temporaryGrab->detail.exact = stuff->key;
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgrabs.c157 "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/
H A Dagx_opcodes.py46 (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/
H A Dcover-test.c100 static int exact; variable in typeref:typename:int
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)
447 exact ? CHECKSUM_EXACT : CHECKSUM_FUZZ,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_alu_to_scalar.c59 chan->exact = instr->exact;
86 b->exact = instr->exact;
243 lower->exact = instr->exact;
H A Dnir_lower_alu.c50 b->exact = instr->exact;
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c739 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
[all...]
/xsrc/external/mit/libXt/dist/src/
H A DPassivGrab.c120 * 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
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.2.5.rst68 - nir/algebraic: Add the ability to mark a replacement as exact
69 - nir/algebraic: Mark other comparison exact when removing a == a
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dgen_pack.py242 if "exact" in attrs:
243 self.exact = int(attrs["exact"])
245 self.exact = None
317 if field.exact is not None:
378 assert(field.exact is None)
411 value = str(field.exact) if field.exact is not None else "values->{}".format(contributor.path)

Completed in 33 milliseconds

12345