Home
last modified time | relevance | path

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

1234

/external/deqp/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.cpp77 const Unique<VkDescriptorPool> descriptorPool( in resetDescriptorPoolTest() local
125 *descriptorPool, // descriptorPool in resetDescriptorPoolTest()
136 VK_CHECK(vkd.resetDescriptorPool(device, *descriptorPool, 0)); in resetDescriptorPoolTest()
204 …const Unique<VkDescriptorPool> descriptorPool(createDescriptorPool(vkd, device, &descriptorPool… in outOfPoolMemoryTest() local
233 *descriptorPool, // VkDescriptorPool descriptorPool; in outOfPoolMemoryTest()
/external/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
/external/mesa3d/src/intel/vulkan/
Danv_descriptor_set.c373 VkDescriptorPool descriptorPool, in anv_ResetDescriptorPool() argument
377 ANV_FROM_HANDLE(anv_descriptor_pool, pool, descriptorPool); in anv_ResetDescriptorPool()
522 ANV_FROM_HANDLE(anv_descriptor_pool, pool, pAllocateInfo->descriptorPool); in anv_AllocateDescriptorSets()
540 anv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool, in anv_AllocateDescriptorSets()
548 VkDescriptorPool descriptorPool, in anv_FreeDescriptorSets() argument
553 ANV_FROM_HANDLE(anv_descriptor_pool, pool, descriptorPool); in anv_FreeDescriptorSets()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp210 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
215 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
381 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
386 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
554 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
559 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
742 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
748 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
952 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
958 …const Unique<VkDescriptorSet> descriptorSet(makeDescriptorSet(vk, device, *descriptorPool, *descri… in iterate()
[all …]
DvktComputeTestsUtil.cpp205 const VkDescriptorPool descriptorPool, in makeDescriptorSet() argument
212 descriptorPool, // VkDescriptorPool descriptorPool; in makeDescriptorSet()
DvktComputeTestsUtil.hpp113 const vk::VkDescriptorPool descriptorPool,
/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c488 VkDescriptorPool descriptorPool, in radv_ResetDescriptorPool() argument
492 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool); in radv_ResetDescriptorPool()
517 RADV_FROM_HANDLE(radv_descriptor_pool, pool, pAllocateInfo->descriptorPool); in radv_AllocateDescriptorSets()
536 radv_FreeDescriptorSets(_device, pAllocateInfo->descriptorPool, in radv_AllocateDescriptorSets()
543 VkDescriptorPool descriptorPool, in radv_FreeDescriptorSets() argument
548 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool); in radv_FreeDescriptorSets()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMultisampleLoadStoreTests.cpp224 …onst VkDevice device, const CaseDef& caseDef, const VkDescriptorPool descriptorPool, const VkDescr… in insertDescriptorSets() argument
231 …(*pOutDescriptorSets)[layerNdx] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, de… in insertDescriptorSets()
237 …(*pOutDescriptorSets)[0] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, descripto… in insertDescriptorSets()
304 Unique<VkDescriptorPool> descriptorPool(DescriptorPoolBuilder() in test() local
314 …insertDescriptorSets(vk, device, caseDef, *descriptorPool, *descriptorSetLayout, &allDescriptorSet… in test()
DvktImageCompressionTranscodingSupport.cpp404 const VkDescriptorPool& descriptorPool,
500 Move<VkDescriptorPool> descriptorPool; in iterate() local
524descriptorPool = descriptorPoolBuilder.build(vk, device, VK_DESCRIPTOR_POOL_CREATE_FREE_DESCRIPTO… in iterate()
525 executeShader(*cmdBuffer, *descriptorSetLayout, *descriptorPool, imageData); in iterate()
618 const VkDescriptorPool& descriptorPool, in executeShader() argument
666 …descriptorSets[ndx] = makeVkSharedPtr(makeDescriptorSet(vk, device, descriptorPool, descriptorSetL… in executeShader()
968 Move<VkDescriptorPool> descriptorPool = DescriptorPoolBuilder() in decompressImage() local
975 …Move<VkDescriptorSet> descriptorSet = makeDescriptorSet(vk, device, *descriptorPool, *descript… in decompressImage()
1178 const VkDescriptorPool& descriptorPool,
1190 const VkDescriptorPool& descriptorPool, in executeShader() argument
[all …]
DvktImageMutableTests.cpp1025 Move<VkDescriptorPool> descriptorPool; member
1038 Move<VkDescriptorPool> descriptorPool; member
1055 Move<VkDescriptorPool> descriptorPool; member
1173 m_uStore.descriptorPool = DescriptorPoolBuilder() in uploadStore()
1182 …m_uStore.descriptorSet = makeDescriptorSet(m_vk, m_device, *m_uStore.descriptorPool, *m_uStore.d… in uploadStore()
1429 m_dTex.descriptorPool = DescriptorPoolBuilder() in downloadTexture()
1440 …m_dTex.descriptorSet = makeDescriptorSet(m_vk, m_device, *m_dTex.descriptorPool, *m_dTex.descri… in downloadTexture()
1509 m_dLoad.descriptorPool = DescriptorPoolBuilder() in downloadLoad()
1519 …m_dLoad.descriptorSet = makeDescriptorSet(m_vk, m_device, *m_dLoad.descriptorPool, *m_dLoad.des… in downloadLoad()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp100 const VkDescriptorPool descriptorPool, in makeDescriptorSet() argument
107 descriptorPool, // VkDescriptorPool descriptorPool; in makeDescriptorSet()
DvktFragmentOperationsMakeUtil.hpp39 …Interface& vk, const vk::VkDevice device, const vk::VkDescriptorPool descriptorPool, const vk::VkD…
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp126 const VkDescriptorPool descriptorPool, in makeDescriptorSet() argument
133 descriptorPool, // VkDescriptorPool descriptorPool; in makeDescriptorSet()
DvktPipelineMakeUtil.hpp81 …Interface& vk, const vk::VkDevice device, const vk::VkDescriptorPool descriptorPool, const vk::VkD…
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.hpp168 vk::Move<vk::VkDescriptorPool> descriptorPool; member in vkt::sparse::SparseShaderIntrinsicsInstanceBase
DvktSparseResourcesBufferSparseResidency.cpp279 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
284 …rSet> descriptorSet(makeDescriptorSet(deviceInterface, getDevice(), *descriptorPool, *descriptorSe… in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp285 const Unique<VkDescriptorPool> descriptorPool( in iterate() local
290 …rSet> descriptorSet(makeDescriptorSet(deviceInterface, getDevice(), *descriptorPool, *descriptorSe… in iterate()
DvktSparseResourcesShaderIntrinsicsStorage.cpp386descriptorPool = descriptorPoolBuilder.build(deviceInterface, getDevice(), VK_DESCRIPTOR_POOL_CREA… in recordCommands()
459 …] = makeVkSharedPtr(makeDescriptorSet(deviceInterface, getDevice(), *descriptorPool, *descriptorSe… in recordCommands()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1002 …olImpl = reinterpret_cast<DescriptorPool*>((deUintptr)pAllocateInfo->descriptorPool.getInternal()); in allocateDescriptorSets()
1029 VKAPI_ATTR void VKAPI_CALL freeDescriptorSets (VkDevice, VkDescriptorPool descriptorPool, deUint32 … in freeDescriptorSets() argument
1031 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)descriptorPool.getIn… in freeDescriptorSets()
1037 VKAPI_ATTR VkResult VKAPI_CALL resetDescriptorPool (VkDevice, VkDescriptorPool descriptorPool, VkDe… in resetDescriptorPool() argument
1039 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)descriptorPool.getIn… in resetDescriptorPool()
DvkRefUtil.cpp66 …eck<VkDescriptorSet>(object), Deleter<VkDescriptorSet>(vk, device, pAllocateInfo->descriptorPool)); in allocateDescriptorSet()
DvkDeviceDriverImpl.inl295 void DeviceDriver::destroyDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, const V… argument
297 m_vk.destroyDescriptorPool(device, descriptorPool, pAllocator);
300 VkResult DeviceDriver::resetDescriptorPool (VkDevice device, VkDescriptorPool descriptorPool, VkDes… argument
302 return m_vk.resetDescriptorPool(device, descriptorPool, flags);
310 VkResult DeviceDriver::freeDescriptorSets (VkDevice device, VkDescriptorPool descriptorPool, deUint… argument
312 return m_vk.freeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp729 Move<VkDescriptorPool> descriptorPool; in iterate() local
738 descriptorPool = DescriptorPoolBuilder() in iterate()
747 *descriptorPool, in iterate()
897 Move<VkDescriptorPool> descriptorPool; in iterate() local
906 descriptorPool = DescriptorPoolBuilder() in iterate()
915 *descriptorPool, in iterate()
1288 Move<VkDescriptorPool> descriptorPool; in iterate() local
1363 descriptorPool = DescriptorPoolBuilder() in iterate()
1371 *descriptorPool, in iterate()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp422 const VkDescriptorPool descriptorPool, in makeDescriptorSet() argument
429 descriptorPool, // VkDescriptorPool descriptorPool; in makeDescriptorSet()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp400 Unique<VkDescriptorPool> descriptorPool (createDescriptorPool(vkdi, device, descriptorTypes)); in iterate() local
401 …Unique<VkDescriptorSet> descriptorSet (createDescriptorSet(vkdi, device, *descriptorPool, *des… in iterate()

1234