Searched defs:BlockLocation (Results 1 – 2 of 2) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
| D | vktSSBOLayoutCase.cpp | 1744 struct BlockLocation struct 1746 int index; 1747 int offset; 1748 int size; 1750 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} in BlockLocation() argument 1751 BlockLocation (void) : index(0), offset(0), size(0) {} in BlockLocation() argument
|
| /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() function
|