Searched refs:ray_tracing_props (Results 1 – 4 of 4) sorted by relevance
166 auto ray_tracing_props = lvl_init_struct<VkPhysicalDeviceRayTracingPropertiesNV>(); in PostCallRecordCreateDevice() local167 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()
104 VkPhysicalDeviceRayTracingPropertiesNV ray_tracing_props; member
871 VkPhysicalDeviceRayTracingPropertiesNV ray_tracing_props;
2644 …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()