Searched refs:SoftFP64 (Results 1 – 3 of 3) sorted by relevance
358 if (!st->ctx->SoftFP64 && ((nir->info.bit_sizes_int | nir->info.bit_sizes_float) & 64) && in st_nir_preprocess()366 st->ctx->SoftFP64 = glsl_float64_funcs_to_nir(st->ctx, options); in st_nir_preprocess()536 st->ctx->SoftFP64, nir->options->lower_doubles_options); in st_glsl_to_nir_post_opts()
1183 ralloc_free(ctx->SoftFP64); in _mesa_free_context_data()
3469 struct nir_shader *SoftFP64; member