Home
last modified time | relevance | path

Searched refs:fs_compiler_options (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c501 return &screen->fs_compiler_options; in nv30_screen_get_compiler_options()
659 screen->fs_compiler_options = nv30_base_compiler_options; in nv30_screen_create()
660 screen->fs_compiler_options.lower_fsat = false; in nv30_screen_create()
662 screen->fs_compiler_options.lower_fpow = false; in nv30_screen_create()
H A Dnv30_screen.h42 nir_shader_compiler_options fs_compiler_options; member