Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringExplicitLodTests.cpp359 …de::UniquePtr<Allocation> bufMem(ctx.getDefaultAllocator().allocate(bufMemReq, MemoryRequirement::… in initializeImage() local
360 VK_CHECK(vkd.bindBufferMemory(dev, buf.get(), bufMem->getMemory(), bufMem->getOffset())); in initializeImage()
364 deUint8* const bufMapPtr = reinterpret_cast<deUint8*>(bufMem->getHostPtr()); in initializeImage()
401 flushAlloc(vkd, dev, *bufMem); in initializeImage()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp288 …void drawInfo (deUint64 secondsElapsed, int texMem, int maxTexMem, int bufMem, int maxBufM…
303 …eUint64 secondsElapsed, const int texMem, const int maxTexMem, const int bufMem, const int maxBufM… in drawInfo() argument
323 text << std::fixed << std::setprecision(2) << (float)bufMem/Mi << "/" << (float)maxBufMem/Mi; in drawInfo()