Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp932 const Allocation& inputBufferAllocation = inputBuffer.getAllocation(); in iterate() local
933 deUint32* bufferPtr = static_cast<deUint32*>(inputBufferAllocation.getHostPtr()); in iterate()
937 …flushMappedMemoryRange(vk, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOff… in iterate()
1219 const Allocation& inputBufferAllocation = inputBuffer.getAllocation(); in iterate() local
1220 tcu::UVec4* bufferPtr = static_cast<tcu::UVec4*>(inputBufferAllocation.getHostPtr()); in iterate()
1224 …flushMappedMemoryRange(vk, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOff… in iterate()
2022 const Allocation& inputBufferAllocation = inputBuffer.getAllocation(); in iterate() local
2023 deUint32* bufferPtr = static_cast<deUint32*>(inputBufferAllocation.getHostPtr()); in iterate()
2027 …flushMappedMemoryRange(vk, device, inputBufferAllocation.getMemory(), inputBufferAllocation.getOff… in iterate()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp486 Allocation& inputBufferAllocation = inputBuffer.getAllocation(); in iterate() local
492 …utPixelBuffer(m_format, gridSize.x(), gridSize.y(), gridSize.z(), inputBufferAllocation.getHostPtr… in iterate()
501 …flushMappedMemoryRange(deviceInterface, device, inputBufferAllocation.getMemory(), inputBufferAllo… in iterate()