Home
last modified time | relevance | path

Searched defs:descriptorPool (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_descriptor_pool.h282 …ne size_t vn_sizeof_vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_sizeof_vkDestroyDescriptorPool()
297 …_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_encode_vkDestroyDescriptorPool()
310 …e_t vn_sizeof_vkDestroyDescriptorPool_reply(VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_sizeof_vkDestroyDescriptorPool_reply()
322 …riptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_decode_vkDestroyDescriptorPool_reply()
333 …line size_t vn_sizeof_vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_sizeof_vkResetDescriptorPool()
346 …_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_encode_vkResetDescriptorPool()
358 …ize_t vn_sizeof_vkResetDescriptorPool_reply(VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_sizeof_vkResetDescriptorPool_reply()
372 …riptorPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_decode_vkResetDescriptorPool_reply()
408 …ring *vn_ring, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, cons… in vn_submit_vkDestroyDescriptorPool()
429 …ring *vn_ring, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, VkDe… in vn_submit_vkResetDescriptorPool()
[all …]
H A Dvn_protocol_driver_descriptor_set.h334 …nline size_t vn_sizeof_vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_sizeof_vkFreeDescriptorSets()
354 …_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_encode_vkFreeDescriptorSets()
373 …size_t vn_sizeof_vkFreeDescriptorSets_reply(VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_sizeof_vkFreeDescriptorSets_reply()
388 …riptorSets_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_decode_vkFreeDescriptorSets_reply()
505 …ring *vn_ring, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_submit_vkFreeDescriptorSets()
569 …FreeDescriptorSets(struct vn_ring *vn_ring, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_call_vkFreeDescriptorSets()
585 …FreeDescriptorSets(struct vn_ring *vn_ring, VkDevice device, VkDescriptorPool descriptorPool, uint… in vn_async_vkFreeDescriptorSets()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp110 …const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(vkd, device, &descriptorPoolInf… in resetDescriptorPoolTest() local
265 …const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(vkd, device, &descriptorPoolCre… in outOfPoolMemoryTest() local
346 …const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(vkd, device, &descriptorPoolCre… in zeroPoolSizeCount() local
449 VkDescriptorPool descriptorPool = 0; in noResetDescriptorPoolTest() local
H A DvktApiNullHandleTests.cpp58 inline void release(Context &context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks … in release()
162 inline void release(Context &context, VkDevice device, VkDescriptorPool descriptorPool, uint32_t nu… in release()
285 …const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(vk, device, &descriptorPoolCrea… in test() local
294 const Unique<VkDescriptorPool> descriptorPool( in test() local
H A DvktApiDescriptorSetTests.cpp267 const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(context)); in descriptorSetLayoutLifetimeComputeTest() local
439 …Move<VkDescriptorPool> descriptorPool(createDescriptorPool(vk, device, &descriptorPoolCreateInfo)); in descriptorSetLayoutBindingOrderingTest() local
H A DvktApiPipelineTests.cpp676 …etDescriptorSet(const DeviceInterface &vk, const VkDevice &device, VkDescriptorPool descriptorPool, in getDescriptorSet()
994 …Move<VkDescriptorPool> descriptorPool = createDescriptorPool(vk, device, &descriptorPoolCreateInfo… in pipelineLayoutLifetimeTest() local
1350 const auto descriptorPool = in destroyEarlyTest() local
H A DvktApiCommandBuffersTests.cpp1839 const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(context)); in simultaneousUseSecondaryBufferOnePrimaryBufferTest() local
2100 const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(context)); in simultaneousUseNestedSecondaryBufferTest() local
2258 const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(context)); in simultaneousUseNestedSecondaryBufferTwiceTest() local
2387 const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(context)); in badInheritanceInfoTest() local
2610 const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(context)); in simultaneousUseSecondaryBufferTwoPrimaryBuffersTest() local
4172 const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(context)); in orderBindPipelineTest() local
5497 const auto descriptorPool = in manyIndirectDispatchesTest() local
5696 const auto descriptorPool = in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp237 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
427 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
620 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
832 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
1036 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
1324 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
1537 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
1745 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
1984 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
2225 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
[all …]
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dobject_tracker_utils.cpp398 …jectLifetimes::PreCallValidateResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallValidateResetDescriptorPool()
420 …ObjectLifetimes::PreCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallRecordResetDescriptorPool()
650 …bjectLifetimes::PreCallValidateFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, in PreCallValidateFreeDescriptorSets()
667 …tLifetimes::PreCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint… in PreCallRecordFreeDescriptorSets()
683 …ctLifetimes::PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallValidateDestroyDescriptorPool()
706 …jectLifetimes::PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallRecordDestroyDescriptorPool()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageCompressionTranscodingSupport.cpp841 Move<VkDescriptorPool> descriptorPool; in iterate() local
989const VkDescriptorPool &descriptorPool, vector<ImageData> &imageData) in executeShader()
1407 Move<VkDescriptorPool> descriptorPool = in decompressImage() local
1708const VkDescriptorPool &descriptorPool, vector<ImageData> &imageData) in executeShader()
2050 const Move<VkDescriptorPool> descriptorPool( in transcodeRead() local
2232 const Move<VkDescriptorPool> descriptorPool( in transcodeWrite() local
2563 const Move<VkDescriptorPool> descriptorPool( in verifyDecompression() local
2804 const Move<VkDescriptorPool> descriptorPool( in transcodeRead() local
2991 const Move<VkDescriptorPool> descriptorPool( in transcodeWrite() local
H A DvktImageMultisampleLoadStoreTests.cpp269const VkDescriptorPool descriptorPool, const VkDescriptorSetLayout descriptorSetLayout, in insertDescriptorSets()
354 Unique<VkDescriptorPool> descriptorPool( in test() local
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_descriptor_set.c391 VkDescriptorPool descriptorPool, in vn_DestroyDescriptorPool()
562 VkDescriptorPool descriptorPool, in vn_ResetDescriptorPool()
704 VkDescriptorPool descriptorPool, in vn_FreeDescriptorSets()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp2665 Move<VkDescriptorPool> descriptorPool; in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2901 Move<VkDescriptorPool> descriptorPool; in makeGeometryFrameBufferTestRequiredSubgroupSize() local
3264 Move<VkDescriptorPool> descriptorPool; in allStagesRequiredSubgroupSize() local
3529 Move<VkDescriptorPool> descriptorPool; in makeVertexFrameBufferTestRequiredSubgroupSize() local
3742 Move<VkDescriptorPool> descriptorPool; in makeFragmentFrameBufferTestRequiredSubgroupSize() local
4091 const Unique<VkDescriptorPool> descriptorPool( in makeComputeOrMeshTestRequiredSubgroupSize() local
4647 …ove<VkDescriptorSet> makeRayTracingDescriptorSet(Context &context, VkDescriptorPool descriptorPool, in makeRayTracingDescriptorSet()
4696 Context &context, VkDescriptorPool descriptorPool, VkDescriptorSetLayout descriptorSetLayout, in makeRayTracingDescriptorSetAS()
4940 … const Move<VkDescriptorPool> descriptorPool = makeRayTracingDescriptorPool(context, inputBuffers); in allRayTracingStagesRequiredSubgroupSize() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateTests.cpp79 vk::Unique<vk::VkDescriptorPool> descriptorPool( in EmptyDescriptorUpdateCase() local
522 …const auto descriptorPool = poolBuilder.build(vkd, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESC… in iterate() local
855 vk::Unique<vk::VkDescriptorPool> descriptorPool( in iterate() local
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_descriptor_set.c655 hk_FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, in hk_FreeDescriptorSets()
685 hk_ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in hk_ResetDescriptorPool()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryTraversalControlTests.cpp227 Move<VkDescriptorPool> descriptorPool; member in vkt::RayQuery::__anonc7ef28040111::GraphicsConfiguration
723 Move<VkDescriptorPool> descriptorPool; member in vkt::RayQuery::__anonc7ef28040111::ComputeConfiguration
907 Move<VkDescriptorPool> descriptorPool; member in vkt::RayQuery::__anonc7ef28040111::RayTracingConfiguration
H A DvktRayQueryCullRayFlagsTests.cpp325 Move<VkDescriptorPool> descriptorPool; member in vkt::RayQuery::__anon1b9405580111::GraphicsConfiguration
782 Move<VkDescriptorPool> descriptorPool; member in vkt::RayQuery::__anon1b9405580111::ComputeConfiguration
937 Move<VkDescriptorPool> descriptorPool; member in vkt::RayQuery::__anon1b9405580111::RayTracingConfiguration
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp458 const Move<VkDescriptorPool> descriptorPool = in prepareBuffer() local
527 const Move<VkDescriptorPool> descriptorPool = in runTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemImageValidator.cpp189 vk::Unique<vk::VkDescriptorPool> descriptorPool( in validateImage() local
H A DvktProtectedMemShaderImageAccessTests.cpp599 vk::Move<vk::VkDescriptorPool> descriptorPool; in executeComputeTest() local
866 vk::Move<vk::VkDescriptorPool> descriptorPool; in executeFragmentTest() local
H A DvktProtectedMemStorageBufferTests.cpp434 vk::Unique<vk::VkDescriptorPool> descriptorPool( in executeFragmentTest() local
613 vk::Unique<vk::VkDescriptorPool> descriptorPool( in executeComputeTest() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp591 …const auto descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPT… in runTest() local
995 const auto descriptorPool = in iterate() local
1356 const auto descriptorPool = in varyingSamplesFragTest() local
H A DvktPipelineMultisampleImageTests.cpp1253 const Unique<VkDescriptorPool> descriptorPool( in test() local
1480 Unique<VkDescriptorPool> descriptorPool( in renderAndResolve() local
1899 const Unique<VkDescriptorPool> descriptorPool( in test() local
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_descriptor_set.c770 VkDescriptorPool descriptorPool, in nvk_FreeDescriptorSets()
802 VkDescriptorPool descriptorPool, in nvk_ResetDescriptorPool()
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyDescriptorPool.java191 private static RubyDescriptorPool descriptorPool; field in RubyDescriptorPool

12345678910>>...14