Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp249 struct BlockLayoutEntry struct
251 BlockLayoutEntry (void) in BlockLayoutEntry() argument
263 std::string name;
264 int xfbBuffer;
265 int xfbOffset;
266 int xfbSize;
267 int xfbStride;
268 std::vector<int> activeInterfaceIndices;
269 int blockDeclarationNdx;
270 int instanceNdx;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp250 struct BlockLayoutEntry struct
252 BlockLayoutEntry (void) in BlockLayoutEntry() function
260 std::string name;
261 int size;
262 std::vector<int> activeUniformIndices;
263 int blockDeclarationNdx;
264 int bindingNdx;
265 int instanceNdx;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.hpp179 struct BlockLayoutEntry struct
181 BlockLayoutEntry (void) in BlockLayoutEntry() argument
186 std::string name;
187 int size;
188 std::vector<int> activeVarIndices;
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.cpp183 struct BlockLayoutEntry struct
185 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() function
189 std::string name;
190 int size;
191 std::vector<int> activeUniformIndices;
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.cpp205 struct BlockLayoutEntry struct
207 BlockLayoutEntry (void) in BlockLayoutEntry() argument
212 std::string name;
213 int size;
214 std::vector<int> activeUniformIndices;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp128 struct BlockLayoutEntry struct
130 BlockLayoutEntry (void) in BlockLayoutEntry() function
135 std::string name;
136 int size;
137 std::vector<int> activeVarIndices;