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 D | st_nir_builtins.c | 113 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 D | st_pbo.c | 288 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 D | st_program.c | 415 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 D | st_context.h | 487 st_get_nir_compiler_options(struct st_context *st, gl_shader_stage stage);
|
H A D | st_cb_drawpixels.c | 147 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 D | st_context.c | 1006 st_get_nir_compiler_options(struct st_context *st, gl_shader_stage stage) in st_get_nir_compiler_options() function
|
H A D | st_draw_hw_select.c | 610 st_get_nir_compiler_options(st, MESA_SHADER_GEOMETRY); in hw_select_create_gs()
|
H A D | st_pbo_compute.c | 633 … 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 D | ff_fragment_shader.c | 997 st_get_nir_compiler_options(ctx->st, MESA_SHADER_FRAGMENT); in _mesa_get_fixed_func_fragment_program()
|
H A D | ffvertex_prog.c | 1387 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 D | 23.2.1.rst | 1568 - mesa: Simplify st_get_nir_compiler_options().
|