Searched refs:inputBufferAllocation (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageAtomicOperationTests.cpp486 Allocation& inputBufferAllocation = inputBuffer.getAllocation(); local
492 tcu::PixelBufferAccess inputPixelBuffer(m_format, gridSize.x(), gridSize.y(), gridSize.z(), inputBufferAllocation.getHostPtr());
501 flushMappedMemoryRange(deviceInterface, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOffset(), imageSizeInBytes);
/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeBasicComputeShaderTests.cpp932 const Allocation& inputBufferAllocation = inputBuffer.getAllocation();
933 deUint32* bufferPtr = static_cast<deUint32*>(inputBufferAllocation.getHostPtr());
937 flushMappedMemoryRange(vk, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOffset(), bufferSizeBytes);
1219 const Allocation& inputBufferAllocation = inputBuffer.getAllocation();
1220 tcu::UVec4* bufferPtr = static_cast<tcu::UVec4*>(inputBufferAllocation.getHostPtr());
1224 flushMappedMemoryRange(vk, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOffset(), bufferSizeBytes);
2022 const Allocation& inputBufferAllocation = inputBuffer.getAllocation();
2023 deUint32* bufferPtr = static_cast<deUint32*>(inputBufferAllocation
[all...]

Completed in 3089 milliseconds