Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp194 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate() local
195 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in iterate()
196 …Access(mapVkFormat(colorFormat), resolution.x(), resolution.y(), 1, colorBufferAlloc.getHostPtr()); in iterate()
DvktGeometryInstancedRenderingTests.cpp640 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in test() local
650 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
655 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in test()
656 …esult(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1u, colorBufferAlloc->getHostPtr()… in test()
DvktGeometryLayeredRenderingTests.cpp924 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer (vk, device, allocator, *colorBuffer… in test() local
938 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
1024 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in test()
1026 …if (!verifyResults(context.getTestContext().getLog(), params, colorFormat, colorBufferAlloc->getHo… in test()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp911 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vki, vk, physDevice, device, *colorBuffe… in testWithSizeReduction() local
914 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testWithSizeReduction()
915 …flushMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset(), V… in testWithSizeReduction()
1149 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in testWithSizeReduction()
1154 …ess resultImage (format, checkSize.x(), checkSize.y(), checkDepth, colorBufferAlloc->getHostPtr()… in testWithSizeReduction()
1386 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vki, vk, physDevice, device, *colorBuffe… in testRenderToMipMaps() local
1389 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testRenderToMipMaps()
1390 …flushMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset(), V… in testRenderToMipMaps()
1586 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in testRenderToMipMaps()
1596 …const void* const pLevelData = static_cast<const deUint8*>(colorBufferAlloc->getHostPtr()) + … in testRenderToMipMaps()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1004 MovePtr<Allocation> colorBufferAlloc; member
1229 …m_uCopy.colorBufferAlloc = bindBuffer(m_vk, m_device, m_allocator, *m_uCopy.colorBuffer, Memory… in uploadCopy()
1236 …mat, m_caseDef.size.x(), m_caseDef.size.y(), 1u, (deUint8*) m_uCopy.colorBufferAlloc->getHostPtr()… in uploadCopy()
1245 …flushMappedMemoryRange(m_vk, m_device, m_uCopy.colorBufferAlloc->getMemory(), m_uCopy.colorBufferA… in uploadCopy()
1741 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Memo… in testMutable() local
1742 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testMutable()
1743 …flushMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset(), V… in testMutable()
1751 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in testMutable()
1757 … (tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLayers, colorBufferAlloc->getHostPtr()… in testMutable()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationWindingTests.cpp492 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate() local
493 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in iterate()
495 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in iterate()
DvktTessellationCommonEdgeTests.cpp451 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in test() local
452 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in test()
453 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in test()
DvktTessellationMiscDrawTests.cpp300 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in runTest() local
301 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in runTest()
304 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in runTest()
DvktTessellationPrimitiveDiscardTests.cpp559 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in test() local
560 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in test()
562 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in test()
DvktTessellationShaderInputOutputTests.cpp195 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in runTest() local
196 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in runTest()
199 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in runTest()
DvktTessellationUserDefinedIO.cpp909 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate() local
910 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc.getMemory(), colorBufferAlloc.getOffset()… in iterate()
917 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp732 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in test() local
734 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
750 invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), 0ull, colorBufferSize); in test()
752 …age (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1u, colorBufferAlloc->getHostPtr()… in test()
DvktFragmentOperationsEarlyFragmentTests.cpp662 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Me… in iterate() local
766 …invalidateMappedMemoryRange(vk, device, colorBufferAlloc->getMemory(), colorBufferAlloc->getOffset… in iterate()
768 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc->getHostPtr()… in iterate()