Searched defs:BlockLocation (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 2065 struct BlockLocation struct 2067 int index; 2068 int offset; 2069 int size; 2071 BlockLocation(int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) in BlockLocation() function 2074 BlockLocation(void) : index(0), offset(0), size(0) in BlockLocation() function
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 2032 struct BlockLocation struct 2034 int index; 2035 int offset; 2036 int size; 2038 BlockLocation(int index_, int offset_, int size_) : index(index_), offset(offset_), size(size_) in BlockLocation() argument 2041 BlockLocation(void) : index(0), offset(0), size(0) in BlockLocation() function
|