/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 373 .pPoolSizes = sizes.data(), in TEST_P() 720 .pPoolSizes = sizes.data(), in TEST_P() 941 .pPoolSizes = sizes.data(), in TEST_P() 1113 .pPoolSizes = sizes.data(), in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 515 .pPoolSizes = &descriptorPoolSize, in AllocateDescriptorBundle() 791 .pPoolSizes = descriptorPoolSizes.data(), in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 115 .pPoolSizes = descriptorPoolSizes.data(), in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 674 .pPoolSizes = &poolSize, in initializeDecompressionPipeline()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 2460 * pname:poolSizeCount is the number of elements in pname:pPoolSizes. 2461 * pname:pPoolSizes is a pointer to an array of slink:VkDescriptorPoolSize 2466 descriptor type appear in the pname:pPoolSizes array then the pool will be 2503 If a pname:pPoolSizes[i]::pname:type is 2522 Multiple pname:pPoolSizes entries with ename:VK_DESCRIPTOR_TYPE_MUTABLE_EXT 2524 When multiple such pool entries are present in pname:pPoolSizes, they 2533 pname:pPoolSizes. 2539 validation as there is no confusion which pname:pPoolSizes entries will be 2575 is not enabled, pname:pPoolSizes must: not contain a 2582 * [[VUID-VkDescriptorPoolCreateInfo-pPoolSizes-04787]] [all …]
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 476 .pPoolSizes = descriptorPoolSizes, in setUpDescriptorSets()
|
D | VkDecoderGlobalState.cpp | 2882 state.type = pCreateInfo->pPoolSizes[i].type; in on_vkCreateDescriptorPool() 2883 state.descriptorCount = pCreateInfo->pPoolSizes[i].descriptorCount; in on_vkCreateDescriptorPool()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_transform_guest.cpp | 1727 if (toTransform->pPoolSizes) { in transform_tohost_VkDescriptorPoolCreateInfo() 1730 resourceTracker, (VkDescriptorPoolSize*)(toTransform->pPoolSizes + i)); in transform_tohost_VkDescriptorPoolCreateInfo() 1744 if (toTransform->pPoolSizes) { in transform_fromhost_VkDescriptorPoolCreateInfo() 1747 resourceTracker, (VkDescriptorPoolSize*)(toTransform->pPoolSizes + i)); in transform_fromhost_VkDescriptorPoolCreateInfo()
|
D | goldfish_vk_deepcopy_guest.cpp | 1663 to->pPoolSizes = nullptr; in deepcopy_VkDescriptorPoolCreateInfo() 1664 if (from->pPoolSizes) { in deepcopy_VkDescriptorPoolCreateInfo() 1665 to->pPoolSizes = (VkDescriptorPoolSize*)alloc->alloc( in deepcopy_VkDescriptorPoolCreateInfo() 1669 deepcopy_VkDescriptorPoolSize(alloc, rootType, from->pPoolSizes + i, in deepcopy_VkDescriptorPoolCreateInfo() 1670 (VkDescriptorPoolSize*)(to->pPoolSizes + i)); in deepcopy_VkDescriptorPoolCreateInfo()
|
D | ResourceTracker.cpp | 4843 pCreateInfo->pPoolSizes[i].type, pCreateInfo->pPoolSizes[i].descriptorCount, in on_vkCreateDescriptorPool()
|
D | goldfish_vk_counting_guest.cpp | 1829 (const VkDescriptorPoolSize*)(toCount->pPoolSizes + i), in count_VkDescriptorPoolCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 3388 vkStream, rootType, (const VkDescriptorPoolSize*)(forMarshaling->pPoolSizes + i)); in marshal_VkDescriptorPoolCreateInfo() 3408 vkStream, rootType, (VkDescriptorPoolSize*)(forUnmarshaling->pPoolSizes + i)); in unmarshal_VkDescriptorPoolCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2482 vkStream, rootType, (const VkDescriptorPoolSize*)(forMarshaling->pPoolSizes + i), ptr); in reservedmarshal_VkDescriptorPoolCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_transform.cpp | 1730 if (toTransform->pPoolSizes) { in transform_tohost_VkDescriptorPoolCreateInfo() 1733 resourceTracker, (VkDescriptorPoolSize*)(toTransform->pPoolSizes + i)); in transform_tohost_VkDescriptorPoolCreateInfo() 1747 if (toTransform->pPoolSizes) { in transform_fromhost_VkDescriptorPoolCreateInfo() 1750 resourceTracker, (VkDescriptorPoolSize*)(toTransform->pPoolSizes + i)); in transform_fromhost_VkDescriptorPoolCreateInfo()
|
D | goldfish_vk_deepcopy.cpp | 1663 to->pPoolSizes = nullptr; in deepcopy_VkDescriptorPoolCreateInfo() 1664 if (from->pPoolSizes) { in deepcopy_VkDescriptorPoolCreateInfo() 1665 to->pPoolSizes = (VkDescriptorPoolSize*)alloc->alloc( in deepcopy_VkDescriptorPoolCreateInfo() 1669 deepcopy_VkDescriptorPoolSize(alloc, rootType, from->pPoolSizes + i, in deepcopy_VkDescriptorPoolCreateInfo() 1670 (VkDescriptorPoolSize*)(to->pPoolSizes + i)); in deepcopy_VkDescriptorPoolCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 3832 vkStream, rootType, (const VkDescriptorPoolSize*)(forMarshaling->pPoolSizes + i)); in marshal_VkDescriptorPoolCreateInfo() 3861 vkStream->alloc((void**)&forUnmarshaling->pPoolSizes, in unmarshal_VkDescriptorPoolCreateInfo() 3866 vkStream, rootType, (VkDescriptorPoolSize*)(forUnmarshaling->pPoolSizes + i)); in unmarshal_VkDescriptorPoolCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2896 vkStream->alloc((void**)&forUnmarshaling->pPoolSizes, in reservedunmarshal_VkDescriptorPoolCreateInfo() 2900 vkStream, rootType, (VkDescriptorPoolSize*)(forUnmarshaling->pPoolSizes + i), ptr); in reservedunmarshal_VkDescriptorPoolCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1474 desc_pool_info.pPoolSizes = &sampler_pool_size; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1468 VULKAN_HPP_HASH_COMBINE( seed, descriptorPoolCreateInfo.pPoolSizes ); in operator ()()
|
D | vulkan_hash.hpp | 2938 VULKAN_HPP_HASH_COMBINE( seed, descriptorPoolCreateInfo.pPoolSizes ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3728 const VkDescriptorPoolSize* pPoolSizes; member
|