Searched defs:colorAttachmentFormat (Results 1 – 7 of 7) sorted by relevance
272 const VkFormat colorAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local
350 VkFormat colorAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in makeGraphicsPipeline() local
330 VkFormat colorAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in makeGraphicsPipeline() local
347 VkFormat colorAttachmentFormat = VK_FORMAT_R8G8B8A8_UNORM; in makeGraphicsPipeline() local
600 const VkFormat colorAttachmentFormat, in createRenderPass()
865 const vk::VkFormat colorAttachmentFormat) in createRenderPass()
712 const auto colorAttachmentFormat = getColorAttachmentFormat(m_params.textureFormat); in iterate() local