Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp398 const auto& storageBufferAlloc = storageBuffer.getAllocation(); in iterate() local
400 deMemset(storageBufferAlloc.getHostPtr(), 0, static_cast<size_t>(storageBufferSize)); in iterate()
401 vk::flushAlloc(vkd, device, storageBufferAlloc); in iterate()
619 vk::invalidateAlloc(vkd, device, storageBufferAlloc); in iterate()
620 const auto bufferElements = reinterpret_cast<const deInt32*>(storageBufferAlloc.getHostPtr()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp2436 auto& storageBufferAlloc = storageBuffer.getAllocation(); in iterate() local
2437 auto* storageBufferPtr = storageBufferAlloc.getHostPtr(); in iterate()
2439 flushAlloc(vkd, device, storageBufferAlloc); in iterate()
2617 invalidateAlloc(vkd, device, storageBufferAlloc); in iterate()