Searched refs:radv_enable_rt (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_rt_common.c | 29 radv_enable_rt(const struct radv_physical_device *pdevice, bool rt_pipelines) in radv_enable_rt() function
|
H A D | radv_meta.c | 619 if (radv_enable_rt(device->physical_device, false)) { in radv_device_init_meta()
|
H A D | radv_device.c | 455 .KHR_acceleration_structure = radv_enable_rt(device, false), in radv_physical_device_get_supported_extensions() 491 .KHR_ray_query = radv_enable_rt(device, false), in radv_physical_device_get_supported_extensions() 492 .KHR_ray_tracing_maintenance1 = radv_enable_rt(device, false), in radv_physical_device_get_supported_extensions() 493 .KHR_ray_tracing_pipeline = radv_enable_rt(device, true), in radv_physical_device_get_supported_extensions() 1753 features->rayTracingPipelineTraceRaysIndirect2 = radv_enable_rt(pdevice, true); in radv_GetPhysicalDeviceFeatures2()
|
H A D | radv_private.h | 1872 bool radv_enable_rt(const struct radv_physical_device *pdevice, bool rt_pipelines);
|
Completed in 15 milliseconds