/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingUnusedAttachmentsTests.cpp | 891 const auto colorTcuFormat = mapVkFormat(kColorFormat); in iterate() local 892 const auto colorPixelSize = tcu::getPixelSize(colorTcuFormat); in iterate() 910 const tcu::ConstPixelBufferAccess layerAccess (colorTcuFormat, fbDim, layerDataPtr); in iterate() 915 tcu::TextureLevel refLevel (colorTcuFormat, fbDim.x(), fbDim.y(), fbDim.z()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateMiscTests.cpp | 667 const auto colorTcuFormat = mapVkFormat(colorFormat); in testNoFrag() local 669 const tcu::ConstPixelBufferAccess colorResultAccess (colorTcuFormat, fbExtent, colorBuffer.getBufferAllocation().getHostPtr()); in testNoFrag()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 1229 const auto colorTcuFormat = mapVkFormat(colorFormat); in iterate() local 1317 tcu::TextureLevel referenceLevel (colorTcuFormat, iExtent.x(), iExtent.y(), iExtent.z()); in iterate() 1446 const auto verificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(colorTcuFormat) * iExtent.x() * iExtent.y() * iExtent.z()); in iterate() 1534 tcu::ConstPixelBufferAccess resultAccess (colorTcuFormat, iExtent, verificationBufferData); in iterate()
|
H A D | vktMeshShaderQueryTestsEXT.cpp | 844 const auto colorTcuFormat = mapVkFormat(colorFormat); in iterate() local 883 const VkDeviceSize verifBufferSize = colorExtent.width * colorExtent.height * viewCount * static_cast<VkDeviceSize>(tcu::getPixelSize(colorTcuFormat)); in iterate() 1154 tcu::ConstPixelBufferAccess verifAccess (colorTcuFormat, colorTcuExtent, verifBufferData); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTestsEXT.cpp | 1221 const auto colorTcuFormat = mapVkFormat(colorFormat); in iterate() local 1309 tcu::TextureLevel referenceLevel (colorTcuFormat, iExtent.x(), iExtent.y(), iExtent.z()); in iterate() 1438 const auto verificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(colorTcuFormat) * iExtent.x() * iExtent.y() * iExtent.z()); in iterate() 1526 tcu::ConstPixelBufferAccess resultAccess (colorTcuFormat, iExtent, verificationBufferData); in iterate()
|
H A D | vktMeshShaderQueryTestsEXT.cpp | 843 const auto colorTcuFormat = mapVkFormat(colorFormat); in iterate() local 882 const VkDeviceSize verifBufferSize = colorExtent.width * colorExtent.height * viewCount * static_cast<VkDeviceSize>(tcu::getPixelSize(colorTcuFormat)); in iterate() 1153 tcu::ConstPixelBufferAccess verifAccess (colorTcuFormat, colorTcuExtent, verifBufferData); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4624 const auto colorTcuFormat = mapVkFormat(colorFormat); in iterate() local 4627 tcu::TextureLevel referenceLevel (colorTcuFormat, iWidth, iHeight); in iterate() 4633 tcu::ConstPixelBufferAccess colorAccess (colorTcuFormat, iWidth, iHeight, 1, colorCheckBufferData); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 4624 const auto colorTcuFormat = mapVkFormat(colorFormat); in iterate() local 4627 tcu::TextureLevel referenceLevel (colorTcuFormat, iWidth, iHeight); in iterate() 4633 tcu::ConstPixelBufferAccess colorAccess (colorTcuFormat, iWidth, iHeight, 1, colorCheckBufferData); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
H A D | vktMultiViewRenderTests.cpp | 4348 const auto colorTcuFormat = mapVkFormat(m_parameters.colorFormat); in iterate() local 4349 const auto colorPixelSize = tcu::getPixelSize(colorTcuFormat); in iterate() 4361 const tcu::ConstPixelBufferAccess layerAccess (colorTcuFormat, m_dim, layerDataPtr); in iterate() 4366 tcu::TextureLevel refLevel (colorTcuFormat, m_dim.x(), m_dim.y(), m_dim.z()); in iterate()
|