Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp248 struct BlockLayoutEntry struct
250 BlockLayoutEntry (void) in BlockLayoutEntry() function
258 std::string name;
259 int size;
260 std::vector<int> activeUniformIndices;
261 int blockDeclarationNdx;
262 int bindingNdx;
263 int instanceNdx;
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp172 struct BlockLayoutEntry struct
174 BlockLayoutEntry (void) in BlockLayoutEntry() function
179 std::string name;
180 int size;
181 std::vector<int> activeVarIndices;
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp182 struct BlockLayoutEntry struct
184 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() argument
188 std::string name;
189 int size;
190 std::vector<int> activeUniformIndices;
/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() argument
134 std::string name;
135 int size;
136 std::vector<int> activeVarIndices;