Home | History | Annotate | Download | only in tests

Lines Matching refs:depth_format

11024     const auto depth_format = FindSupportedDepthStencilFormat(gpu());
11025 if (!depth_format) {
11031 image.Init(32, 32, 1, depth_format, VK_IMAGE_USAGE_TRANSFER_DST_BIT, VK_IMAGE_TILING_OPTIMAL);
11158 auto depth_format = FindSupportedDepthStencilFormat(gpu());
11159 if (!depth_format) {
11168 image_create_info.format = depth_format;
11306 auto depth_format = FindSupportedDepthStencilFormat(gpu());
11307 if (!depth_format) {
11389 ds_image.Init(m_device, 128, 128, depth_format);
11500 img_ds.Init(128, 128, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL);
12559 auto depth_format = FindSupportedDepthStencilFormat(gpu());
12560 if (!depth_format) {
12573 image_ci.format = depth_format;
12608 image_view_ci.format = depth_format;
13697 auto depth_format = FindSupportedDepthStencilFormat(gpu());
13698 if (!depth_format) {
13977 attach_desc.format = depth_format;
18103 auto depth_format = FindSupportedDepthStencilFormat(gpu());
18104 if (!depth_format) {
18110 fpvkGetOriginalPhysicalDeviceFormatPropertiesEXT(gpu(), depth_format, &formatProps);
18112 fpvkSetPhysicalDeviceFormatPropertiesEXT(gpu(), depth_format, formatProps);
18123 imgViewInfo.format = depth_format;
19950 auto depth_format = FindSupportedDepthStencilFormat(gpu());
19951 if (!depth_format) {
19966 dstImage.Init(32, 32, 1, depth_format, VK_IMAGE_USAGE_TRANSFER_DST_BIT, VK_IMAGE_TILING_OPTIMAL);
20525 auto depth_format = FindSupportedDepthStencilFormat(gpu());
20526 if (!depth_format) {
20566 const VkFormat tex_format_bad = depth_format;
21084 auto depth_format = FindSupportedDepthStencilFormat(gpu());
21085 if (!depth_format) {
21111 image.Init(128, 128, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL, 0);
23287 auto depth_format = FindSupportedDepthStencilFormat(gpu());
23288 if (!depth_format) {
23293 vkGetPhysicalDeviceImageFormatProperties(gpu(), depth_format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL,
23300 VkFormat depth_stencil_fmt = depth_format;
23461 auto depth_format = FindSupportedDepthStencilFormat(gpu());
23462 if (!depth_format) {
23489 img_ds1.Init(128, 128, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL);
23493 img_ds2.Init(128, 128, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL);
24821 auto depth_format = FindSupportedDepthStencilFormat(gpu());
24822 if (!depth_format) {
24839 attach_desc.format = depth_format;
24868 auto depth_format = FindSupportedDepthStencilFormat(gpu());
24869 if (!depth_format) {
24874 vkGetPhysicalDeviceImageFormatProperties(gpu(), depth_format, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_OPTIMAL,
24886 depth_format,
24906 image.Init(32, 32, 1, depth_format, VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, VK_IMAGE_TILING_OPTIMAL, 0);
24915 depth_format,
26265 auto depth_format = FindSupportedDepthStencilFormat(gpu());
26266 if (!depth_format) {
26272 image.Init(32, 32, 1, depth_format, VK_IMAGE_USAGE_TRANSFER_DST_BIT, VK_IMAGE_TILING_OPTIMAL);