Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp2825 struct util_debug_callback *debug = &shader->compiler_ctx_state.debug; in si_build_shader_variant()
2839 compiler = &shader->compiler_ctx_state.compiler; in si_build_shader_variant()
2851 if (shader->compiler_ctx_state.is_debug_context) { in si_build_shader_variant()
3064 shader->compiler_ctx_state.compiler = sctx->compiler; in si_shader_select_with_key()
3065 shader->compiler_ctx_state.debug = sctx->debug; in si_shader_select_with_key()
3066 shader->compiler_ctx_state.is_debug_context = sctx->is_debug; in si_shader_select_with_key()
3112 ok = si_check_missing_main_part(sscreen, previous_stage_sel, &shader->compiler_ctx_state, in si_shader_select_with_key()
3118 ok = si_check_missing_main_part(sscreen, sel, &shader->compiler_ctx_state, in si_shader_select_with_key()
3261 struct util_debug_callback *debug = &sel->compiler_ctx_state.debug; in si_init_shader_selector_async()
3403 struct si_compiler_ctx_state *compiler_ctx_state, void *job, in si_schedule_initial_compile() argument
[all …]
H A Dsi_compute.c95 struct util_debug_callback *debug = &sel->compiler_ctx_state.debug; in si_create_compute_state_async()
245 sel->compiler_ctx_state.debug = sctx->debug; in si_create_compute_state()
246 sel->compiler_ctx_state.is_debug_context = sctx->is_debug; in si_create_compute_state()
249 si_schedule_initial_compile(sctx, MESA_SHADER_COMPUTE, &sel->ready, &sel->compiler_ctx_state, in si_create_compute_state()
H A Dsi_shader.h543 struct si_compiler_ctx_state compiler_ctx_state; member
854 struct si_compiler_ctx_state compiler_ctx_state; member
H A Dsi_state.h663 struct si_compiler_ctx_state *compiler_ctx_state, void *job,