HomeSort by relevance Sort by last modified time
    Searched refs:BlockLayoutEntry (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 169 struct BlockLayoutEntry
171 BlockLayoutEntry (void)
184 std::vector<BlockLayoutEntry> blocks;
vktSSBOLayoutCase.cpp 122 std::ostream& operator<< (std::ostream& stream, const BlockLayoutEntry& entry)
684 layout.blocks.push_back(BlockLayoutEntry());
685 BlockLayoutEntry& blockEntry = layout.blocks.back();
761 const BlockLayoutEntry& blockLayout = layout.blocks[blockNdx];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 241 struct BlockLayoutEntry
243 BlockLayoutEntry (void)
287 std::vector<BlockLayoutEntry> blocks;
vktUniformBlockCase.cpp 147 std::ostream& operator<< (std::ostream& stream, const BlockLayoutEntry& entry)
554 layout.blocks.push_back(BlockLayoutEntry());
555 BlockLayoutEntry& blockEntry = layout.blocks.back();
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.cpp 182 struct BlockLayoutEntry
184 BlockLayoutEntry(void) : size(0)
193 std::ostream& operator<<(std::ostream& stream, const BlockLayoutEntry& entry)
237 std::vector<BlockLayoutEntry> blocks;
583 layout.blocks.push_back(BlockLayoutEntry());
584 BlockLayoutEntry& blockEntry = layout.blocks.back();
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.cpp 204 struct BlockLayoutEntry
206 BlockLayoutEntry (void)
216 std::ostream& operator<< (std::ostream& stream, const BlockLayoutEntry& entry)
272 std::vector<BlockLayoutEntry> blocks;
606 layout.blocks.push_back(BlockLayoutEntry());
607 BlockLayoutEntry& blockEntry = layout.blocks.back();
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 127 struct BlockLayoutEntry
129 BlockLayoutEntry (void)
139 std::ostream& operator<< (std::ostream& stream, const BlockLayoutEntry& entry)
207 std::vector<BlockLayoutEntry> blocks;
713 layout.blocks.push_back(BlockLayoutEntry());
714 BlockLayoutEntry& blockEntry = layout.blocks.back();
790 const BlockLayoutEntry& blockLayout = layout.blocks[blockNdx];
    [all...]

Completed in 1212 milliseconds