Searched refs:bufferAllocation (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 179 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local 180 deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate() 189 flushAlloc(vk, *computeDevice, bufferAllocation); in iterate() 317 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local 318 invalidateAlloc(vk, *computeDevice, bufferAllocation); in iterate() 319 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 263 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local 264 invalidateAlloc(vk, device, bufferAllocation); in iterate() 266 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate() 434 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local 435 invalidateAlloc(vk, device, bufferAllocation); in iterate() 437 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate() 607 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local 608 invalidateAlloc(vk, device, bufferAllocation); in iterate() 610 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in iterate() 1404 const Allocation& bufferAllocation = buffer.getAllocation(); in iterate() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageAtomicOperationTests.cpp | 510 Allocation& bufferAllocation = buffer.getAllocation(); in initDataForImage() local 512 …ss pixelBuffer (format, gridSize.x(), gridSize.y(), gridSize.z(), bufferAllocation.getHostPtr()); in initDataForImage() 537 flushAlloc(deviceInterface, device, bufferAllocation); in initDataForImage()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolStatisticsTests.cpp | 554 const Allocation& bufferAllocation = buffer->getBoundMemory(); in executeTest() local 555 invalidateAlloc(vk, device, bufferAllocation); in executeTest() 590 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in executeTest() 779 const Allocation& bufferAllocation = buffer->getBoundMemory(); in checkResult() local 780 invalidateAlloc(vk, device, bufferAllocation); in checkResult() 781 const deUint32* bufferPtr = static_cast<deUint32*>(bufferAllocation.getHostPtr()); in checkResult()
|