Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp166 auto ray_tracing_props = lvl_init_struct<VkPhysicalDeviceRayTracingPropertiesNV>(); in PostCallRecordCreateDevice() local
167 auto prop2 = lvl_init_struct<VkPhysicalDeviceProperties2KHR>(&ray_tracing_props); in PostCallRecordCreateDevice()
169 phys_dev_ext_props.ray_tracing_props = ray_tracing_props; in PostCallRecordCreateDevice()
3385 if (info.geometryCount > phys_dev_ext_props.ray_tracing_props.maxGeometryCount) { in ValidateAccelerationStructureInfoNV()
3391 if (info.instanceCount > phys_dev_ext_props.ray_tracing_props.maxInstanceCount) { in ValidateAccelerationStructureInfoNV()
3409 if (total_triangle_count > phys_dev_ext_props.ray_tracing_props.maxTriangleCount) { in ValidateAccelerationStructureInfoNV()
Dstateless_validation.h104 VkPhysicalDeviceRayTracingPropertiesNV ray_tracing_props; member
Dcore_validation.h871 VkPhysicalDeviceRayTracingPropertiesNV ray_tracing_props;
Dcore_validation.cpp2644 …GetPhysicalDeviceExtProperties(gpu, dev_ext.vk_nv_ray_tracing, &phys_dev_props->ray_tracing_props); in PostCallRecordCreateDevice()
6995 …if (pInfo != nullptr && pInfo->geometryCount > phys_dev_ext_props.ray_tracing_props.maxGeometryCou… in PreCallValidateCmdBuildAccelerationStructureNV()