Home
last modified time | relevance | path

Searched defs:BufferStructure (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelPadding.cpp69 struct BufferStructure struct
71 static constexpr deUint32 kArrayLength = 3u;
73 Pad12 subA[kArrayLength];
74 Pad8 subB[kArrayLength];
75 Pad4 subC[kArrayLength];
78 BufferStructure (deInt32 a, deInt32 b, deInt32 c, deUint8 paddingByte) in BufferStructure() function
95 BufferStructure (deUint8 paddingByte) in BufferStructure() function
100 bool checkValues (deInt32 a, deInt32 b, deInt32 c, deUint8 paddingByte) const in checkValues()
113 bool checkPaddingBytes (deUint8 value) const in checkPaddingBytes()