Home
last modified time | relevance | path

Searched defs:BlockLayoutEntry (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp234 struct BlockLayoutEntry struct
236 BlockLayoutEntry (void) in BlockLayoutEntry() argument
244 std::string name;
245 int size;
246 std::vector<int> activeUniformIndices;
247 int blockDeclarationNdx;
248 int bindingNdx;
249 int instanceNdx;
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp157 struct BlockLayoutEntry struct
159 BlockLayoutEntry (void) in BlockLayoutEntry() function
164 std::string name;
165 int size;
166 std::vector<int> activeVarIndices;
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp204 struct BlockLayoutEntry struct
206 BlockLayoutEntry (void) in BlockLayoutEntry() argument
211 std::string name;
212 int size;
213 std::vector<int> activeUniformIndices;
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp127 struct BlockLayoutEntry struct
129 BlockLayoutEntry (void) in BlockLayoutEntry() function
134 std::string name;
135 int size;
136 std::vector<int> activeVarIndices;