Home
last modified time | relevance | path

Searched refs:shading_rate_image_props (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp135 … auto shading_rate_image_props = lvl_init_struct<VkPhysicalDeviceShadingRateImagePropertiesNV>(); in PostCallRecordCreateDevice() local
136 auto prop2 = lvl_init_struct<VkPhysicalDeviceProperties2KHR>(&shading_rate_image_props); in PostCallRecordCreateDevice()
138 phys_dev_ext_props.shading_rate_image_props = shading_rate_image_props; in PostCallRecordCreateDevice()
827 …if (order->sampleLocationCount > phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseS… in ValidateCoarseSampleOrderCustomNV()
834 …order->sampleLocationCount, phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseSample… in ValidateCoarseSampleOrderCustomNV()
841 assert(phys_dev_ext_props.shading_rate_image_props.shadingRateMaxCoarseSamples <= 64); in ValidateCoarseSampleOrderCustomNV()
Dstateless_validation.h105 VkPhysicalDeviceShadingRateImagePropertiesNV shading_rate_image_props; member
Dcore_validation.cpp2489 … auto shading_rate_image_props = lvl_init_struct<VkPhysicalDeviceShadingRateImagePropertiesNV>(); in PostCallRecordCreateDevice() local
2490 auto prop2 = lvl_init_struct<VkPhysicalDeviceProperties2KHR>(&shading_rate_image_props); in PostCallRecordCreateDevice()
2492 core_checks->phys_dev_ext_props.shading_rate_image_props = shading_rate_image_props; in PostCallRecordCreateDevice()
6637 device_data->phys_dev_ext_props.shading_rate_image_props.shadingRatePaletteSize) { in PreCallValidateCmdSetViewportShadingRatePaletteNV()
Dcore_validation.h235 VkPhysicalDeviceShadingRateImagePropertiesNV shading_rate_image_props;