Lines Matching refs:depth_format
259 auto depth_format = FindSupportedDepthStencilFormat(gpu()); in TEST_F() local
260 if (!depth_format) { in TEST_F()
277 attach_desc.format = depth_format; in TEST_F()
411 auto depth_format = FindSupportedDepthStencilFormat(gpu()); in TEST_F() local
412 if (!depth_format) { in TEST_F()
417 …vkGetPhysicalDeviceImageFormatProperties(gpu(), depth_format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OP… in TEST_F()
425 VkFormat depth_stencil_fmt = depth_format; in TEST_F()
586 auto depth_format = FindSupportedDepthStencilFormat(gpu()); in TEST_F() local
587 if (!depth_format) { in TEST_F()
592 …vkGetPhysicalDeviceImageFormatProperties(gpu(), depth_format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OP… in TEST_F()
604 depth_format, in TEST_F()
624 …image.Init(32, 32, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_O… in TEST_F()
633 depth_format, in TEST_F()
1924 auto depth_format = FindSupportedDepthStencilFormat(gpu()); in TEST_F() local
1925 if (!depth_format) { in TEST_F()
1952 …image.Init(128, 128, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING… in TEST_F()
3626 auto depth_format = FindSupportedDepthStencilFormat(gpu()); in TEST_F() local
3627 if (!depth_format) { in TEST_F()
3654 …img_ds1.Init(128, 128, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILI… in TEST_F()
3658 …img_ds2.Init(128, 128, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILI… in TEST_F()
6201 auto depth_format = FindSupportedDepthStencilFormat(gpu()); in TEST_F() local
6202 if (!depth_format) { in TEST_F()
6208 image.Init(32, 32, 1, depth_format, VK_IMAGE_USAGE_TRANSFER_DST_BIT, VK_IMAGE_TILING_OPTIMAL); in TEST_F()
8188 auto depth_format = FindSupportedDepthStencilFormat(gpu()); in TEST_F() local
8189 if (!depth_format) { in TEST_F()
8196 depth_format, in TEST_F()
8222 …image.Init(32, 32, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_L… in TEST_F()
8230 depth_format, in TEST_F()