Home
last modified time | relevance | path

Searched refs:colorTcuFormat (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp891 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 DvktFragmentShadingRateMiscTests.cpp667 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 DvktMeshShaderSmokeTestsEXT.cpp1229 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 DvktMeshShaderQueryTestsEXT.cpp844 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 DvktMeshShaderSmokeTestsEXT.cpp1221 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 DvktMeshShaderQueryTestsEXT.cpp843 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 DvktApiCommandBuffersTests.cpp4624 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 DvktApiCommandBuffersTests.cpp4624 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 DvktMultiViewRenderTests.cpp4348 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()

Completed in 46 milliseconds