/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/guest/vulkan_enc/ |
D | DescriptorSetVirtualization.h | 89 uint32_t maxSets; member
|
D | DescriptorSetVirtualization.cpp | 386 auto setsAvailable = poolInfo->maxSets - poolInfo->usedSets; in validateDescriptorSetAllocation() 502 allocInfo->maxSets, allocInfo->usedSets); in validateAndApplyVirtualDescriptorSetAllocation()
|
D | ResourceTracker.cpp | 4838 dp->allocInfo->maxSets = pCreateInfo->maxSets; in on_vkCreateDescriptorPool() 4849 std::vector<uint64_t> poolIds(pCreateInfo->maxSets); in on_vkCreateDescriptorPool() 4851 uint32_t count = pCreateInfo->maxSets; in on_vkCreateDescriptorPool()
|
D | goldfish_vk_marshaling_guest.cpp | 3383 vkStream->write((uint32_t*)&forMarshaling->maxSets, sizeof(uint32_t)); in marshal_VkDescriptorPoolCreateInfo() 3403 vkStream->read((uint32_t*)&forUnmarshaling->maxSets, sizeof(uint32_t)); in unmarshal_VkDescriptorPoolCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2476 memcpy(*ptr, (uint32_t*)&forMarshaling->maxSets, sizeof(uint32_t)); in reservedmarshal_VkDescriptorPoolCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderInternalStructs.h | 329 uint32_t maxSets; member
|
D | CompositorVk.cpp | 474 .maxSets = descriptorSetsTotal, in setUpDescriptorSets()
|
D | VkDecoderGlobalState.cpp | 2877 info.maxSets = pCreateInfo->maxSets; in on_vkCreateDescriptorPool() 2889 for (uint32_t i = 0; i < pCreateInfo->maxSets; ++i) { in on_vkCreateDescriptorPool() 7575 auto setsAvailable = poolInfo->maxSets - poolInfo->usedSets; in validateDescriptorSetAllocLocked()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 371 .maxSets = 10, in TEST_P() 718 .maxSets = 10, in TEST_P() 939 .maxSets = 10, in TEST_P() 1111 .maxSets = 10, in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 513 .maxSets = count, in AllocateDescriptorBundle() 789 .maxSets = 1, in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 113 .maxSets = 1, in CanHandlePrecisionQualifierWithYuvSampler()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 672 .maxSets = mMipLevels, in initializeDecompressionPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1472 desc_pool_info.maxSets = 1; in setup_swapchain_data_pipeline()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 611 maxSets = printer.write_int("maxSets", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | descriptorsets.adoc | 2458 * pname:maxSets is the maximum number of descriptor sets that can: be 2554 pname:maxSets must: be greater than `0` 2671 allocate more than slink:VkDescriptorPoolCreateInfo::pname:maxSets 2674 The implementation may: use the pname:maxSets value to allocate the 2854 slink:VkDescriptorPoolCreateInfo::pname:maxSets used to create
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 9589 …: pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( poolSizeCount_ ), pPoolSiz… 9600 …: pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( static_cast<uint32_t>( poo… in DescriptorPoolCreateInfo() 9629 maxSets = maxSets_; in setMaxSets() 9674 return std::tie( sType, pNext, flags, maxSets, poolSizeCount, pPoolSizes ); in reflect() 9690 && ( maxSets == rhs.maxSets ) in operator ==() 9706 uint32_t maxSets = {}; member
|
D | vulkansc_hash.hpp | 1466 VULKAN_HPP_HASH_COMBINE( seed, descriptorPoolCreateInfo.maxSets ); in operator ()()
|
D | vulkan_structs.hpp | 22244 …: pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( poolSizeCount_ ), pPoolSiz… 22255 …: pNext( pNext_ ), flags( flags_ ), maxSets( maxSets_ ), poolSizeCount( static_cast<uint32_t>( poo… in DescriptorPoolCreateInfo() 22284 maxSets = maxSets_; in setMaxSets() 22329 return std::tie( sType, pNext, flags, maxSets, poolSizeCount, pPoolSizes ); in reflect() 22345 && ( maxSets == rhs.maxSets ) in operator ==() 22361 uint32_t maxSets = {}; member
|
D | vulkan_core.h | 3758 uint32_t maxSets; member
|
D | vulkan_hash.hpp | 2936 VULKAN_HPP_HASH_COMBINE( seed, descriptorPoolCreateInfo.maxSets ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3827 vkStream->write((uint32_t*)&forMarshaling->maxSets, sizeof(uint32_t)); in marshal_VkDescriptorPoolCreateInfo() 3859 vkStream->read((uint32_t*)&forUnmarshaling->maxSets, sizeof(uint32_t)); in unmarshal_VkDescriptorPoolCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2892 memcpy((uint32_t*)&forUnmarshaling->maxSets, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkDescriptorPoolCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3726 uint32_t maxSets; member
|