Searched refs:outputImageAllocation (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 1084 MovePtr<Allocation> outputImageAllocation; in iterate() local 1116 …outputImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *outputImage), M… in iterate() 1117 …vk.bindImageMemory(device, *outputImage, outputImageAllocation->getMemory(), outputImageAllocation… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 1889 de::MovePtr<Allocation> outputImageAllocation; in iterateInternal() local 1934 …outputImageAllocation = m_context.getDefaultAllocator().allocate(getImageMemoryRequirements(vkd, d… in iterateInternal() 1935 …CHECK(vkd.bindImageMemory(device, *outputImage, outputImageAllocation->getMemory(), outputImageAll… in iterateInternal()
|