Searched defs:BlockLocation (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1689 struct BlockLocation struct 1691 int index; 1692 int offset; 1693 int size; 1695 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} in BlockLocation() function 1696 BlockLocation (void) : index(0), offset(0), size(0) {} in BlockLocation() function
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1917 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() argument
|