Searched refs:m_framebufferFormat (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorUpdateASTests.cpp | 753 VkFormat m_framebufferFormat; member in vkt::BindingModel::__anon5cff99a80111::BindingAcceleratioStructureGraphicsTestInstance 775 , m_framebufferFormat(VK_FORMAT_R8G8B8A8_UNORM) in BindingAcceleratioStructureGraphicsTestInstance() 1236 … makeImageCreateInfo(m_framebufferFormat, m_testParams.width, m_testParams.height, 1u, in initPipeline() 1240 makeImageView(vkd, device, *m_framebufferImage, VK_IMAGE_VIEW_TYPE_2D, m_framebufferFormat, in initPipeline() 1242 m_renderPass = makeRenderPass(vkd, device, m_framebufferFormat); in initPipeline()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 320 VkFormat m_framebufferFormat; member in vkt::RayQuery::__anon85ffabeb0111::GraphicsConfiguration 346 , m_framebufferFormat(VK_FORMAT_R8G8B8A8_UNORM) in GraphicsConfiguration() 852 … makeImageCreateInfo(m_framebufferFormat, testParams.width, testParams.height, 1u, in initConfiguration() 856 makeImageView(vkd, device, *m_framebufferImage, VK_IMAGE_VIEW_TYPE_2D, m_framebufferFormat, in initConfiguration() 858 m_renderPass = makeRenderPass(vkd, device, m_framebufferFormat); in initConfiguration()
|
H A D | vktRayQueryBuiltinTests.cpp | 362 VkFormat m_framebufferFormat; member in vkt::RayQuery::__anon2e6761860111::GraphicsConfiguration 388 , m_framebufferFormat(VK_FORMAT_R8G8B8A8_UNORM) in GraphicsConfiguration() 933 … makeImageCreateInfo(m_framebufferFormat, testParams.width, testParams.height, 1u, in initConfiguration() 937 makeImageView(vkd, device, *m_framebufferImage, VK_IMAGE_VIEW_TYPE_2D, m_framebufferFormat, in initConfiguration() 939 m_renderPass = makeRenderPass(vkd, device, m_framebufferFormat); in initConfiguration()
|