Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp374 struct BlockLayoutEntry struct
376 BlockLayoutEntry(void) in BlockLayoutEntry() function
388 std::string name;
389 int xfbBuffer;
390 int xfbOffset;
391 int xfbSize;
392 int xfbStride;
393 std::vector<int> activeInterfaceIndices;
394 int blockDeclarationNdx;
395 int instanceNdx;
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp370 struct BlockLayoutEntry struct
372 BlockLayoutEntry(void) : size(0), blockDeclarationNdx(-1), bindingNdx(-1), instanceNdx(-1) in BlockLayoutEntry() function
376 std::string name;
377 int size;
378 std::vector<int> activeUniformIndices;
379 int blockDeclarationNdx;
380 int bindingNdx;
381 int instanceNdx;
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp245 struct BlockLayoutEntry struct
247 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() function
251 std::string name;
252 int size;
253 std::vector<int> activeVarIndices;
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp184 struct BlockLayoutEntry struct
186 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() function
190 std::string name;
191 int size;
192 std::vector<int> activeUniformIndices;
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp191 struct BlockLayoutEntry struct
193 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() function
197 std::string name;
198 int size;
199 std::vector<int> activeUniformIndices;
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp117 struct BlockLayoutEntry struct
119 BlockLayoutEntry(void) : size(0) in BlockLayoutEntry() argument
123 std::string name;
124 int size;
125 std::vector<int> activeVarIndices;