Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp5017 de::MovePtr<Allocation> stencilBufferAllocs[2]; in initDepthStencilImageChessboardPattern() local
5049stencilBufferAllocs[bufferIdx] = allocator.allocate(getBufferMemoryRequirements(vk, device, *stenc… in initDepthStencilImageChessboardPattern()
5050 …rMemory(device, *stencilBuffers[bufferIdx], stencilBufferAllocs[bufferIdx]->getMemory(), stencilBu… in initDepthStencilImageChessboardPattern()
5053 deUint32* stencilPtr = (deUint32*)stencilBufferAllocs[bufferIdx]->getHostPtr(); in initDepthStencilImageChessboardPattern()
5073 flushAlloc(vk, device, *stencilBufferAllocs[bufferIdx]); in initDepthStencilImageChessboardPattern()