Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelPadding.cpp69 struct BufferStructure struct
71 static constexpr uint32_t kArrayLength = 3u;
73 Pad12 subA[kArrayLength];
74 Pad8 subB[kArrayLength];
75 Pad4 subC[kArrayLength];
78 BufferStructure(int32_t a, int32_t b, int32_t c, uint8_t paddingByte) in BufferStructure() function
95 BufferStructure(uint8_t paddingByte) : BufferStructure(0, 0, 0, paddingByte) in BufferStructure() argument
100 bool checkValues(int32_t a, int32_t b, int32_t c, uint8_t paddingByte) const in checkValues()
112 bool checkPaddingBytes(uint8_t value) const in checkPaddingBytes()