Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp252 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local
253 …invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset()… in iterate()
255 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate()
423 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local
424 …invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset()… in iterate()
426 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate()
596 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local
597 …invalidateMappedMemoryRange(vk, device, bufferAllocation.getMemory(), bufferAllocation.getOffset()… in iterate()
599 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate()
1418 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local
[all …]