Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1816 struct BlockLocation struct
1818 int index;
1819 int offset;
1820 int size;
1822 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} in BlockLocation() function
1823 BlockLocation (void) : index(0), offset(0), size(0) {} in BlockLocation() function
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1917 struct BlockLocation struct
1919 int index;
1920 int offset;
1921 int size;
1923 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} in BlockLocation() argument
1924 BlockLocation (void) : index(0), offset(0), size(0) {} in BlockLocation() function