Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp879 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)pAllocateInfo->descr… in allocateDescriptorSets() local
885 pDescriptorSets[ndx] = poolImpl->allocate(pAllocateInfo->pSetLayouts[ndx]); in allocateDescriptorSets()
908 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)descriptorPool.getIn… in freeDescriptorSets() local
911 poolImpl->free(pDescriptorSets[ndx]); in freeDescriptorSets()
916 …DescriptorPool* const poolImpl = reinterpret_cast<DescriptorPool*>((deUintptr)descriptorPool.getIn… in resetDescriptorPool() local
918 poolImpl->reset(); in resetDescriptorPool()
929 …CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)pAllocateInfo->commandPool… in allocateCommandBuffers() local
932 pCommandBuffers[ndx] = poolImpl->allocate(pAllocateInfo->level); in allocateCommandBuffers()
940 CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)commandPool.getInternal()); in freeCommandBuffers() local
945 poolImpl->free(pCommandBuffers[ndx]); in freeCommandBuffers()