Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.hpp43 struct SharedStructVarEntry struct
45 SharedStructVarEntry(glu::DataType type_, int arraySize_) : type(type_), arraySize(arraySize_) in SharedStructVarEntry() function
49 glu::DataType type;
50 int arraySize;