Home
last modified time | relevance | path

Searched refs:fine (Results 1 – 25 of 958) sorted by relevance

12345678910>>...39

/external/mesa3d/src/gallium/drivers/iris/
Diris_fine_fence.c37 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 …]
Diris_fence.c169 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/
Dsi_fence.c52 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/
Dtest109715 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
Dtest25726 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
Dtest131617 HTTP/1.1 200 Mighty fine indeed
25 HTTP/1.1 200 Mighty fine indeed
28 HTTP/1.1 200 Mighty fine indeed
Dtest8931 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
Dtest202325 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)
Dtest53528 fine content
32 fine content
Dtest141917 HTTP/1.1 200 fine!
32 HTTP/1.1 200 fine!
/external/llvm/test/MC/Disassembler/AArch64/
Dldp-preind.predictable.txt8 # 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.
Dldp-postind.predictable.txt8 # 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/
Dldp-postind.predictable.txt8 # 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.
Dldp-preind.predictable.txt8 # 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/
Dtest7-var-suppr-9.suppr2 # 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/
DZPageHandlers.java170 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/
Dregcoal-physreg.mir21 ; 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/
Dspec-02-17.test3 unicode: "Sosa did fine.\u263A"
11 # CHECK: !!str "Sosa did fine.\u263A"
/external/llvm/test/YAMLParser/
Dspec-02-17.test3 unicode: "Sosa did fine.\u263A"
11 # CHECK: !!str "Sosa did fine.\u263A"
/external/curl/packages/DOS/
DREADME1 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/
DWorkerProcess.java169 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/
Dlibxt_TCPMSS.man11 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/
Dmisc-throw-by-value-catch-by-reference.cpp132 typedef logic_error &fine; typedef
137 } catch (fine e) { // ok in additionalTests()
/external/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/
DAgentMain.java67 logger.fine("Initializing."); in premain()
90 logger.fine("Initialized."); in premain()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java251 …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()

12345678910>>...39