Home
last modified time | relevance | path

Searched defs:InternalToken (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/device_generated_commands/
DvktDGCUtilExt.hpp255 struct InternalToken struct in vkt::DGC::IndirectCommandsLayoutBuilderExt
257 vk::VkIndirectCommandsTokenTypeEXT type;
258 uint32_t offset;
259 std::unique_ptr<vk::VkIndirectCommandsPushConstantTokenEXT> pPushConstant;
260 std::unique_ptr<vk::VkIndirectCommandsVertexBufferTokenEXT> pVertexBuffer;
261 std::unique_ptr<vk::VkIndirectCommandsIndexBufferTokenEXT> pIndexBuffer;
262 std::unique_ptr<vk::VkIndirectCommandsExecutionSetTokenEXT> pExecutionSet;
DvktDGCUtilExt.cpp518 IndirectCommandsLayoutBuilderExt::InternalToken::InternalToken() in InternalToken() function in vkt::DGC::IndirectCommandsLayoutBuilderExt::InternalToken