Home
last modified time | relevance | path

Searched refs:kSentinelValue (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DQueryTests.cpp32 constexpr static uint64_t kSentinelValue = ~uint64_t(0u); variable
51 if (actual[i] == kSentinelValue) {
54 << kSentinelValue << ")." << std::endl;
155 queue.WriteBuffer(destination, 0, &kSentinelValue, sizeof(kSentinelValue)); in TestOcclusionQueryWithDepthStencilTest()
184 queue.WriteBuffer(destination, 0, &kSentinelValue, sizeof(kSentinelValue)); in TestOcclusionQueryWithScissorTest()
273 queue.WriteBuffer(destination, 0, &kSentinelValue, sizeof(kSentinelValue)); in TEST_P()
321 std::vector<uint64_t> sentinelValues(kQueryCount, kSentinelValue); in TEST_P()
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dsentinel-pointer.h16 static constexpr intptr_t kSentinelValue = 0b10; member
19 return reinterpret_cast<T*>(kSentinelValue); in operator T*()
/third_party/node/deps/v8/include/cppgc/
H A Dsentinel-pointer.h18 static constexpr intptr_t kSentinelValue = 1; in operator T*() local
19 return reinterpret_cast<T*>(kSentinelValue); in operator T*()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DQueryInternalShaderTests.cpp74 constexpr static uint64_t kSentinelValue = ~uint64_t(0u); variable
86 kSentinelValue, // garbage data which is not written at beginning
89 kSentinelValue, // garbage data which is not written between timestamps
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dmember-storage.h126 SentinelPointer::kSentinelValue == 0b10, in Compress()
170 SentinelPointer::kSentinelValue;
173 SentinelPointer::kSentinelValue >> 1;

Completed in 4 milliseconds