Searched refs:seen (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_dce.c31 BITSET_WORD *seen = calloc(BITSET_WORDS(ctx->alloc), sizeof(BITSET_WORD)); local in function:agx_dce
39 needed |= BITSET_TEST(seen, I->dest[d].value);
52 BITSET_SET(seen, I->src[s].value);
56 free(seen);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_info_c.py39 seen = set()
42 if x["value"] not in seen:
43 seen.add(x["value"])
49 seen = set()
54 if x["opcode"] in seen:
60 seen.add(opcode)
H A Dvtn_gather_types_c.py32 seen = set()
35 if inst['opcode'] in seen:
37 seen.add(inst['opcode'])
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddag.c101 struct set *seen; member in struct:dag_traverse_bottom_up_state
111 if (_mesa_set_search(state->seen, node))
128 if (!_mesa_set_search(state->seen, edge->child)) {
145 _mesa_set_add(state->seen, node);
154 } while (_mesa_set_search(state->seen, node));
161 * Walks the DAG from leaves to the root, ensuring that each node is only seen
169 .seen = _mesa_pointer_set_create(NULL),
177 ralloc_free(state.seen);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddag.c101 struct set *seen; member in struct:dag_traverse_bottom_up_state
111 if (_mesa_set_search(state->seen, node))
119 _mesa_set_add(state->seen, node);
123 * Walks the DAG from leaves to the root, ensuring that each node is only seen
131 .seen = _mesa_pointer_set_create(NULL),
139 ralloc_free(state.seen);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv_info_c.py39 seen = set()
42 if x["value"] not in seen:
43 seen.add(x["value"])
/xsrc/external/mit/xorg-server/dist/hw/xfree86/
H A Dxorg-wrapper.c180 static int seen;
182 if (!seen) {
185 seen = 1;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.5.2.rst43 - Fixed GLSL linker/preprocessor version directive issue seen in Wine
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbifrost_isa.py249 seen = [op for op in instructions.keys() if op[1:] == key]
250 variant_objs = [[simplify_to_ir(Q[1]) for Q in instructions[x]] for x in seen]
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxibarriers.c77 Bool seen; member in struct:PointerBarrierDevice
114 pbd->seen = FALSE;
344 if (pbd->seen)
457 pbd->seen = TRUE;
498 pbd->seen = FALSE;
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_create_stdint_h.m4178 ac_cv_stdint_result="(no helpful system typedefs seen)"
181 ac_cv_stdint_result="(seen uintptr_t$and64 in $i)")
186 ac_cv_stdint_result="(seen uint32_t$and64 in $i)")
193 ac_cv_stdint_result="(seen u_int32_t$and64 in $i)")
/xsrc/external/mit/freetype/dist/builds/windows/
H A Ddetect.mk50 # Note that on Windows NT, such an environment variable will not be seen
/xsrc/external/mit/MesaLib/dist/docs/
H A Dcodingstyle.rst97 function name and parameters on the next, as seen above. This makes
H A Ddispatch.rst104 of the executing thread. If the same thread ID is always seen, Mesa
/xsrc/external/mit/xprop/dist/
H A Dxprop.c637 int seen = 0; local in function:Format_Mask_Word
642 if (seen) {
645 seen = 1;
1222 int seen = 0; local in function:Handle_Dollar_sign
1225 if (seen)
1227 seen = 1;
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst97 Results can be seen on `mesa-ci.01.org <https://mesa-ci.01.org>`__
/xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/
H A Disaspec.rst13 were not seen before in previous generations due to more rigorous
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgk110.asm121 // behavior is both seen on the CPU and the blob
H A Dgm107.asm136 // behavior is both seen on the CPU and the blob
H A Dgk104.asm579 // behavior is both seen on the CPU and the blob
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/
H A Dgk110.asm121 // behavior is both seen on the CPU and the blob
H A Dgm107.asm136 // behavior is both seen on the CPU and the blob
H A Dgk104.asm579 // behavior is both seen on the CPU and the blob
/xsrc/external/mit/util-macros/dist/
H A Daclocal.m4231 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
/xsrc/external/mit/libpthread-stubs/dist/
H A Daclocal.m4539 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This

Completed in 35 milliseconds

1234567891011>>