Home
last modified time | relevance | path

Searched refs:kArrayLength (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelPadding.cpp71 static constexpr deUint32 kArrayLength = 3u; member
73 Pad12 subA[kArrayLength];
74 Pad8 subB[kArrayLength];
75 Pad4 subC[kArrayLength];
80 for (deUint32 i = 0; i < kArrayLength; ++i) in BufferStructure()
102 for (deUint32 i = 0; i < kArrayLength; ++i) in checkValues()
115 for (deUint32 j = 0; j < kArrayLength; ++j) in checkPaddingBytes()
174 const std::string arrayLenghtStr = std::to_string(BufferStructure::kArrayLength); in initPrograms()
331 vkd.cmdDispatch(cmdBuffer, BufferStructure::kArrayLength, 1u, 1u); in iterate()
/external/openscreen/third_party/abseil/src/absl/base/
Dspinlock_test_common.cc58 static constexpr int kArrayLength = 10; variable
59 static uint32_t values[kArrayLength];
85 for (int j = 0; j < kArrayLength; j++) { in TestFunction()
86 const int index = (j + thread_salt) % kArrayLength; in TestFunction()
103 for (int i = 1; i < kArrayLength; i++) { in ThreadedTest()
/external/libtextclassifier/abseil-cpp/absl/base/
Dspinlock_test_common.cc58 static constexpr int kArrayLength = 10; variable
59 static uint32_t values[kArrayLength];
85 for (int j = 0; j < kArrayLength; j++) { in TestFunction()
86 const int index = (j + thread_salt) % kArrayLength; in TestFunction()
103 for (int i = 1; i < kArrayLength; i++) { in ThreadedTest()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/
Dspinlock_test_common.cc58 static constexpr int kArrayLength = 10; variable
59 static uint32_t values[kArrayLength];
85 for (int j = 0; j < kArrayLength; j++) { in TestFunction()
86 const int index = (j + thread_salt) % kArrayLength; in TestFunction()
103 for (int i = 1; i < kArrayLength; i++) { in ThreadedTest()
/external/abseil-cpp/absl/base/
Dspinlock_test_common.cc56 static constexpr int kArrayLength = 10; variable
57 static uint32_t values[kArrayLength];
85 for (int j = 0; j < kArrayLength; j++) { in TestFunction()
86 const int index = (j + thread_salt) % kArrayLength; in TestFunction()
103 for (int i = 1; i < kArrayLength; i++) { in ThreadedTest()
/external/webrtc/third_party/abseil-cpp/absl/base/
Dspinlock_test_common.cc56 static constexpr int kArrayLength = 10; variable
57 static uint32_t values[kArrayLength];
85 for (int j = 0; j < kArrayLength; j++) { in TestFunction()
86 const int index = (j + thread_salt) % kArrayLength; in TestFunction()
103 for (int i = 1; i < kArrayLength; i++) { in ThreadedTest()
/external/angle/third_party/abseil-cpp/absl/base/
Dspinlock_test_common.cc58 static constexpr int kArrayLength = 10; variable
59 static uint32_t values[kArrayLength];
85 for (int j = 0; j < kArrayLength; j++) { in TestFunction()
86 const int index = (j + thread_salt) % kArrayLength; in TestFunction()
104 for (int i = 1; i < kArrayLength; i++) { in ThreadedTest()
/external/skqp/fuzz/
DFuzzCommon.cpp289 constexpr int kArrayLength = 9; in FuzzNiceMatrix() local
290 SkScalar buffer[kArrayLength]; in FuzzNiceMatrix()
315 fuzz->nextN(buffer, kArrayLength); in FuzzNiceMatrix()
/external/skia/fuzz/
DFuzzCommon.cpp286 constexpr int kArrayLength = 9; in FuzzNiceMatrix() local
287 SkScalar buffer[kArrayLength]; in FuzzNiceMatrix()
312 fuzz->nextN(buffer, kArrayLength); in FuzzNiceMatrix()
/external/angle/src/tests/gl_tests/
DGLSLTest.cpp884 constexpr int kArrayLength = 5; in TEST_P() local
902 glDrawArrays(GL_POINTS, kStartIndex, kArrayLength); in TEST_P()
906 for (int i = kStartIndex; i < kStartIndex + kArrayLength; i++) in TEST_P()
1014 constexpr int kArrayLength = 5; in TEST_P() local
1032 glDrawArrays(GL_POINTS, kStartIndex, kArrayLength); in TEST_P()
1036 for (int i = kStartIndex; i < kStartIndex + kArrayLength; i++) in TEST_P()