Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp400 MovePtr<Allocation> colorBufferAlloc; member
957 …invalidateMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->get… in drawAndSampleInputAttachment()
1246 …invalidateMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->get… in dispatchSampleImage()
1292 …wd.colorBufferAlloc = bindBuffer(vk, device, *allocator, *wd.colorBuffer, MemoryRequirement::HostV… in test()
1294 deMemset(wd.colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(wd.colorBufferSize)); in test()
1295 …flushMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->getOffse… in test()
1322 …deMemcpy(&fmaskFetchColorBuffer[0], wd.colorBufferAlloc->getHostPtr(), static_cast<std::size_t>(wd… in test()
1325 deMemset(wd.colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(wd.colorBufferSize)); in test()
1326 …flushMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->getOffse… in test()
1334 const void* const expectedResult = wd.colorBufferAlloc->getHostPtr(); in test()
DvktPipelineStencilExportTests.cpp479 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in testStencilExportReplace() local
482 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testStencilExportReplace()
483 flushAlloc(vk, device, *colorBufferAlloc); in testStencilExportReplace()
574 invalidateAlloc(vk, device, *colorBufferAlloc); in testStencilExportReplace()
575 …Image(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1u, colorBufferAlloc->getHostPtr()… in testStencilExportReplace()
DvktPipelineRenderToImageTests.cpp879 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vki, vk, physDevice, device, *colorBuffe… in testWithSizeReduction() local
882 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testWithSizeReduction()
883 flushAlloc(vk, device, *colorBufferAlloc); in testWithSizeReduction()
1108 invalidateAlloc(vk, device, *colorBufferAlloc); in testWithSizeReduction()
1113 …ess resultImage (format, checkSize.x(), checkSize.y(), checkDepth, colorBufferAlloc->getHostPtr()… in testWithSizeReduction()
1333 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vki, vk, physDevice, device, *colorBuffe… in testRenderToMipMaps() local
1336 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testRenderToMipMaps()
1337 flushAlloc(vk, device, *colorBufferAlloc); in testRenderToMipMaps()
1533 invalidateAlloc(vk, device, *colorBufferAlloc); in testRenderToMipMaps()
1543 …const void* const pLevelData = static_cast<const deUint8*>(colorBufferAlloc->getHostPtr()) + … in testRenderToMipMaps()
DvktPipelineMultisampleResolveRenderAreaTests.cpp270 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBufferResu… in iterate() local
373 invalidateAlloc(vk, device, *colorBufferAlloc); in iterate()
377 …at(m_colorFormat), m_framebufferSize.x(), m_framebufferSize.y(), 1, colorBufferAlloc->getHostPtr()… in iterate()
DvktPipelineFramebufferAttachmentTests.cpp404 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in test() local
648 invalidateAlloc(vk, device, *colorBufferAlloc); in test()
653 …mat, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth, colorBufferAlloc->getHostPtr()… in test()
812 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Me… in testNoAtt() local
939 invalidateAlloc(vk, device, *colorBufferAlloc); in testNoAtt()
943 …erAccess resultImage (format, imageWidth, imageHeight, imageDepth, colorBufferAlloc->getHostPtr()… in testNoAtt()
1514 …MovePtr<Allocation> colorBufferAlloc = bindBuffer(vk, device, allocator, *colorBuffer, Memory… in testInputResolveSameAttachment() local
1697 invalidateAlloc(vk, device, *colorBufferAlloc); in testInputResolveSameAttachment()
1712 …format, attachmentSize.x(), attachmentSize.y(), attachmentSize.z(), colorBufferAlloc->getHostPtr()… in testInputResolveSameAttachment()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleShaderFragmentMaskTests.cpp400 MovePtr<Allocation> colorBufferAlloc; member
957 …invalidateMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->get… in drawAndSampleInputAttachment()
1246 …invalidateMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->get… in dispatchSampleImage()
1292 …wd.colorBufferAlloc = bindBuffer(vk, device, *allocator, *wd.colorBuffer, MemoryRequirement::HostV… in test()
1294 deMemset(wd.colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(wd.colorBufferSize)); in test()
1295 …flushMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->getOffse… in test()
1322 …deMemcpy(&fmaskFetchColorBuffer[0], wd.colorBufferAlloc->getHostPtr(), static_cast<std::size_t>(wd… in test()
1325 deMemset(wd.colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(wd.colorBufferSize)); in test()
1326 …flushMappedMemoryRange(vk, device, wd.colorBufferAlloc->getMemory(), wd.colorBufferAlloc->getOffse… in test()
1334 const void* const expectedResult = wd.colorBufferAlloc->getHostPtr(); in test()
DvktPipelineStencilExportTests.cpp479 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in testStencilExportReplace() local
482 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testStencilExportReplace()
483 flushAlloc(vk, device, *colorBufferAlloc); in testStencilExportReplace()
574 invalidateAlloc(vk, device, *colorBufferAlloc); in testStencilExportReplace()
575 …Image(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1u, colorBufferAlloc->getHostPtr()… in testStencilExportReplace()
DvktPipelineRenderToImageTests.cpp879 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vki, vk, physDevice, device, *colorBuffe… in testWithSizeReduction() local
882 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testWithSizeReduction()
883 flushAlloc(vk, device, *colorBufferAlloc); in testWithSizeReduction()
1108 invalidateAlloc(vk, device, *colorBufferAlloc); in testWithSizeReduction()
1113 …ess resultImage (format, checkSize.x(), checkSize.y(), checkDepth, colorBufferAlloc->getHostPtr()… in testWithSizeReduction()
1333 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vki, vk, physDevice, device, *colorBuffe… in testRenderToMipMaps() local
1336 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testRenderToMipMaps()
1337 flushAlloc(vk, device, *colorBufferAlloc); in testRenderToMipMaps()
1533 invalidateAlloc(vk, device, *colorBufferAlloc); in testRenderToMipMaps()
1543 …const void* const pLevelData = static_cast<const deUint8*>(colorBufferAlloc->getHostPtr()) + … in testRenderToMipMaps()
DvktPipelineMultisampleResolveRenderAreaTests.cpp270 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBufferResu… in iterate() local
373 invalidateAlloc(vk, device, *colorBufferAlloc); in iterate()
377 …at(m_colorFormat), m_framebufferSize.x(), m_framebufferSize.y(), 1, colorBufferAlloc->getHostPtr()… in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
DvktGeometryBasicClass.cpp180 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate() local
181 invalidateAlloc(vk, device, colorBufferAlloc); in iterate()
182 …Access(mapVkFormat(colorFormat), resolution.x(), resolution.y(), 1, colorBufferAlloc.getHostPtr()); in iterate()
DvktGeometryInstancedRenderingTests.cpp368 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in test() local
378 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
383 invalidateAlloc(vk, device, *colorBufferAlloc); in test()
384 …esult(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1u, colorBufferAlloc->getHostPtr()… in test()
DvktGeometryLayeredRenderingTests.cpp1247 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer (vk, device, allocator, *colorBuffer… in test() local
1261 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
1277 invalidateAlloc(vk, device, *colorBufferAlloc); in test()
1279 …if (!verifyResults(context.getTestContext().getLog(), params, colorFormat, colorBufferAlloc->getHo… in test()
1330 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer (vk, device, allocator, *colorBuffer… in testLayeredReadBack() local
1413 … fillBuffer(vk, device, *colorBufferAlloc, bufferOffset, bufferSliceSize, colorFormat, clearColor); in testLayeredReadBack()
1506 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in testLayeredReadBack()
1546 invalidateAlloc(vk, device, *colorBufferAlloc); in testLayeredReadBack()
1550 …if (!verifyResults(context.getTestContext().getLog(), params, colorFormat, colorBufferAlloc->getHo… in testLayeredReadBack()
1602 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Me… in testSecondaryCmdBuffer() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp180 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate() local
181 invalidateAlloc(vk, device, colorBufferAlloc); in iterate()
182 …Access(mapVkFormat(colorFormat), resolution.x(), resolution.y(), 1, colorBufferAlloc.getHostPtr()); in iterate()
DvktGeometryInstancedRenderingTests.cpp368 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in test() local
378 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
383 invalidateAlloc(vk, device, *colorBufferAlloc); in test()
384 …esult(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1u, colorBufferAlloc->getHostPtr()… in test()
DvktGeometryLayeredRenderingTests.cpp1247 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer (vk, device, allocator, *colorBuffer… in test() local
1261 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
1277 invalidateAlloc(vk, device, *colorBufferAlloc); in test()
1279 …if (!verifyResults(context.getTestContext().getLog(), params, colorFormat, colorBufferAlloc->getHo… in test()
1330 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer (vk, device, allocator, *colorBuffer… in testLayeredReadBack() local
1413 … fillBuffer(vk, device, *colorBufferAlloc, bufferOffset, bufferSliceSize, colorFormat, clearColor); in testLayeredReadBack()
1506 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in testLayeredReadBack()
1546 invalidateAlloc(vk, device, *colorBufferAlloc); in testLayeredReadBack()
1550 …if (!verifyResults(context.getTestContext().getLog(), params, colorFormat, colorBufferAlloc->getHo… in testLayeredReadBack()
1602 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Me… in testSecondaryCmdBuffer() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp412 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in test() local
414 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
430 invalidateAlloc(vk, device, *colorBufferAlloc); in test()
432 …age (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1u, colorBufferAlloc->getHostPtr()… in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp412 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Mem… in test() local
414 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
430 invalidateAlloc(vk, device, *colorBufferAlloc); in test()
432 …age (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1u, colorBufferAlloc->getHostPtr()… in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageMutableTests.cpp899 MovePtr<Allocation> colorBufferAlloc; member
1189 …m_uCopy.colorBufferAlloc = bindBuffer(m_vk, m_device, m_allocator, *m_uCopy.colorBuffer, Memory… in uploadCopy()
1196 …mat, m_caseDef.size.x(), m_caseDef.size.y(), 1u, (deUint8*) m_uCopy.colorBufferAlloc->getHostPtr()… in uploadCopy()
1210 flushAlloc(m_vk, m_device, *(m_uCopy.colorBufferAlloc)); in uploadCopy()
1601 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Memo… in testMutable() local
1602 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testMutable()
1603 flushAlloc(vk, device, *colorBufferAlloc); in testMutable()
1611 invalidateAlloc(vk, device, *colorBufferAlloc); in testMutable()
1617 … (tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLayers, colorBufferAlloc->getHostPtr()… in testMutable()
2143 …const UniquePtr<Allocation> colorBufferAlloc(bindBuffer(vk, device, allocator, *colorBuffer, Memor… in testSwapchainMutable() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp899 MovePtr<Allocation> colorBufferAlloc; member
1189 …m_uCopy.colorBufferAlloc = bindBuffer(m_vk, m_device, m_allocator, *m_uCopy.colorBuffer, Memory… in uploadCopy()
1196 …mat, m_caseDef.size.x(), m_caseDef.size.y(), 1u, (deUint8*) m_uCopy.colorBufferAlloc->getHostPtr()… in uploadCopy()
1210 flushAlloc(m_vk, m_device, *(m_uCopy.colorBufferAlloc)); in uploadCopy()
1601 …const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, Memo… in testMutable() local
1602 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testMutable()
1603 flushAlloc(vk, device, *colorBufferAlloc); in testMutable()
1611 invalidateAlloc(vk, device, *colorBufferAlloc); in testMutable()
1617 … (tcuFormat, caseDef.size.x(), caseDef.size.y(), caseDef.numLayers, colorBufferAlloc->getHostPtr()… in testMutable()
2143 …const UniquePtr<Allocation> colorBufferAlloc(bindBuffer(vk, device, allocator, *colorBuffer, Memor… in testSwapchainMutable() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp434 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in test() local
436 invalidateAlloc(vk, device, colorBufferAlloc); in test()
438 …ccess (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in test()
DvktTessellationMiscDrawTests.cpp284 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in runTest() local
286 invalidateAlloc(vk, device, colorBufferAlloc); in runTest()
289 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in runTest()
DvktTessellationWindingTests.cpp546 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate() local
548 invalidateAlloc(vk, device, colorBufferAlloc); in iterate()
550 …ccess (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationCommonEdgeTests.cpp434 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in test() local
436 invalidateAlloc(vk, device, colorBufferAlloc); in test()
438 …ccess (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in test()
DvktTessellationMiscDrawTests.cpp284 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in runTest() local
286 invalidateAlloc(vk, device, colorBufferAlloc); in runTest()
289 …Access(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in runTest()
DvktTessellationWindingTests.cpp546 const Allocation& colorBufferAlloc = colorBuffer.getAllocation(); in iterate() local
548 invalidateAlloc(vk, device, colorBufferAlloc); in iterate()
550 …ccess (mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, colorBufferAlloc.getHostPtr()); in iterate()

12