Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp218 struct BufferVarLayoutEntry struct
220 BufferVarLayoutEntry(void) in BufferVarLayoutEntry() function
233 std::string name;
234 glu::DataType type;
235 int blockNdx;
236 int offset;
237 int arraySize;
238 int arrayStride;
239 int matrixStride;
240 int topLevelArraySize;
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp143 struct BufferVarLayoutEntry struct
145 BufferVarLayoutEntry(void) in BufferVarLayoutEntry() argument
158 std::string name;
159 glu::DataType type;
160 int blockNdx;
161 int offset;
162 int arraySize;
163 int arrayStride;
164 int matrixStride;
165 int topLevelArraySize;
[all …]