Searched refs:kSentinelValue (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | QueryTests.cpp | 32 constexpr static uint64_t kSentinelValue = ~uint64_t(0u); variable 51 if (actual[i] == kSentinelValue) { in Check() 54 << kSentinelValue << ")." << std::endl; in Check() 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() 381 queue.WriteBuffer(destination, 0, &kSentinelValue, sizeof(kSentinelValue)); in TEST_P() 417 std::vector<uint64_t> sentinelValues(kCount, kSentinelValue); in TEST_P() 435 std::vector<uint64_t> sentinelValues(kCount, kSentinelValue); in TEST_P() [all …]
|
/third_party/node/deps/v8/include/cppgc/ |
D | sentinel-pointer.h | 18 static constexpr intptr_t kSentinelValue = 1; member 19 return reinterpret_cast<T*>(kSentinelValue);
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
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
|