Searched defs:is_khr_maintenance1 (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp3277 bool is_khr_maintenance1 = GetDeviceExtensions(device_data)->vk_khr_maintenance1; local
3280 bool is_3D_to_2D_map = is_khr_maintenance1 && is_image_slicable && is_imageview_2d_type;
3289 is_khr_maintenance1 ? (is_3D_to_2D_map ? VALIDATION_ERROR_0ac00b98 : VALIDATION_ERROR_0ac00b94) : VALIDATION_ERROR_0ac00b90;
3291 is_khr_maintenance1 ? (is_3D_to_2D_map ? VALIDATION_ERROR_0ac00b9a : VALIDATION_ERROR_0ac00b96) : VALIDATION_ERROR_0ac00b92;

Completed in 148 milliseconds