/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_fine_fence.c | 37 struct iris_fine_fence *fine) in iris_fine_fence_destroy() argument 39 iris_syncobj_reference(screen, &fine->syncobj, NULL); in iris_fine_fence_destroy() 40 pipe_resource_reference(&fine->ref.res, NULL); in iris_fine_fence_destroy() 41 free(fine); in iris_fine_fence_destroy() 47 struct iris_fine_fence *fine = calloc(1, sizeof(*fine)); in iris_fine_fence_new() local 48 if (!fine) in iris_fine_fence_new() 51 pipe_reference_init(&fine->reference, 1); in iris_fine_fence_new() 53 fine->seqno = iris_fine_fence_next(batch); in iris_fine_fence_new() 55 iris_syncobj_reference(batch->screen, &fine->syncobj, in iris_fine_fence_new() 58 pipe_resource_reference(&fine->ref.res, batch->fine_fences.ref.res); in iris_fine_fence_new() [all …]
|
D | iris_fence.c | 169 struct iris_fine_fence *fine[IRIS_BATCH_COUNT]; member 178 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) in iris_fence_destroy() 179 iris_fine_fence_reference(screen, &fence->fine[i], NULL); in iris_fence_destroy() 267 struct iris_fine_fence *fine = in iris_fence_flush() local 269 iris_fine_fence_reference(screen, &fence->fine[b], fine); in iris_fence_flush() 270 iris_fine_fence_reference(screen, &fine, NULL); in iris_fence_flush() 279 iris_fine_fence_reference(screen, &fence->fine[b], batch->last_fence); in iris_fence_flush() 310 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) { in iris_fence_await() 311 struct iris_fine_fence *fine = fence->fine[i]; in iris_fence_await() local 313 if (iris_fine_fence_signaled(fine)) in iris_fence_await() [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_fence.c | 52 struct si_fine_fence fine; member 192 si_resource_reference(&(*sdst)->fine.buf, NULL); in si_fence_reference() 223 static bool si_fine_fence_signaled(struct radeon_winsys *rws, const struct si_fine_fence *fine) in si_fine_fence_signaled() argument 226 rws->buffer_map(fine->buf->buf, NULL, PIPE_MAP_READ | PIPE_MAP_UNSYNCHRONIZED); in si_fine_fence_signaled() 230 uint32_t *fence = (uint32_t *)(map + fine->offset); in si_fine_fence_signaled() 234 static void si_fine_fence_set(struct si_context *ctx, struct si_fine_fence *fine, unsigned flags) in si_fine_fence_set() argument 241 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, in si_fine_fence_set() 242 (struct pipe_resource **)&fine->buf, (void **)&fence_ptr); in si_fine_fence_set() 243 if (!fine->buf) in si_fine_fence_set() 251 si_cp_write_data(ctx, fine->buf, fine->offset, 4, V_370_MEM, V_370_PFP, &value); in si_fine_fence_set() [all …]
|
/external/curl/tests/data/ |
D | test1097 | 15 HTTP/1.1 200 We are fine and cool 19 This is all fine and dandy 24 HTTP/1.1 200 We are fine and cool 30 HTTP/1.1 200 We are fine and cool 33 HTTP/1.1 200 We are fine and cool 37 This is all fine and dandy
|
D | test257 | 26 HTTP/1.1 302 Followed here fine swsclose 35 HTTP/1.1 200 Followed here fine swsclose 50 HTTP/1.1 302 Followed here fine swsclose 55 HTTP/1.1 200 Followed here fine swsclose
|
D | test1316 | 17 HTTP/1.1 200 Mighty fine indeed 25 HTTP/1.1 200 Mighty fine indeed 28 HTTP/1.1 200 Mighty fine indeed
|
D | test89 | 31 HTTP/1.1 301 Things are fine in server land swsclose 52 HTTP/1.1 200 Things are fine in server land swsclose 67 HTTP/1.1 301 Things are fine in server land swsclose 78 HTTP/1.1 200 Things are fine in server land swsclose
|
D | test2023 | 25 HTTP/1.1 200 Things are fine in server land 57 HTTP/1.1 200 Things are fine in server land (2) 73 HTTP/1.1 200 Things are fine in server land 93 HTTP/1.1 200 Things are fine in server land (2)
|
D | test535 | 28 fine content 32 fine content
|
D | test1419 | 17 HTTP/1.1 200 fine! 32 HTTP/1.1 200 fine!
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine. 12 # d5 != x5 so "ldp d5, d6, [x5, #24]!" is fine. 16 # xzr != sp so "stp xzr, xzr, [sp, #8]!" is fine.
|
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine. 12 # d5 != x5 so "ldp d5, d6, [x5], #24" is fine. 16 # xzr != sp so "stp xzr, xzr, [sp], #8" is fine.
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | ldp-postind.predictable.txt | 8 # Stores from duplicated registers should be fine. 12 # d5 != x5 so "ldp d5, d6, [x5], #24" is fine. 16 # xzr != sp so "stp xzr, xzr, [sp], #8" is fine.
|
D | ldp-preind.predictable.txt | 8 # Stores from duplicated registers should be fine. 12 # d5 != x5 so "ldp d5, d6, [x5, #24]!" is fine. 16 # xzr != sp so "stp xzr, xzr, [sp, #8]!" is fine.
|
/external/libabigail/tests/data/test-diff-suppr/ |
D | test7-var-suppr-9.suppr | 2 # This one shouldn't catch anything, but it must be parsed fine. 6 # This one should be parsed fine too.
|
/external/opencensus-java/contrib/zpages/src/main/java/io/opencensus/contrib/zpages/ |
D | ZPageHandlers.java | 170 logger.fine("HttpServer started on address " + server.getAddress().toString()); in startHttpServerAndRegisterAll() 181 logger.fine("*** Shutting down gRPC server (JVM shutting down)"); in startHttpServerAndRegisterAll() 183 logger.fine("*** Server shut down"); in startHttpServerAndRegisterAll()
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | regcoal-physreg.mir | 21 ; It is fine to coalesce copies from reserved physregs 27 ; It is not fine to coalesce copies from reserved physregs when they are 35 ; Is is fine to coalesce copies from constant physregs even when they are 43 ; Is is fine to coalesce copies from constant physregs even when they are 64 ; It is not fine to coalesce copies from reserved physregs when they are
|
/external/llvm-project/llvm/test/YAMLParser/ |
D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A" 11 # CHECK: !!str "Sosa did fine.\u263A"
|
/external/llvm/test/YAMLParser/ |
D | spec-02-17.test | 3 unicode: "Sosa did fine.\u263A" 11 # CHECK: !!str "Sosa did fine.\u263A"
|
/external/curl/packages/DOS/ |
D | README | 1 Gisle Vanem made curl build fine on DOS (and MingW) with djgpp, OpenSSL and his 4 'make djgpp' in the root curl dir should build it fine.
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
D | WorkerProcess.java | 169 logger.fine(String.format("Instrument(%s) Java args: %s", instrument.getClass().getName(), in buildProcess() 193 logger.fine(String.format("%s(%s) Path: %s", platformName, vm.name, jdkPath)); in getJvmArgs() 197 logger.fine(String.format("%s(%s) args: %s", platformName, vm.name, jvmOptions)); in getJvmArgs() 201 logger.fine(String.format("Benchmark(%s) %s args: %s", benchmarkClass.name(), platformName, in getJvmArgs()
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.man | 11 problem are that everything works fine from your Linux 17 Small mail works fine, but large emails hang. 19 ssh works fine, but scp hangs after initial handshaking.
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | misc-throw-by-value-catch-by-reference.cpp | 132 typedef logic_error &fine; typedef 137 } catch (fine e) { // ok in additionalTests()
|
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/ |
D | AgentMain.java | 67 logger.fine("Initializing."); in premain() 90 logger.fine("Initialized."); in premain()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 251 …LOG.fine("Found startcode at " + (pos -4) + " Type: " + nal_unit_type + " ref idc: " + nal_ref_id… in readSamples() 276 LOG.fine("Adding sample with size " + bb.capacity() + " and header " + sh); in readSamples() 363 LOG.fine("Access unit delimiter type: " + type); in handleNALUnit() 422 LOG.fine("Access unit delimiter: " + (data[1] >> 5)); in printAccessUnitDelimiter() 547 LOG.fine("Marking with " + i + " at " + pos); in mark() 555 … LOG.fine("Resetting to " + markPos + " (pos is " + pos + ") which makes the buffersize " + diff); in reset() 703 LOG.fine(this.toString()); in SEIMessage()
|