Home
last modified time | relevance | path

Searched refs:subC (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp75 Pad4 subC[kArrayLength]; member
84 subC[i].a = a; in BufferStructure()
86 subC[i].b = b; in BufferStructure()
87 subC[i].c = c; in BufferStructure()
90 deMemset(subC[i].padding, static_cast<int>(paddingByte), sizeof(subC[i].padding)); in BufferStructure()
104 if (subA[i].a != a || subB[i].a != a || subC[i].a != a || in checkValues()
105 subB[i].b != b || subC[i].b != b || in checkValues()
106 subC[i].c != c) in checkValues()
127 for (int i = 0; i < DE_LENGTH_OF_ARRAY(subC[ in checkPaddingBytes()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp75 Pad4 subC[kArrayLength]; member
84 subC[i].a = a; in BufferStructure()
86 subC[i].b = b; in BufferStructure()
87 subC[i].c = c; in BufferStructure()
90 deMemset(subC[i].padding, static_cast<int>(paddingByte), sizeof(subC[i].padding)); in BufferStructure()
104 if (subA[i].a != a || subB[i].a != a || subC[i].a != a || in checkValues()
105 subB[i].b != b || subC[i].b != b || in checkValues()
106 subC[i].c != c) in checkValues()
127 for (int i = 0; i < DE_LENGTH_OF_ARRAY(subC[ in checkPaddingBytes()
[all...]

Completed in 2 milliseconds