Searched defs:VkDeviceObjectReservationCreateInfo (Results 1 – 3 of 3) sorted by relevance
2263 struct VkDeviceObjectReservationCreateInfo struct2265 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 …]
4968 typedef struct VkDeviceObjectReservationCreateInfo { struct4969 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 …]
4963 typedef struct VkDeviceObjectReservationCreateInfo { struct4964 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 …]