Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkStructTypes.inl4092 struct VkDeviceObjectReservationCreateInfo struct
4094 VkStructureType sType;
4095 const void* pNext;
4096 uint32_t pipelineCacheCreateInfoCount;
4097 const VkPipelineCacheCreateInfo* pPipelineCacheCreateInfos;
4098 uint32_t pipelinePoolSizeCount;
4099 const VkPipelinePoolSize* pPipelinePoolSizes;
4100 uint32_t semaphoreRequestCount;
4101 uint32_t commandBufferRequestCount;
4102 uint32_t fenceRequestCount;
[all …]
H A DvkVulkan_c.inl4992 typedef struct VkDeviceObjectReservationCreateInfo { struct
4993 VkStructureType sType;
4994 const void* pNext;
4995 uint32_t pipelineCacheCreateInfoCount;
4996 const VkPipelineCacheCreateInfo* pPipelineCacheCreateInfos;
4997 uint32_t pipelinePoolSizeCount;
4998 const VkPipelinePoolSize* pPipelinePoolSizes;
4999 uint32_t semaphoreRequestCount;
5000 uint32_t commandBufferRequestCount;
5001 uint32_t fenceRequestCount;
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4987 typedef struct VkDeviceObjectReservationCreateInfo { struct
4988 VkStructureType sType;
4989 const void* pNext;
4990 uint32_t pipelineCacheCreateInfoCount;
4991 const VkPipelineCacheCreateInfo* pPipelineCacheCreateInfos;
4992 uint32_t pipelinePoolSizeCount;
4993 const VkPipelinePoolSize* pPipelinePoolSizes;
4994 uint32_t semaphoreRequestCount;
4995 uint32_t commandBufferRequestCount;
4996 uint32_t fenceRequestCount;
[all …]