Searched refs:VkDescriptorPoolCreateInfo (Results 1 – 25 of 43) sorted by relevance
12
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_descriptor_pool_overallocation.adoc | 27 slink:VkDescriptorPoolCreateInfo::pname:maxSets descriptor sets, and the
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderInternalStructs.h | 328 VkDescriptorPoolCreateInfo createInfo;
|
D | VkDecoderGlobalState.h | 265 const VkDescriptorPoolCreateInfo* pCreateInfo,
|
D | CompositorVk.cpp | 471 const VkDescriptorPoolCreateInfo descriptorPoolCi = { in setUpDescriptorSets()
|
D | VkDecoderSnapshot.h | 346 VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo,
|
D | VkDecoderGlobalState.cpp | 2862 const VkDescriptorPoolCreateInfo* pCreateInfo, in on_vkCreateDescriptorPool() 8108 android::base::BumpPool* pool, VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, in on_vkCreateDescriptorPool()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 669 VkDescriptorPoolCreateInfo dsPoolInfo = { in initializeDecompressionPipeline()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 722 slink:VkDescriptorPoolCreateInfo structure includes a 2425 * pname:pCreateInfo is a pointer to a slink:VkDescriptorPoolCreateInfo 2446 [open,refpage='VkDescriptorPoolCreateInfo',desc='Structure specifying parameters of a newly created… 2449 sname:VkDescriptorPoolCreateInfo structure: 2451 include::{generated}/api/structs/VkDescriptorPoolCreateInfo.adoc[] 2547 * [[VUID-VkDescriptorPoolCreateInfo-descriptorPoolOverallocation-09227]] 2556 * [[VUID-VkDescriptorPoolCreateInfo-flags-09228]] 2565 * [[VUID-VkDescriptorPoolCreateInfo-flags-04607]] 2572 * [[VUID-VkDescriptorPoolCreateInfo-mutableDescriptorType-04608]] 2577 * [[VUID-VkDescriptorPoolCreateInfo-flags-04609]] [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 342 const VkDescriptorPoolCreateInfo* from, 343 VkDescriptorPoolCreateInfo* to);
|
D | ResourceTracker.h | 385 const VkDescriptorPoolCreateInfo* pCreateInfo,
|
D | goldfish_vk_transform_guest.h | 543 VkDescriptorPoolCreateInfo* toTransform); 546 VkDescriptorPoolCreateInfo* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 656 const VkDescriptorPoolCreateInfo* forMarshaling); 659 VkDescriptorPoolCreateInfo* forUnmarshaling);
|
D | VkEncoder.h | 239 VkResult vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo,
|
D | goldfish_vk_counting_guest.h | 313 const VkDescriptorPoolCreateInfo* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 360 const VkDescriptorPoolCreateInfo* forMarshaling,
|
D | goldfish_vk_transform_guest.cpp | 1720 VkDescriptorPoolCreateInfo* toTransform) { in transform_tohost_VkDescriptorPoolCreateInfo() 1737 VkDescriptorPoolCreateInfo* toTransform) { in transform_fromhost_VkDescriptorPoolCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 335 const VkDescriptorPoolCreateInfo* from, 336 VkDescriptorPoolCreateInfo* to);
|
D | goldfish_vk_transform.h | 549 VkDescriptorPoolCreateInfo* toTransform); 552 VkDescriptorPoolCreateInfo* toTransform);
|
D | goldfish_vk_marshaling.h | 641 const VkDescriptorPoolCreateInfo* forMarshaling); 644 VkDescriptorPoolCreateInfo* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 338 VkDescriptorPoolCreateInfo* forUnmarshaling,
|
D | goldfish_vk_transform.cpp | 1723 VkDescriptorPoolCreateInfo* toTransform) { in transform_tohost_VkDescriptorPoolCreateInfo() 1740 VkDescriptorPoolCreateInfo* toTransform) { in transform_fromhost_VkDescriptorPoolCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1470 VkDescriptorPoolCreateInfo desc_pool_info = {}; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3722 typedef struct VkDescriptorPoolCreateInfo { struct 3729 } VkDescriptorPoolCreateInfo; argument 4022 …(VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate… 4492 const VkDescriptorPoolCreateInfo* pCreateInfo,
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 369 …f( VULKAN_HPP_NAMESPACE::DescriptorPoolCreateInfo ) == sizeof( VkDescriptorPoolCreateInfo ), "stru…
|
D | vulkansc_funcs.hpp | 2398 …t>( d.vkCreateDescriptorPool( m_device, reinterpret_cast<const VkDescriptorPoolCreateInfo *>( pCre… in createDescriptorPool() 2409 …t = d.vkCreateDescriptorPool( m_device, reinterpret_cast<const VkDescriptorPoolCreateInfo *>( &cre… in createDescriptorPool() 2423 …t = d.vkCreateDescriptorPool( m_device, reinterpret_cast<const VkDescriptorPoolCreateInfo *>( &cre… in createDescriptorPoolUnique()
|
12