/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp | 589 int colorBufferSize) in getReferenceColor() argument 593 memcpy(colorBuffer, m_red_color, colorBufferSize); in getReferenceColor() 597 memcpy(colorBuffer, m_green_color, colorBufferSize); in getReferenceColor() 601 memset(colorBuffer, 0, colorBufferSize); in getReferenceColor() 636 int colorBufferSize) in getReferenceColor() argument 640 memcpy(colorBuffer, m_white_color, colorBufferSize); in getReferenceColor() 644 memset(colorBuffer, 0, colorBufferSize); in getReferenceColor() 748 int colorBufferSize) in getReferenceColor() argument 752 memcpy(colorBuffer, m_white_color, colorBufferSize); in getReferenceColor() 756 memset(colorBuffer, 0, colorBufferSize); in getReferenceColor() [all …]
|
D | esextcGeometryShaderLayeredRenderingBoundaryCondition.hpp | 65 int colorBufferSize = m_texture_components) = 0; 138 void getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize); 190 void getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize); 225 void getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize); 269 …ual void getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderLayerTests.cpp | 889 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(map… in testVertexShader() local 891 …orBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_US… in testVertexShader() 896 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testVertexShader() 920 …rmat(colorFormat), renderSize.x(), renderSize.y(), 1u, resultMem + ((colorBufferSize / params.numL… in testVertexShader() 949 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(map… in testTessellationShader() local 951 …orBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_US… in testTessellationShader() 956 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testTessellationShader() 979 …rmat(colorFormat), renderSize.x(), renderSize.y(), 1u, resultMem + ((colorBufferSize / params.numL… in testTessellationShader()
|
D | vktDrawShaderViewportIndexTests.cpp | 950 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in testVertexFragmentShader() local 952 …orBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_US… in testVertexFragmentShader() 957 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testVertexFragmentShader() 1011 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in testTessellationShader() local 1013 …orBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_US… in testTessellationShader() 1018 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testTessellationShader()
|
D | vktDrawDiscardRectanglesTests.cpp | 507 …const VkDeviceSize colorBufferSize = m_renderSize.x() * m_renderSize.y() * tcu::getPixelSize(… in iterate() local 545 …m_colorBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFE… in iterate() 550 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawShaderLayerTests.cpp | 889 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(map… in testVertexShader() local 891 …orBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_US… in testVertexShader() 896 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testVertexShader() 920 …rmat(colorFormat), renderSize.x(), renderSize.y(), 1u, resultMem + ((colorBufferSize / params.numL… in testVertexShader() 949 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(map… in testTessellationShader() local 951 …orBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_US… in testTessellationShader() 956 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testTessellationShader() 979 …rmat(colorFormat), renderSize.x(), renderSize.y(), 1u, resultMem + ((colorBufferSize / params.numL… in testTessellationShader()
|
D | vktDrawShaderViewportIndexTests.cpp | 950 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in testVertexFragmentShader() local 952 …orBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_US… in testVertexFragmentShader() 957 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testVertexFragmentShader() 1011 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in testTessellationShader() local 1013 …orBuffer = Buffer::createAndAlloc(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_US… in testTessellationShader() 1018 deMemset(alloc.getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testTessellationShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 401 VkDeviceSize colorBufferSize; member 406 , colorBufferSize () in WorkingData() 663 …scriptorBufferInfo bufferInfo = makeDescriptorBufferInfo(*wd.colorBuffer, 0u, wd.colorBufferSize); in drawAndSampleInputAttachment() 1199 …rBufferInfo resultBufferInfo = makeDescriptorBufferInfo(*wd.colorBuffer, 0ull, wd.colorBufferSize); in dispatchSampleImage() 1289 wd.colorBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(mapVkFormat(params.colorFormat)) in test() 1291 wd.colorBuffer = makeBuffer(vk, device, wd.colorBufferSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT); in test() 1294 deMemset(wd.colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(wd.colorBufferSize)); in test() 1321 std::vector<deUint8> fmaskFetchColorBuffer (static_cast<deUint32>(wd.colorBufferSize)); in test() 1322 …chColorBuffer[0], wd.colorBufferAlloc->getHostPtr(), static_cast<std::size_t>(wd.colorBufferSize)); in test() 1325 deMemset(wd.colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(wd.colorBufferSize)); in test()
|
D | vktPipelineStencilExportTests.cpp | 476 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in testStencilExportReplace() local 478 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TR… in testStencilExportReplace() 482 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testStencilExportReplace()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 402 …const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * caseDef.numLayers … in test() local 403 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TR… in test() 810 …const VkDeviceSize colorBufferSize = imageWidth * imageHeight * imageDepth * numSamples * tcu… in testNoAtt() local 811 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_T… in testNoAtt() 1086 …const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * tcu::getPixelSize(… in testMultiAttachments() local 1087 …colorBuffers[renderTargetIdx] = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANS… in testMultiAttachments() 1512 …const VkDeviceSize colorBufferSize = attachmentSize.x() * attachmentSize.y() * attachmentSiz… in testInputResolveSameAttachment() local 1513 …auto colorBuffer = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_… in testInputResolveSameAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 401 VkDeviceSize colorBufferSize; member 406 , colorBufferSize () in WorkingData() 663 …scriptorBufferInfo bufferInfo = makeDescriptorBufferInfo(*wd.colorBuffer, 0u, wd.colorBufferSize); in drawAndSampleInputAttachment() 1199 …rBufferInfo resultBufferInfo = makeDescriptorBufferInfo(*wd.colorBuffer, 0ull, wd.colorBufferSize); in dispatchSampleImage() 1289 wd.colorBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(mapVkFormat(params.colorFormat)) in test() 1291 wd.colorBuffer = makeBuffer(vk, device, wd.colorBufferSize, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT); in test() 1294 deMemset(wd.colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(wd.colorBufferSize)); in test() 1321 std::vector<deUint8> fmaskFetchColorBuffer (static_cast<deUint32>(wd.colorBufferSize)); in test() 1322 …chColorBuffer[0], wd.colorBufferAlloc->getHostPtr(), static_cast<std::size_t>(wd.colorBufferSize)); in test() 1325 deMemset(wd.colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(wd.colorBufferSize)); in test()
|
D | vktPipelineStencilExportTests.cpp | 476 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in testStencilExportReplace() local 478 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TR… in testStencilExportReplace() 482 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testStencilExportReplace()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 402 …const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * caseDef.numLayers … in test() local 403 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TR… in test() 810 …const VkDeviceSize colorBufferSize = imageWidth * imageHeight * imageDepth * numSamples * tcu… in testNoAtt() local 811 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_T… in testNoAtt() 1086 …const VkDeviceSize colorBufferSize = att_size_x * att_size_y * att_size_z * tcu::getPixelSize(… in testMultiAttachments() local 1087 …colorBuffers[renderTargetIdx] = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANS… in testMultiAttachments() 1512 …const VkDeviceSize colorBufferSize = attachmentSize.x() * attachmentSize.y() * attachmentSiz… in testInputResolveSameAttachment() local 1513 …auto colorBuffer = makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_… in testInputResolveSameAttachment()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorTests.cpp | 450 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(map… in test() local 451 …const Unique<VkBuffer> colorBufferFull (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USA… in test() 454 …const Unique<VkBuffer> colorBufferScissored (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_… in test() 457 zeroBuffer(vk, device, *colorBufferFullAlloc, colorBufferSize); in test() 458 zeroBuffer(vk, device, *colorBufferScissoredAlloc, colorBufferSize); in test()
|
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 410 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in test() local 411 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TR… in test() 414 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorTests.cpp | 450 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(map… in test() local 451 …const Unique<VkBuffer> colorBufferFull (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USA… in test() 454 …const Unique<VkBuffer> colorBufferScissored (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_… in test() 457 zeroBuffer(vk, device, *colorBufferFullAlloc, colorBufferSize); in test() 458 zeroBuffer(vk, device, *colorBufferScissoredAlloc, colorBufferSize); in test()
|
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 410 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in test() local 411 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TR… in test() 414 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 1259 …const VkDeviceSize colorBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * tcu::get… in iterate() local 1265 …const Unique<VkBuffer> colorBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAG… in iterate() 1473 …const VkDeviceSize colorBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * tcu::get… in iterate() local 1479 …const Unique<VkBuffer> colorBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAG… in iterate() 1692 …const VkDeviceSize colorBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * tcu::ge… in iterate() local 1702 …const Unique<VkBuffer> colorResolveBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFE… in iterate() 1773 …const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_T… in iterate() 1968 …const VkDeviceSize colorBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * tcu::g… in iterate() local 1978 …const Unique<VkBuffer> colorResolveBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFF… in iterate() 2100 …const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_T… in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 1259 …const VkDeviceSize colorBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * tcu::get… in iterate() local 1265 …const Unique<VkBuffer> colorBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAG… in iterate() 1473 …const VkDeviceSize colorBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * tcu::get… in iterate() local 1479 …const Unique<VkBuffer> colorBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAG… in iterate() 1692 …const VkDeviceSize colorBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * tcu::ge… in iterate() local 1702 …const Unique<VkBuffer> colorResolveBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFE… in iterate() 1773 …const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_T… in iterate() 1968 …const VkDeviceSize colorBufferSize = m_imageExtent2D.width * m_imageExtent2D.height * tcu::g… in iterate() local 1978 …const Unique<VkBuffer> colorResolveBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFF… in iterate() 2100 …const Unique<VkBuffer> imageBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USAGE_T… in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 366 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in test() local 367 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TR… in test() 378 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
|
D | vktGeometryLayeredRenderingTests.cpp | 1236 …const VkDeviceSize colorBufferSize = static_cast<VkDeviceSize>(deAlignSize(params.image.size.… in test() local 1246 …const Unique<VkBuffer> colorBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USA… in test() 1261 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test() 1307 …const VkDeviceSize colorBufferSize = static_cast<VkDeviceSize>( deAlignSize(params.image.size… in testLayeredReadBack() local 1329 …const Unique<VkBuffer> colorBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USA… in testLayeredReadBack() 1506 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in testLayeredReadBack() 1584 …const VkDeviceSize colorBufferSize = static_cast<VkDeviceSize>(deAlignSize(params.image.size.… in testSecondaryCmdBuffer() local 1601 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_T… in testSecondaryCmdBuffer() 1622 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in testSecondaryCmdBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 366 …const VkDeviceSize colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVk… in test() local 367 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TR… in test() 378 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test()
|
D | vktGeometryLayeredRenderingTests.cpp | 1236 …const VkDeviceSize colorBufferSize = static_cast<VkDeviceSize>(deAlignSize(params.image.size.… in test() local 1246 …const Unique<VkBuffer> colorBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USA… in test() 1261 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in test() 1307 …const VkDeviceSize colorBufferSize = static_cast<VkDeviceSize>( deAlignSize(params.image.size… in testLayeredReadBack() local 1329 …const Unique<VkBuffer> colorBuffer (makeBuffer (vk, device, colorBufferSize, VK_BUFFER_USA… in testLayeredReadBack() 1506 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in testLayeredReadBack() 1584 …const VkDeviceSize colorBufferSize = static_cast<VkDeviceSize>(deAlignSize(params.image.size.… in testSecondaryCmdBuffer() local 1601 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_T… in testSecondaryCmdBuffer() 1622 zeroBuffer(vk, device, *colorBufferAlloc, colorBufferSize); in testSecondaryCmdBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 898 VkDeviceSize colorBufferSize; member 1187 m_uCopy.colorBufferSize = layerSize * m_caseDef.numLayers; in uploadCopy() 1188 …m_uCopy.colorBuffer = makeBuffer(m_vk, m_device, m_uCopy.colorBufferSize, VK_BUFFER_USAGE_TRA… in uploadCopy() 1599 …const VkDeviceSize colorBufferSize = caseDef.size.x() * caseDef.size.y() * caseDef.size.z() * c… in testMutable() local 1600 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRA… in testMutable() 1602 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testMutable() 2141 …const VkDeviceSize colorBufferSize = caseDef.size.x() * caseDef.size.y() * caseDef.size.z() * ca… in testSwapchainMutable() local 2142 …const Unique<VkBuffer> colorBuffer(makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSF… in testSwapchainMutable() 2144 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testSwapchainMutable()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMutableTests.cpp | 898 VkDeviceSize colorBufferSize; member 1187 m_uCopy.colorBufferSize = layerSize * m_caseDef.numLayers; in uploadCopy() 1188 …m_uCopy.colorBuffer = makeBuffer(m_vk, m_device, m_uCopy.colorBufferSize, VK_BUFFER_USAGE_TRA… in uploadCopy() 1599 …const VkDeviceSize colorBufferSize = caseDef.size.x() * caseDef.size.y() * caseDef.size.z() * c… in testMutable() local 1600 …const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRA… in testMutable() 1602 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testMutable() 2141 …const VkDeviceSize colorBufferSize = caseDef.size.x() * caseDef.size.y() * caseDef.size.z() * ca… in testSwapchainMutable() local 2142 …const Unique<VkBuffer> colorBuffer(makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSF… in testSwapchainMutable() 2144 deMemset(colorBufferAlloc->getHostPtr(), 0, static_cast<std::size_t>(colorBufferSize)); in testSwapchainMutable()
|