Home
last modified time | relevance | path

Searched defs:colorBufferFormat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderSmokeTests.cpp424 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
946 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in testFullscreenGradient() local
H A DvktMeshShaderSmokeTestsEXT.cpp508 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
798 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in testFullscreenGradient() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp149 const tcu::TextureFormat &colorBufferFormat) in getPixels()