Home
last modified time | relevance | path

Searched refs:DynamicDescriptorPool (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/tests/gl_tests/
DVulkanDescriptorSetTest.cpp31 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
33 rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolMultiplierForTesting(); in testSetUp()
38 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
39 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolMultiplierForTesting( in testTearDown()
48 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
49 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolMultiplierForTesting( in limitMaxSets()
DVulkanMultithreadingTest.cpp40 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
42 rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolMultiplierForTesting(); in testSetUp()
47 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
48 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolMultiplierForTesting( in testTearDown()
57 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
58 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolMultiplierForTesting( in limitMaxSets()
DVulkanUniformUpdatesTest.cpp43 mMaxSetsPerPool = rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolForTesting(); in testSetUp()
45 rx::vk::DynamicDescriptorPool::GetMaxSetsPerPoolMultiplierForTesting(); in testSetUp()
50 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(mMaxSetsPerPool); in testTearDown()
51 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolMultiplierForTesting( in testTearDown()
75 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolForTesting(kMaxSetsForTesting); in limitMaxSets()
76 rx::vk::DynamicDescriptorPool::SetMaxSetsPerPoolMultiplierForTesting( in limitMaxSets()
/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h301 vk::DescriptorSetArray<vk::DynamicDescriptorPool> mDynamicDescriptorPools;
Dvk_helpers.cpp836 uint32_t DynamicDescriptorPool::mMaxSetsPerPool = 16;
837 uint32_t DynamicDescriptorPool::mMaxSetsPerPoolMultiplier = 2;
2447 DynamicDescriptorPool::DynamicDescriptorPool() in DynamicDescriptorPool() function in rx::vk::DynamicDescriptorPool
2451 DynamicDescriptorPool::~DynamicDescriptorPool() = default;
2453 angle::Result DynamicDescriptorPool::init(ContextVk *contextVk, in init()
2474 void DynamicDescriptorPool::destroy(VkDevice device) in destroy()
2488 void DynamicDescriptorPool::release(ContextVk *contextVk) in release()
2502 angle::Result DynamicDescriptorPool::allocateSetsAndGetInfo( in allocateSetsAndGetInfo()
2530 angle::Result DynamicDescriptorPool::allocateNewPool(ContextVk *contextVk) in allocateNewPool()
2566 uint32_t DynamicDescriptorPool::GetMaxSetsPerPoolForTesting() in GetMaxSetsPerPoolForTesting()
[all …]
DUtilsVk.h548 angle::PackedEnumMap<Function, vk::DynamicDescriptorPool> mDescriptorPools;
Dvk_helpers.h290 class DynamicDescriptorPool final : angle::NonCopyable
293 DynamicDescriptorPool();
294 ~DynamicDescriptorPool();
DProgramExecutableVk.cpp285 for (vk::DynamicDescriptorPool &descriptorPool : mDynamicDescriptorPools) in reset()
511 vk::DynamicDescriptorPool &dynamicDescriptorPool = mDynamicDescriptorPools[descriptorSetIndex]; in allocateDescriptorSetAndGetInfo()
DContextVk.h993 angle::PackedEnumMap<PipelineType, vk::DynamicDescriptorPool> mDriverUniformsDescriptorPools;
Dvk_cache_utils.h51 class DynamicDescriptorPool; variable
DContextVk.cpp610 for (vk::DynamicDescriptorPool &dynamicDescriptorPool : mDriverUniformsDescriptorPools) in onDestroy()