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.cpp358 …de::UniquePtr<Allocation> bufMem(ctx.getDefaultAllocator().allocate(bufMemReq, MemoryRequirement::… in initializeImage() local
359 VK_CHECK(vkd.bindBufferMemory(dev, buf.get(), bufMem->getMemory(), bufMem->getOffset())); in initializeImage()
367 deUint8* const bufMapPtr = reinterpret_cast<deUint8*>(bufMem->getHostPtr()); in initializeImage()
381 …flushMappedMemoryRange(vkd, dev, bufMem->getMemory(), bufMem->getOffset() + (bufCurPtr - bufMapPtr… 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()