Searched refs:kSentinelValue (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | QueryTests.cpp | 32 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 D | sentinel-pointer.h | 16 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 D | sentinel-pointer.h | 18 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 D | QueryInternalShaderTests.cpp | 74 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 D | member-storage.h | 126 SentinelPointer::kSentinelValue == 0b10, in Compress() 170 SentinelPointer::kSentinelValue; 173 SentinelPointer::kSentinelValue >> 1;
|
Completed in 3 milliseconds