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