Home
last modified time | relevance | path

Searched refs:descriptorPool (Results 1 – 25 of 212) sorted by relevance

123456789

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_descriptor_pool.h176 … vn_sizeof_vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAlloc… in vn_sizeof_vkDestroyDescriptorPool() argument
183 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool); in vn_sizeof_vkDestroyDescriptorPool()
191 …*enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, const VkAlloc… in vn_encode_vkDestroyDescriptorPool() argument
199 vn_encode_VkDescriptorPool(enc, &descriptorPool); in vn_encode_vkDestroyDescriptorPool()
204 …zeof_vkDestroyDescriptorPool_reply(VkDevice device, VkDescriptorPool descriptorPool, const VkAlloc… in vn_sizeof_vkDestroyDescriptorPool_reply() argument
216 …l_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, const VkAlloc… in vn_decode_vkDestroyDescriptorPool_reply() argument
227 …_t vn_sizeof_vkResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorP… in vn_sizeof_vkResetDescriptorPool() argument
234 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool); in vn_sizeof_vkResetDescriptorPool()
240 …*enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorP… in vn_encode_vkResetDescriptorPool() argument
248 vn_encode_VkDescriptorPool(enc, &descriptorPool); in vn_encode_vkResetDescriptorPool()
[all …]
Dvn_protocol_driver_descriptor_set.h116 size += vn_sizeof_VkDescriptorPool(&val->descriptorPool); in vn_sizeof_VkDescriptorSetAllocateInfo_self()
167 vn_encode_VkDescriptorPool(enc, &val->descriptorPool); in vn_encode_VkDescriptorSetAllocateInfo_self()
477 …e_t vn_sizeof_vkFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t desc… in vn_sizeof_vkFreeDescriptorSets() argument
484 cmd_size += vn_sizeof_VkDescriptorPool(&descriptorPool); in vn_sizeof_vkFreeDescriptorSets()
497 …*enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint32_t desc… in vn_encode_vkFreeDescriptorSets() argument
505 vn_encode_VkDescriptorPool(enc, &descriptorPool); in vn_encode_vkFreeDescriptorSets()
516 …_sizeof_vkFreeDescriptorSets_reply(VkDevice device, VkDescriptorPool descriptorPool, uint32_t desc… in vn_sizeof_vkFreeDescriptorSets_reply() argument
531 …s_reply(struct vn_cs_decoder *dec, VkDevice device, VkDescriptorPool descriptorPool, uint32_t desc… in vn_decode_vkFreeDescriptorSets_reply() argument
648 …ance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkDescriptorPool descriptorPool, uint32_t desc… in vn_submit_vkFreeDescriptorSets() argument
652 …size_t cmd_size = vn_sizeof_vkFreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDesc… in vn_submit_vkFreeDescriptorSets()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp149 VkDescriptorPool descriptorPool; in AllocateDescriptorPool() local
151 nullptr, &*descriptorPool), in AllocateDescriptorPool()
159 allocateInfo.descriptorPool = descriptorPool; in AllocateDescriptorPool()
170 device->fn.DestroyDescriptorPool(device->GetVkDevice(), descriptorPool, nullptr); in AllocateDescriptorPool()
183 DescriptorPool{descriptorPool, std::move(sets), std::move(freeSetIndices)}); in AllocateDescriptorPool()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp57 inline void release (Context& context, VkDescriptorPool descriptorPool, const VkAllocationCallbacks… in release() argument
59 …context.getDeviceInterface().destroyDescriptorPool(context.getDevice(), descriptorPool, pAllocator… in release()
150 inline void release (Context& context, VkDevice device, VkDescriptorPool descriptorPool, deUint32 n… in release() argument
153 DE_ASSERT(descriptorPool != DE_NULL); in release()
155 …context.getDeviceInterface().freeDescriptorSets(device, descriptorPool, numDescriptorSets, pDescri… in release()
251 …const Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(vk, device, &descriptorPoolCr… in test() local
253 release(context, device, *descriptorPool, numHandles, pNullHandles); in test()
259 …const Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(vk, device, &descriptorPoolCr… in test() local
262 release(context, device, *descriptorPool, numHandles, pNullHandles); in test()
DvktApiDescriptorPoolTests.cpp90 const Unique<VkDescriptorPool> descriptorPool( in resetDescriptorPoolTest() local
138 *descriptorPool, // descriptorPool in resetDescriptorPoolTest()
151 VK_CHECK(vkd.freeDescriptorSets(device, *descriptorPool, 1, &testSets[0])); in resetDescriptorPoolTest()
152 VK_CHECK(vkd.resetDescriptorPool(device, *descriptorPool, 0)); in resetDescriptorPoolTest()
220 …const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(vkd, device, &descriptorPool… in outOfPoolMemoryTest() local
256 *descriptorPool, // VkDescriptorPool descriptorPool; in outOfPoolMemoryTest()
DvktApiPipelineTests.cpp693 …(const DeviceInterface& vk, const VkDevice& device, VkDescriptorPool descriptorPool, VkDescriptorS… in getDescriptorSet() argument
699 descriptorPool, // VkDescriptorPool descriptorPool; in getDescriptorSet()
1006 VkDescriptorPool descriptorPool; in pipelineLayoutLifetimeTest() local
1018 VK_CHECK(vk.createDescriptorPool(device, &descriptorPoolCreateInfo, DE_NULL, &descriptorPool)); in pipelineLayoutLifetimeTest()
1089 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[0].get()), in pipelineLayoutLifetimeTest()
1090 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[1].get()), in pipelineLayoutLifetimeTest()
1091 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[2].get()) in pipelineLayoutLifetimeTest()
1221 vk.destroyDescriptorPool(device, descriptorPool, DE_NULL); in pipelineLayoutLifetimeTest()
1412 …const auto descriptorPool = descriptorPoolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FRE… in destroyEarlyTest() local
1413 …const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetL… in destroyEarlyTest()
DvktApiDescriptorSetTests.cpp295 const Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(context)); in descriptorSetLayoutLifetimeComputeTest() local
296 …const Unique<VkDescriptorSet> descriptorSet (createDescriptorSet(context, *descriptorPool, *d… in descriptorSetLayoutLifetimeComputeTest()
474 Move<VkDescriptorPool> descriptorPool(createDescriptorPool(vk, device, &descriptorPoolCreateInfo)); in descriptorSetLayoutBindingOrderingTest() local
482 *descriptorPool, // VkDescriptorPool descriptorPool in descriptorSetLayoutBindingOrderingTest()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_descriptor_set.c273 VkDescriptorPool descriptorPool, in vn_DestroyDescriptorPool() argument
278 vn_descriptor_pool_from_handle(descriptorPool); in vn_DestroyDescriptorPool()
290 vn_async_vkDestroyDescriptorPool(dev->instance, device, descriptorPool, in vn_DestroyDescriptorPool()
370 VkDescriptorPool descriptorPool, in vn_ResetDescriptorPool() argument
375 vn_descriptor_pool_from_handle(descriptorPool); in vn_ResetDescriptorPool()
378 vn_async_vkResetDescriptorPool(dev->instance, device, descriptorPool, in vn_ResetDescriptorPool()
399 vn_descriptor_pool_from_handle(pAllocateInfo->descriptorPool); in vn_AllocateDescriptorSets()
511 VkDescriptorPool descriptorPool, in vn_FreeDescriptorSets() argument
517 vn_descriptor_pool_from_handle(descriptorPool); in vn_FreeDescriptorSets()
520 vn_async_vkFreeDescriptorSets(dev->instance, device, descriptorPool, in vn_FreeDescriptorSets()
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyDescriptorPool.java58descriptorPool = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Blo… in createRubyDescriptorPool()
108 return descriptorPool; in generatedPool()
164 private static RubyDescriptorPool descriptorPool; field in RubyDescriptorPool
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp223 …onst VkDevice device, const CaseDef& caseDef, const VkDescriptorPool descriptorPool, const VkDescr… in insertDescriptorSets() argument
230 …(*pOutDescriptorSets)[layerNdx] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, de… in insertDescriptorSets()
236 …(*pOutDescriptorSets)[0] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, descripto… in insertDescriptorSets()
301 Unique<VkDescriptorPool> descriptorPool(DescriptorPoolBuilder() in test() local
311 …insertDescriptorSets(vk, device, caseDef, *descriptorPool, *descriptorSetLayout, &allDescriptorSet… in test()
DvktImageCompressionTranscodingSupport.cpp514 const VkDescriptorPool& descriptorPool,
611 Move<VkDescriptorPool> descriptorPool; in iterate() local
635descriptorPool = descriptorPoolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTO… in iterate()
636 executeShader(*cmdBuffer, *descriptorSetLayout, *descriptorPool, imageData); in iterate()
736 const VkDescriptorPool& descriptorPool, in executeShader() argument
784 …descriptorSets[ndx] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, descriptorSetL… in executeShader()
1105 Move<VkDescriptorPool> descriptorPool = DescriptorPoolBuilder() in decompressImage() local
1112 …Move<VkDescriptorSet> descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descript… in decompressImage()
1337 const VkDescriptorPool& descriptorPool,
1349 const VkDescriptorPool& descriptorPool, in executeShader() argument
[all …]
DvktImageSampleCompressedTextureTests.cpp284 const Unique<VkDescriptorPool> descriptorPool (DescriptorPoolBuilder() in iterate() local
320 …cubeStorageDscrSets.emplace_back(makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayo… in iterate()
329 storageImageDescriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in iterate()
392 …cubeSamplerDescriptorSets.emplace_back(makeDescriptorSet(vk, device, *descriptorPool, *graphicsDsc… in iterate()
414 graphicsDescriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *graphicsDscrSetLayout); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp221 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
226 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
392 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
397 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
565 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
570 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
753 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
759 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
948 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
954 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp244 VkDescriptorPool descriptorPool; in test() local
245 VK_ASSERT(device->CreateStorageBufferDescriptorPool(2, &descriptorPool)); in test()
248 VK_ASSERT(device->AllocateDescriptorSet(descriptorPool, descriptorSetLayout, &descriptorSet)); in test()
306 device->DestroyDescriptorPool(descriptorPool); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStackTests.cpp249 vk::Move<vk::VkDescriptorPool> descriptorPool; in iterate() local
301descriptorPool = poolBuilder.build(vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET… in iterate()
302 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in iterate()
DvktProtectedMemWorkgroupStorageTests.cpp218 vk::Move<vk::VkDescriptorPool> descriptorPool; in iterate() local
274descriptorPool = poolBuilder.build(vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET… in iterate()
275 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in iterate()
DvktProtectedMemImageValidator.cpp190 vk::Unique<vk::VkDescriptorPool> descriptorPool(vk::DescriptorPoolBuilder() in validateImage() local
195 …vk::Unique<vk::VkDescriptorSet> descriptorSet (makeDescriptorSet(vk, device, *descriptorPool, *… in validateImage()
DvktProtectedMemShaderImageAccessTests.cpp520 vk::Move<vk::VkDescriptorPool> descriptorPool; in executeComputeTest() local
615descriptorPool = poolBuilder.build(vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET… in executeComputeTest()
616 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in executeComputeTest()
743 vk::Move<vk::VkDescriptorPool> descriptorPool; in executeFragmentTest() local
849descriptorPool = poolBuilder.build(vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET… in executeFragmentTest()
850 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in executeFragmentTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryProceduralGeometryTests.cpp102 const Move<VkDescriptorPool> descriptorPool = DescriptorPoolBuilder() in iterate() local
112 …iptorSet> referenceDescriptorSet = makeDescriptorSet(vkd, device, *descriptorPool, *descriptorSe… in iterate()
113 …criptorSet> resultDescriptorSet = makeDescriptorSet(vkd, device, *descriptorPool, *descriptorSe… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp143 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
149 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp2564 Move <VkDescriptorPool> descriptorPool; in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local
2627 descriptorPool = poolBuilder.build(vk, device, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2629 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize()
2802 Move <VkDescriptorPool> descriptorPool; in makeGeometryFrameBufferTestRequiredSubgroupSize() local
2858 descriptorPool = poolBuilder.build(vk, device, in makeGeometryFrameBufferTestRequiredSubgroupSize()
2860 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in makeGeometryFrameBufferTestRequiredSubgroupSize()
3151 Move <VkDescriptorPool> descriptorPool; in allStagesRequiredSubgroupSize() local
3163descriptorPool = poolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, … in allStagesRequiredSubgroupSize()
3166 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in allStagesRequiredSubgroupSize()
3424 Move <VkDescriptorPool> descriptorPool; in makeVertexFrameBufferTestRequiredSubgroupSize() local
[all …]
DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp90 …const Unique<VkDescriptorPool> descriptorPool (DescriptorPoolBuilder().addType(VK_DESCRIPTOR_TY… in iterate() local
101 *descriptorPool, // descriptorPool in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemShaderTimeoutTests.cpp200 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
206 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp28 device.destroyDescriptorPool(descriptorPool); in ~DrawTester()
344 descriptorPool = device.createDescriptorPool(poolInfo); in createCommandBuffers()
348 allocInfo.descriptorPool = descriptorPool; in createCommandBuffers()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_descriptor_set.c517 VkDescriptorPool descriptorPool, in v3dv_ResetDescriptorPool() argument
521 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, descriptorPool); in v3dv_ResetDescriptorPool()
824 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, pAllocateInfo->descriptorPool); in v3dv_AllocateDescriptorSets()
842 v3dv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool, in v3dv_AllocateDescriptorSets()
854 VkDescriptorPool descriptorPool, in v3dv_FreeDescriptorSets() argument
859 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, descriptorPool); in v3dv_FreeDescriptorSets()

123456789