Home
last modified time | relevance | path

Searched defs:VkDeviceObjectReservationCreateInfo (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl2263 struct VkDeviceObjectReservationCreateInfo struct
2265 VkStructureType sType;
2266 const void* pNext;
2267 uint32_t pipelineCacheCreateInfoCount;
2268 const VkPipelineCacheCreateInfo* pPipelineCacheCreateInfos;
2269 uint32_t pipelinePoolSizeCount;
2270 const VkPipelinePoolSize* pPipelinePoolSizes;
2271 uint32_t semaphoreRequestCount;
2272 uint32_t commandBufferRequestCount;
2273 uint32_t fenceRequestCount;
[all …]
DvkVulkan_c.inl4968 typedef struct VkDeviceObjectReservationCreateInfo { struct
4969 VkStructureType sType;
4970 const void* pNext;
4971 deUint32 pipelineCacheCreateInfoCount;
4972 const VkPipelineCacheCreateInfo* pPipelineCacheCreateInfos;
4973 deUint32 pipelinePoolSizeCount;
4974 const VkPipelinePoolSize* pPipelinePoolSizes;
4975 deUint32 semaphoreRequestCount;
4976 deUint32 commandBufferRequestCount;
4977 deUint32 fenceRequestCount;
[all …]
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h4963 typedef struct VkDeviceObjectReservationCreateInfo { struct
4964 VkStructureType sType;
4965 const void* pNext;
4966 uint32_t pipelineCacheCreateInfoCount;
4967 const VkPipelineCacheCreateInfo* pPipelineCacheCreateInfos;
4968 uint32_t pipelinePoolSizeCount;
4969 const VkPipelinePoolSize* pPipelinePoolSizes;
4970 uint32_t semaphoreRequestCount;
4971 uint32_t commandBufferRequestCount;
4972 uint32_t fenceRequestCount;
[all …]