Home
last modified time | relevance | path

Searched refs:SoftFP64 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp358 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()
/third_party/mesa3d/src/mesa/main/
Dcontext.c1183 ralloc_free(ctx->SoftFP64); in _mesa_free_context_data()
Dmtypes.h3469 struct nir_shader *SoftFP64; member