Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1942 struct BlockLocation struct
1944 int index;
1945 int offset;
1946 int size;
1948 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} in BlockLocation() argument
1949 BlockLocation (void) : index(0), offset(0), size(0) {} in BlockLocation() argument
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1926 struct BlockLocation struct
1928 int index;
1929 int offset;
1930 int size;
1932 BlockLocation (int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) {} in BlockLocation() function
1933 BlockLocation (void) : index(0), offset(0), size(0) {} in BlockLocation() argument