Home | History | Annotate | Download | only in tests

Lines Matching refs:baseMipLevel

1909     dsvci.subresourceRange.baseMipLevel = 0;
3266 ivci.subresourceRange.baseMipLevel = 0;
3306 ivci.subresourceRange.baseMipLevel = 0;
4127 isr.baseMipLevel = 0;
4407 isr.baseMipLevel = 0;
4900 image_view_create_info.subresourceRange.baseMipLevel = 0;
5296 image_view_create_info.subresourceRange.baseMipLevel = 0;
6278 image_view_create_info.subresourceRange.baseMipLevel = 0;
7884 img_barrier.subresourceRange.baseMipLevel = 0;
7901 m_errorMonitor->SetDesiredFailureMsg(VK_DEBUG_REPORT_ERROR_BIT_EXT, "Subresource must have the sum of the baseMipLevel");
7902 // baseMipLevel + levelCount must be <= image's mipLevels
7903 img_barrier.subresourceRange.baseMipLevel = 1;
7907 img_barrier.subresourceRange.baseMipLevel = 0;
8031 range.baseMipLevel = 0;
9813 img_barrier.subresourceRange.baseMipLevel = 0;
10647 ivci.subresourceRange.baseMipLevel = 0;
10969 ivci.subresourceRange.baseMipLevel = 0;
13435 m_errorMonitor->SetDesiredFailureMsg(VK_DEBUG_REPORT_ERROR_BIT_EXT, "vkCreateImageView called with baseMipLevel 10 ");
13439 // Create an image and try to create a view with bad baseMipLevel
13470 image_view_create_info.subresourceRange.baseMipLevel = 10; // cause an error
13519 image_view_create_info.subresourceRange.baseMipLevel = 0;
13552 image_view_create_info.subresourceRange.baseMipLevel = 0;
13730 imgViewInfo.subresourceRange.baseMipLevel = 0;
13734 m_errorMonitor->SetDesiredFailureMsg(VK_DEBUG_REPORT_ERROR_BIT_EXT, "vkCreateImageView called with baseMipLevel");
13735 // View can't have baseMipLevel >= image's mipLevels - Expect
13737 imgViewInfo.subresourceRange.baseMipLevel = 1;
13740 imgViewInfo.subresourceRange.baseMipLevel = 0;
13925 img_barrier.subresourceRange.baseMipLevel = 0;
14772 image_view_create_info.subresourceRange.baseMipLevel = 0;
15272 image_view_create_info.subresourceRange.baseMipLevel = 0;
16069 ivci.subresourceRange.baseMipLevel = 0;
16515 imb.subresourceRange.baseMipLevel = 0;
16681 range.baseMipLevel = 0;