Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderSmokeTests.cpp417 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
936 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in testFullscreenGradient() local
DvktMeshShaderSmokeTestsEXT.cpp523 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
815 const auto colorBufferFormat = VK_FORMAT_R8G8B8A8_UNORM; in testFullscreenGradient() local
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp150 …onst glu::RenderContext& renderCtx, const IVec2& size, const tcu::TextureFormat& colorBufferFormat) in getPixels()