/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 57 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()
|
D | vktApiDescriptorPoolTests.cpp | 90 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 255 *descriptorPool, // VkDescriptorPool descriptorPool; in outOfPoolMemoryTest()
|
D | vktApiPipelineTests.cpp | 635 …(const DeviceInterface& vk, const VkDevice& device, VkDescriptorPool descriptorPool, VkDescriptorS… in getDescriptorSet() argument 641 descriptorPool, // VkDescriptorPool descriptorPool; in getDescriptorSet() 948 VkDescriptorPool descriptorPool; in pipelineLayoutLifetimeTest() local 960 VK_CHECK(vk.createDescriptorPool(device, &descriptorPoolCreateInfo, DE_NULL, &descriptorPool)); in pipelineLayoutLifetimeTest() 1031 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[0].get()), in pipelineLayoutLifetimeTest() 1032 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[1].get()), in pipelineLayoutLifetimeTest() 1033 getDescriptorSet(vk, device, descriptorPool, descriptorSetLayouts[2].get()) in pipelineLayoutLifetimeTest() 1163 vk.destroyDescriptorPool(device, descriptorPool, DE_NULL); in pipelineLayoutLifetimeTest() 1342 …const auto descriptorPool = descriptorPoolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FRE… in DestroyAfterEndTest() local 1343 …const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetL… in DestroyAfterEndTest()
|
D | vktApiDescriptorSetTests.cpp | 295 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()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 398 …jectLifetimes::PreCallValidateResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallValidateResetDescriptorPool() argument 406 ValidateObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool, false, in PreCallValidateResetDescriptorPool() 409 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallValidateResetDescriptorPool() 420 …ObjectLifetimes::PreCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, in PreCallRecordResetDescriptorPool() argument 425 auto itr = object_map[kVulkanObjectTypeDescriptorPool].find(HandleToUint64(descriptorPool)); in PreCallRecordResetDescriptorPool() 589 …skip |= ValidateObject(device, pAllocateInfo->descriptorPool, kVulkanObjectTypeDescriptorPool, fal… in PreCallValidateAllocateDescriptorSets() 605 AllocateDescriptorSet(device, pAllocateInfo->descriptorPool, pDescriptorSets[i]); in PostCallRecordAllocateDescriptorSets() 650 …bjectLifetimes::PreCallValidateFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, in PreCallValidateFreeDescriptorSets() argument 656 skip |= ValidateObject(device, descriptorPool, kVulkanObjectTypeDescriptorPool, false, in PreCallValidateFreeDescriptorSets() 660 skip |= ValidateDescriptorSet(device, descriptorPool, pDescriptorSets[i]); in PreCallValidateFreeDescriptorSets() [all …]
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyDescriptorPool.java | 58 …descriptorPool = (RubyDescriptorPool) cDescriptorPool.newInstance(runtime.getCurrentContext(), Blo… in createRubyDescriptorPool() 108 return descriptorPool; in generatedPool() 164 private static RubyDescriptorPool descriptorPool; field in RubyDescriptorPool
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMultisampleLoadStoreTests.cpp | 223 …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()
|
D | vktImageCompressionTranscodingSupport.cpp | 514 const VkDescriptorPool& descriptorPool, 611 Move<VkDescriptorPool> descriptorPool; in iterate() local 635 …descriptorPool = 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 …]
|
/external/swiftshader/tests/VulkanUnitTests/ |
D | ComputeTests.cpp | 242 VkDescriptorPool descriptorPool; in test() local 243 VK_ASSERT(device->CreateStorageBufferDescriptorPool(2, &descriptorPool)); in test() 246 VK_ASSERT(device->AllocateDescriptorSet(descriptorPool, descriptorSetLayout, &descriptorSet)); in test() 304 device->DestroyDescriptorPool(descriptorPool); in test()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 221 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 …]
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFromHlslTests.cpp | 143 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 149 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStackTests.cpp | 249 vk::Move<vk::VkDescriptorPool> descriptorPool; in iterate() local 301 …descriptorPool = poolBuilder.build(vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET… in iterate() 302 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in iterate()
|
D | vktProtectedMemWorkgroupStorageTests.cpp | 218 vk::Move<vk::VkDescriptorPool> descriptorPool; in iterate() local 274 …descriptorPool = poolBuilder.build(vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET… in iterate() 275 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in iterate()
|
D | vktProtectedMemImageValidator.cpp | 190 vk::Unique<vk::VkDescriptorPool> descriptorPool(vk::DescriptorPoolBuilder() in validateImage() local 195 …vk::Unique<vk::VkDescriptorSet> descriptorSet (makeDescriptorSet(vk, device, *descriptorPool, *… in validateImage()
|
D | vktProtectedMemShaderImageAccessTests.cpp | 520 vk::Move<vk::VkDescriptorPool> descriptorPool; in executeComputeTest() local 615 …descriptorPool = 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 849 …descriptorPool = poolBuilder.build(vk, device, vk::VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET… in executeFragmentTest() 850 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in executeFragmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryProceduralGeometryTests.cpp | 102 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()
|
D | vktRayQueryMiscTests.cpp | 294 …const auto descriptorPool = poolBuilder.build(vkd, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPT… in iterate() local 295 …const auto descriptorSetPtr = makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLa… in iterate()
|
/external/llvm-project/mlir/tools/mlir-vulkan-runner/ |
D | VulkanRuntime.cpp | 135 vkFreeDescriptorSets(device, descriptorPool, descriptorSets.size(), in destroy() 137 vkDestroyDescriptorPool(device, descriptorPool, nullptr); in destroy() 694 &descriptorPool), in createDescriptorPool() 706 descriptorSetAllocateInfo.descriptorPool = descriptorPool; in allocateDescriptorSets()
|
/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemShaderTimeoutTests.cpp | 200 const Unique<VkDescriptorPool> descriptorPool( in iterate() local 206 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_descriptor_set.c | 533 VkDescriptorPool descriptorPool, in v3dv_ResetDescriptorPool() argument 537 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, descriptorPool); in v3dv_ResetDescriptorPool() 863 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, pAllocateInfo->descriptorPool); in v3dv_AllocateDescriptorSets() 881 v3dv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool, in v3dv_AllocateDescriptorSets() 893 VkDescriptorPool descriptorPool, in v3dv_FreeDescriptorSets() argument 898 V3DV_FROM_HANDLE(v3dv_descriptor_pool, pool, descriptorPool); in v3dv_FreeDescriptorSets()
|
/external/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 28 device.destroyDescriptorPool(descriptorPool); in ~DrawTester() 344 descriptorPool = device.createDescriptorPool(poolInfo); in createCommandBuffers() 348 allocInfo.descriptorPool = descriptorPool; in createCommandBuffers()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 2588 Move <VkDescriptorPool> descriptorPool; in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() local 2658 descriptorPool = poolBuilder.build(vk, device, in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2660 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in makeTessellationEvaluationFrameBufferTestRequiredSubgroupSize() 2829 Move <VkDescriptorPool> descriptorPool; in makeGeometryFrameBufferTestRequiredSubgroupSize() local 2887 descriptorPool = poolBuilder.build(vk, device, in makeGeometryFrameBufferTestRequiredSubgroupSize() 2889 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in makeGeometryFrameBufferTestRequiredSubgroupSize() 3155 Move <VkDescriptorPool> descriptorPool; in allStagesRequiredSubgroupSize() local 3167 …descriptorPool = poolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTOR_SET_BIT, … in allStagesRequiredSubgroupSize() 3170 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in allStagesRequiredSubgroupSize() 3424 Move <VkDescriptorPool> descriptorPool; in makeVertexFrameBufferTestRequiredSubgroupSize() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawExplicitVertexParameterTests.cpp | 332 Move<VkDescriptorPool> descriptorPool; in iterate() local 458 descriptorPool = DescriptorPoolBuilder() in iterate() 462 descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descriptorSetLayout); in iterate()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 631 VkDescriptorPool descriptorPool, in tu_ResetDescriptorPool() argument 635 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool); in tu_ResetDescriptorPool() 656 TU_FROM_HANDLE(tu_descriptor_pool, pool, pAllocateInfo->descriptorPool); in tu_AllocateDescriptorSets() 689 tu_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool, in tu_AllocateDescriptorSets() 700 VkDescriptorPool descriptorPool, in tu_FreeDescriptorSets() argument 705 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool); in tu_FreeDescriptorSets()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingCaptureReplayTests.cpp | 121 VkDescriptorPool descriptorPool; member 382 …0].descriptorSet = makeDescriptorSet(vkd, device, pipelineData.descriptorPool, pipelineData.… in initShaderBindingTables() 412 …[0].descriptorSet = makeDescriptorSet(vkd, device, pipelineData.descriptorPool, pipelineData.… in initShaderBindingTables() 425 …[0].descriptorSet = makeDescriptorSet(vkd, device, pipelineData.descriptorPool, pipelineData.… in initShaderBindingTables() 436 …[1].descriptorSet = makeDescriptorSet(vkd, device, pipelineData.descriptorPool, pipelineData.… in initShaderBindingTables() 449 …[0].descriptorSet = makeDescriptorSet(vkd, device, pipelineData.descriptorPool, pipelineData.… in initShaderBindingTables() 460 …[1].descriptorSet = makeDescriptorSet(vkd, device, pipelineData.descriptorPool, pipelineData.… in initShaderBindingTables() 706 …].descriptorSet = makeDescriptorSet(vkd, device, pipelineData.descriptorPool, pipelineData.… in initShaderBindingTables() 1021 const Move<VkDescriptorPool> descriptorPool = DescriptorPoolBuilder() in runTest() local 1057 pipelineData.descriptorPool = *descriptorPool; in runTest()
|