Home
last modified time | relevance | path

Searched refs:VkDescriptorPool (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/vulkan-validation-layers/layers/
Dgpu_validation.h35 VkDescriptorPool desc_pool;
38 VkDescriptorPool desc_pool, VkPipelineBindPoint pipeline_bind_point) in GpuBufferInfo()
58 …VkResult GetDescriptorSets(uint32_t count, VkDescriptorPool *pool, std::vector<VkDescriptorSet> *d…
59 void PutBackDescriptorSet(VkDescriptorPool desc_pool, VkDescriptorSet desc_set);
69 std::unordered_map<VkDescriptorPool, struct PoolTracker> desc_pool_map_;
Dobject_tracker_utils.cpp106 void ObjectLifetimes::AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in AllocateDescriptorSet()
123 bool ObjectLifetimes::ValidateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in ValidateDescriptorSet()
130 … const auto parent_pool = CastFromUint64<VkDescriptorPool>(dsItem->second->parent_object); in ValidateDescriptorSet()
398 bool ObjectLifetimes::PreCallValidateResetDescriptorPool(VkDevice device, VkDescriptorPool descript… in PreCallValidateResetDescriptorPool()
420 void ObjectLifetimes::PreCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptor… in PreCallRecordResetDescriptorPool()
650 bool ObjectLifetimes::PreCallValidateFreeDescriptorSets(VkDevice device, VkDescriptorPool descripto… in PreCallValidateFreeDescriptorSets()
667 void ObjectLifetimes::PreCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorP… in PreCallRecordFreeDescriptorSets()
683 bool ObjectLifetimes::PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descri… in PreCallValidateDestroyDescriptorPool()
706 void ObjectLifetimes::PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descript… in PreCallRecordDestroyDescriptorPool()
Dobject_lifetime_validation.h115 …void AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDescriptorSet desc…
123 …bool ValidateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDescriptorSet desc…
/external/skia/src/gpu/vk/
DGrVkDescriptorPool.h25 VkDescriptorPool descPool() const { return fDescPool; } in descPool()
39 GrVkDescriptorPool(const GrVkGpu*, VkDescriptorPool pool, VkDescriptorType type,
46 VkDescriptorPool fDescPool;
DGrVkDescriptorPool.cpp31 VkDescriptorPool pool; in Create()
41 GrVkDescriptorPool::GrVkDescriptorPool(const GrVkGpu* gpu, VkDescriptorPool pool, in GrVkDescriptorPool()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.hpp53 vk::Move<vk::VkDescriptorPool> createDescriptorPool (vkt::Context& context);
56 vk::VkDescriptorPool pool,
62 vk::Move<vk::VkDescriptorSet> createDescriptorSet (vk::VkDescriptorPool pool,
DvktApiNullHandleTests.cpp57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in release()
150 inline void release (Context& context, VkDevice device, VkDescriptorPool descriptorPool, deUint32 n… in release()
251 …const Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(vk, device, &descriptorPoolCr… in test()
259 …const Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(vk, device, &descriptorPoolCr… in test()
279 addFunctionCase(group, "destroy_descriptor_pool", "", test<VkDescriptorPool>); in addTestsToGroup()
DvktApiBufferComputeInstance.cpp146 Move<VkDescriptorPool> createDescriptorPool (vkt::Context& context) in createDescriptorPool()
158 VkDescriptorPool pool, in createDescriptorSet()
192 Move<VkDescriptorSet> createDescriptorSet (VkDescriptorPool pool, in createDescriptorSet()
DvktApiDescriptorPoolTests.cpp90 const Unique<VkDescriptorPool> descriptorPool( in resetDescriptorPoolTest()
220 …const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(vkd, device, &descriptorPool… in outOfPoolMemoryTest()
/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp88 VkDescriptorPool *out) const;
91 void DestroyDescriptorPool(VkDescriptorPool descriptorPool) const;
95 VkResult AllocateDescriptorSet(VkDescriptorPool pool,
DVkInstanceFuncs.hpp36 VkDescriptorPool *);
47 VK_INSTANCE(vkDestroyDescriptorPool, void, VkDevice, VkDescriptorPool, const VkAllocationCallbacks …
DDevice.cpp275 VkDescriptorPool *out) const in CreateStorageBufferDescriptorPool()
294 void Device::DestroyDescriptorPool(VkDescriptorPool descriptorPool) const in DestroyDescriptorPool()
300 VkDescriptorPool pool, VkDescriptorSetLayout layout, in AllocateDescriptorSet()
/external/skqp/src/gpu/vk/
DGrVkDescriptorPool.h25 VkDescriptorPool descPool() const { return fDescPool; } in descPool()
45 VkDescriptorPool fDescPool;
/external/swiftshader/src/Vulkan/
DVkDescriptorPool.hpp23 class DescriptorPool : public Object<DescriptorPool, VkDescriptorPool>
59 static inline DescriptorPool *Cast(VkDescriptorPool object) in Cast()
DBUILD.gn68 "VkDescriptorPool.hpp",
121 "VkDescriptorPool.cpp",
DCMakeLists.txt36 VkDescriptorPool.cpp
37 VkDescriptorPool.hpp
/external/mesa3d/src/gallium/drivers/zink/
Dzink_batch.h45 VkDescriptorPool descpool;
/external/skqp/src/compute/hs/vk/
Dhs_vk.h58 hs_vk_ds_alloc(struct hs_vk const * const hs, VkDescriptorPool desc_pool);
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_descriptor_set.c302 VkDescriptorPool descriptorPool, in lvp_FreeDescriptorSets()
440 VkDescriptorPool* pDescriptorPool) in lvp_CreateDescriptorPool()
470 VkDescriptorPool _pool, in lvp_DestroyDescriptorPool()
486 VkDescriptorPool _pool, in lvp_ResetDescriptorPool()
/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtilImpl.inl98 void Deleter<VkDescriptorPool>::operator() (VkDescriptorPool obj) const
301 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vk, VkDevice device, const VkDe…
303 VkDescriptorPool object = 0;
305 …return Move<VkDescriptorPool>(check<VkDescriptorPool>(object), Deleter<VkDescriptorPool>(vk, devic…
DvkRef.hpp211 Deleter (const DeviceInterface& deviceIface, VkDevice device, VkDescriptorPool pool) in Deleter()
227 VkDescriptorPool m_pool;
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFilteringTests.cpp68 Move<VkDescriptorPool> createDescriptorPool (const deUint32 combinedSamplerDescriptorCount);
69 Move<VkDescriptorSet> createDescriptorSet (VkDescriptorPool descPool,
156 Move<VkDescriptorPool> LinearFilteringTestInstance::createDescriptorPool(const deUint32 combinedSam… in createDescriptorPool()
175 Move<VkDescriptorSet> LinearFilteringTestInstance::createDescriptorSet(VkDescriptorPool descPool, in createDescriptorSet()
326 const Unique<VkDescriptorPool> descPool (createDescriptorPool(combinedSamplerDescriptorCount)); in iterate()
DvktYCbCrFormatTests.cpp155 Move<VkDescriptorPool> createDescriptorPool (const DeviceInterface& vkd, VkDevice device, const deU… in createDescriptorPool()
176 VkDescriptorPool descPool, in createDescriptorSet()
428 …const Unique<VkDescriptorPool> descPool (createDescriptorPool(vkd, device, ycbcrProperties.co… in testFormat()
/external/deqp-deps/amber/src/vulkan/
Dpipeline.h108 VkDescriptorPool pool = VK_NULL_HANDLE;
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1170 …static vk::Move<vk::VkDescriptorPool> createDescriptorPool (const vk::DeviceInterface& v…
1192 vk::VkDescriptorPool descriptorPool,
1221 vk::VkDescriptorPool descriptorPool,
1272 const vk::Unique<vk::VkDescriptorPool> m_descriptorPool;
1469 vk::Move<vk::VkDescriptorPool> BufferRenderInstance::createDescriptorPool (const vk::DeviceInterfac… in createDescriptorPool()
1569 vk::VkDescriptorPool descriptorPool, in createDescriptorSets()
1700 vk::VkDescriptorPool descriptorPool, in writeDescriptorSetWithTemplate()
2333 vk::Move<vk::VkDescriptorPool> createDescriptorPool (void) const;
2334 …vk::Move<vk::VkDescriptorSet> createDescriptorSet (vk::VkDescriptorPool pool, vk::VkDescript…
2483 vk::Move<vk::VkDescriptorPool> BufferComputeInstance::createDescriptorPool (void) const in createDescriptorPool()
[all …]

12345678910