Home
last modified time | relevance | path

Searched refs:st_get_nir_compiler_options (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_nir_builtins.c113 st_get_nir_compiler_options(st, stage); in st_nir_make_passthrough_shader()
150 st_get_nir_compiler_options(st, MESA_SHADER_FRAGMENT); in st_nir_make_clearcolor_shader()
H A Dst_pbo.c288 st_get_nir_compiler_options(st, MESA_SHADER_VERTEX); in st_pbo_create_vs()
326 st_get_nir_compiler_options(st, MESA_SHADER_GEOMETRY); in st_pbo_create_gs()
404 st_get_nir_compiler_options(st, MESA_SHADER_FRAGMENT); in create_fs()
H A Dst_program.c415 st_get_nir_compiler_options(st, prog->info.stage); in st_translate_prog_to_nir()
651 is_draw ? &draw_nir_options : st_get_nir_compiler_options(st, prog->info.stage); in get_nir_shader()
899 st_get_nir_compiler_options(st, MESA_SHADER_FRAGMENT); in st_translate_fragment_program()
H A Dst_context.h487 st_get_nir_compiler_options(struct st_context *st, gl_shader_stage stage);
H A Dst_cb_drawpixels.c147 st_get_nir_compiler_options(st, MESA_SHADER_FRAGMENT); in make_drawpix_z_stencil_program_nir()
191 st_get_nir_compiler_options(st, MESA_SHADER_FRAGMENT); in make_drawpix_zs_to_color_program_nir()
H A Dst_context.c1006 st_get_nir_compiler_options(struct st_context *st, gl_shader_stage stage) in st_get_nir_compiler_options() function
H A Dst_draw_hw_select.c610 st_get_nir_compiler_options(st, MESA_SHADER_GEOMETRY); in hw_select_create_gs()
H A Dst_pbo_compute.c633 … const nir_shader_compiler_options *options = st_get_nir_compiler_options(st, MESA_SHADER_COMPUTE); in create_conversion_shader()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dff_fragment_shader.c997 st_get_nir_compiler_options(ctx->st, MESA_SHADER_FRAGMENT); in _mesa_get_fixed_func_fragment_program()
H A Dffvertex_prog.c1387 st_get_nir_compiler_options(ctx->st, MESA_SHADER_VERTEX); in _mesa_get_fixed_func_vertex_program()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D23.2.1.rst1568 - mesa: Simplify st_get_nir_compiler_options().