Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c122 if (!ctx->SoftFP64 && ((nir->info.bit_sizes_int | nir->info.bit_sizes_float) & 64) && in brw_create_nir()
124 ctx->SoftFP64 = glsl_float64_funcs_to_nir(ctx, options); in brw_create_nir()
127 brw_preprocess_nir(brw->screen->compiler, nir, ctx->SoftFP64); in brw_create_nir()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp373 if (!st->ctx->SoftFP64 && ((nir->info.bit_sizes_int | nir->info.bit_sizes_float) & 64) && in st_nir_preprocess()
375 st->ctx->SoftFP64 = glsl_float64_funcs_to_nir(st->ctx, options); in st_nir_preprocess()
499 st->ctx->SoftFP64, nir->options->lower_doubles_options); in st_glsl_to_nir_post_opts()
/external/mesa3d/src/mesa/main/
Dcontext.c1393 ralloc_free(ctx->SoftFP64); in _mesa_free_context_data()
Dmtypes.h5107 struct nir_shader *SoftFP64; member