Searched refs:bufMem (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringExplicitLodTests.cpp | 320 …de::UniquePtr<Allocation> bufMem(ctx.getDefaultAllocator().allocate(bufMemReq, MemoryRequirement::… in initializeImage() local 321 VK_CHECK(vkd.bindBufferMemory(dev, buf.get(), bufMem->getMemory(), bufMem->getOffset())); in initializeImage() 325 deUint8* const bufMapPtr = reinterpret_cast<deUint8*>(bufMem->getHostPtr()); in initializeImage() 362 flushAlloc(vkd, dev, *bufMem); in initializeImage()
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 288 …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()
|