Home
last modified time | relevance | path

Searched refs:poolImpl (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp1311 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)pAllocateInfo->descr… in allocateDescriptorSets() local
1317 pDescriptorSets[ndx] = poolImpl->allocate(pAllocateInfo->pSetLayouts[ndx]); in allocateDescriptorSets()
1340 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)descriptorPool.getIn… in freeDescriptorSets() local
1343 poolImpl->free(pDescriptorSets[ndx]); in freeDescriptorSets()
1348 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)descriptorPool.getIn… in resetDescriptorPool() local
1350 poolImpl->reset(); in resetDescriptorPool()
1361 …CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)pAllocateInfo->commandPool… in allocateCommandBuffers() local
1364 pCommandBuffers[ndx] = poolImpl->allocate(pAllocateInfo->level); in allocateCommandBuffers()
1372 CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)commandPool.getInternal()); in freeCommandBuffers() local
1377 poolImpl->free(pCommandBuffers[ndx]); in freeCommandBuffers()