| /third_party/mesa3d/src/virtio/venus-protocol/ |
| D | vn_protocol_driver_descriptor_pool.h | 266 …ne size_t vn_sizeof_vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_sizeof_vkDestroyDescriptorPool() 281 …_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_encode_vkDestroyDescriptorPool() 294 …e_t vn_sizeof_vkDestroyDescriptorPool_reply(VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_sizeof_vkDestroyDescriptorPool_reply() 306 …riptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_decode_vkDestroyDescriptorPool_reply() 317 …line size_t vn_sizeof_vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_sizeof_vkResetDescriptorPool() 330 …_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_encode_vkResetDescriptorPool() 342 …ize_t vn_sizeof_vkResetDescriptorPool_reply(VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_sizeof_vkResetDescriptorPool_reply() 356 …riptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_decode_vkResetDescriptorPool_reply() 392 … *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_submit_vkDestroyDescriptorPool() 413 … *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_submit_vkResetDescriptorPool() [all …]
|
| D | vn_protocol_driver_descriptor_set.h | 579 …nline size_t vn_sizeof_vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_sizeof_vkFreeDescriptorSets() 599 …_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_encode_vkFreeDescriptorSets() 618 …size_t vn_sizeof_vkFreeDescriptorSets_reply(VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_sizeof_vkFreeDescriptorSets_reply() 633 …riptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_decode_vkFreeDescriptorSets_reply() 750 … *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_submit_vkFreeDescriptorSets() 814 …riptorSets(struct vn_instance *vn_instance, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_call_vkFreeDescriptorSets() 830 …riptorSets(struct vn_instance *vn_instance, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_async_vkFreeDescriptorSets()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiNullHandleTests.cpp | 57 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() local 259 …const Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(vk, device, &descriptorPoolCr… in test() local
|
| D | vktApiDescriptorPoolTests.cpp | 90 const Unique<VkDescriptorPool> descriptorPool( in resetDescriptorPoolTest() local 220 …const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(vkd, device, &descriptorPool… in outOfPoolMemoryTest() local
|
| D | vktApiDescriptorSetTests.cpp | 295 const Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(context)); in descriptorSetLayoutLifetimeComputeTest() local 474 Move<VkDescriptorPool> descriptorPool(createDescriptorPool(vk, device, &descriptorPoolCreateInfo)); in descriptorSetLayoutBindingOrderingTest() local
|
| D | vktApiPipelineTests.cpp | 693 …iptorSet (const DeviceInterface& vk, const VkDevice& device, VkDescriptorPool descriptorPool, VkDe… in getDescriptorSet() 1006 VkDescriptorPool descriptorPool; in pipelineLayoutLifetimeTest() local 1412 …const auto descriptorPool = descriptorPoolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FRE… in destroyEarlyTest() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | DescriptorSetAllocator.cpp | 149 VkDescriptorPool descriptorPool; in AllocateDescriptorPool() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
| D | vktComputeBasicComputeShaderTests.cpp | 221 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 392 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 565 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 753 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 948 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 1225 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 1419 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 1608 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 1824 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 2030 const Unique<VkDescriptorPool> descriptorPool( in iterate() local [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemImageValidator.cpp | 190 vk::Unique<vk::VkDescriptorPool> descriptorPool(vk::DescriptorPoolBuilder() in validateImage() local
|
| D | vktProtectedMemBufferValidator.hpp | 221 vk::Unique<vk::VkDescriptorPool> descriptorPool (vk::DescriptorPoolBuilder() in validateBuffer() local
|
| /third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
| D | RubyDescriptorPool.java | 164 private static RubyDescriptorPool descriptorPool; field in RubyDescriptorPool
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
| D | vktImageMultisampleLoadStoreTests.cpp | 223 …rface& vk, const VkDevice device, const CaseDef& caseDef, const VkDescriptorPool descriptorPool, c… in insertDescriptorSets() 301 Unique<VkDescriptorPool> descriptorPool(DescriptorPoolBuilder() in test() local
|
| D | vktImageCompressionTranscodingSupport.cpp | 611 Move<VkDescriptorPool> descriptorPool; in iterate() local 736 const VkDescriptorPool& descriptorPool, in executeShader() 1105 Move<VkDescriptorPool> descriptorPool = DescriptorPoolBuilder() in decompressImage() local 1349 const VkDescriptorPool& descriptorPool, in executeShader() 1676 const Move<VkDescriptorPool> descriptorPool (DescriptorPoolBuilder() in transcodeRead() local 1810 const Move<VkDescriptorPool> descriptorPool (DescriptorPoolBuilder() in transcodeWrite() local 2064 const Move<VkDescriptorPool> descriptorPool (DescriptorPoolBuilder() in verifyDecompression() local 2258 const Move<VkDescriptorPool> descriptorPool (DescriptorPoolBuilder() in transcodeRead() local 2398 const Move<VkDescriptorPool> descriptorPool (DescriptorPoolBuilder() in transcodeWrite() local
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_descriptor_set.c | 339 VkDescriptorPool descriptorPool, in vn_DestroyDescriptorPool() 456 VkDescriptorPool descriptorPool, in vn_ResetDescriptorPool() 599 VkDescriptorPool descriptorPool, in vn_FreeDescriptorSets()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
| D | vktSparseResourcesShaderIntrinsicsBase.hpp | 192 vk::Move<vk::VkDescriptorPool> descriptorPool; member in vkt::sparse::SparseShaderIntrinsicsInstanceBase
|
| D | vktSparseResourcesBufferSparseResidency.cpp | 316 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmFromHlslTests.cpp | 143 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| D | vktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp | 90 …const Unique<VkDescriptorPool> descriptorPool (DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TY… in iterate() local
|
| D | vktSubgroupsTestsUtils.cpp | 2564 Move <VkDescriptorPool> descriptorPool; in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local 2802 Move <VkDescriptorPool> descriptorPool; in makeGeometryFrameBufferTestRequiredSubgroupSize() local 3151 Move <VkDescriptorPool> descriptorPool; in allStagesRequiredSubgroupSize() local 3424 Move <VkDescriptorPool> descriptorPool; in makeVertexFrameBufferTestRequiredSubgroupSize() local 3650 Move<VkDescriptorPool> descriptorPool; in makeFragmentFrameBufferTestRequiredSubgroupSize() local 3893 …const Unique<VkDescriptorPool> descriptorPool (poolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_… in makeComputeTestRequiredSubgroupSize() local 4350 VkDescriptorPool descriptorPool, in makeRayTracingDescriptorSet() 4396 VkDescriptorPool descriptorPool, in makeRayTracingDescriptorSetAS() 4611 …const Move<VkDescriptorPool> descriptorPool = makeRayTracingDescriptorPool(context, input… in allRayTracingStagesRequiredSubgroupSize() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
| D | vktPostmortemShaderTimeoutTests.cpp | 200 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
| D | vktBindingDescriptorUpdateTests.cpp | 77 …vk::Unique<vk::VkDescriptorPool> descriptorPool (vk::DescriptorPoolBuilder().addType(vk::VK_DESC… in EmptyDescriptorUpdateCase() local 497 …const auto descriptorPool = poolBuilder.build(vkd, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESC… in iterate() local 814 …vk::Unique<vk::VkDescriptorPool> descriptorPool (vk::DescriptorPoolBuilder().addType(vk::VK_DES… in iterate() local
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| D | panvk_descriptor_set.c | 308 VkDescriptorPool descriptorPool, in panvk_FreeDescriptorSets()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | DrawTester.hpp | 163 vk::DescriptorPool descriptorPool; // Owning handle member in DrawTester
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
| D | vktRayQueryMiscTests.cpp | 294 …const auto descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPT… in iterate() local
|
| D | vktRayQueryProceduralGeometryTests.cpp | 102 const Move<VkDescriptorPool> descriptorPool = DescriptorPoolBuilder() in iterate() local
|