Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp1687 const Allocation& buffer1Allocation = buffer1.getAllocation(); in iterate() local
1688 …invalidateMappedMemoryRange(vk, device, buffer1Allocation.getMemory(), buffer1Allocation.getOffset… in iterate()
1689 const deUint32* buffer1Ptr = static_cast<deUint32*>(buffer1Allocation.getHostPtr()); in iterate()