Lines Matching refs:use_llvm
137 if (pdevice->use_llvm && in radv_device_get_cache_uuid()
324 if (!pdevice->use_llvm) { in radv_get_compiler_string()
390 return pdevice->use_ngg && !pdevice->use_llvm && pdevice->rad_info.gfx_level >= GFX10_3 && in radv_taskmesh_enabled()
489 .KHR_pipeline_library = !device->use_llvm, in radv_physical_device_get_supported_extensions()
576 .EXT_shader_atomic_float2 = !device->use_llvm || LLVM_VERSION_MAJOR >= 14, in radv_physical_device_get_supported_extensions()
591 .EXT_vertex_input_dynamic_state = !device->use_llvm, in radv_physical_device_get_supported_extensions()
770 device->use_llvm = instance->debug_flags & RADV_DEBUG_LLVM; in radv_physical_device_try_create()
772 if (device->use_llvm) { in radv_physical_device_try_create()
2138 p->shaderDenormPreserveFloat32 = !pdevice->use_llvm; in radv_get_physical_device_properties_1_2()
2140 p->shaderRoundingModeRTZFloat32 = !pdevice->use_llvm; in radv_get_physical_device_properties_1_2()
2144 pdevice->rad_info.has_packed_math_16bit && !pdevice->use_llvm; in radv_get_physical_device_properties_1_2()
2147 p->shaderRoundingModeRTZFloat16 = pdevice->rad_info.has_packed_math_16bit && !pdevice->use_llvm; in radv_get_physical_device_properties_1_2()
2150 p->shaderDenormFlushToZeroFloat64 = pdevice->rad_info.gfx_level >= GFX8 && !pdevice->use_llvm; in radv_get_physical_device_properties_1_2()
2153 p->shaderRoundingModeRTZFloat64 = pdevice->rad_info.gfx_level >= GFX8 && !pdevice->use_llvm; in radv_get_physical_device_properties_1_2()