Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h397 struct si_compiler_ctx_state compiler_ctx_state; member
715 struct si_compiler_ctx_state compiler_ctx_state; member
Dsi_compute.c116 struct pipe_debug_callback *debug = &sel->compiler_ctx_state.debug; in si_create_compute_state_async()
251 sel->compiler_ctx_state.debug = sctx->debug; in si_create_compute_state()
252 sel->compiler_ctx_state.is_debug_context = sctx->is_debug; in si_create_compute_state()
255 si_schedule_initial_compile(sctx, MESA_SHADER_COMPUTE, &sel->ready, &sel->compiler_ctx_state, in si_create_compute_state()
Dsi_state_shaders.c2070 struct pipe_debug_callback *debug = &shader->compiler_ctx_state.debug; in si_build_shader_variant()
2084 compiler = shader->compiler_ctx_state.compiler; in si_build_shader_variant()
2096 if (shader->compiler_ctx_state.is_debug_context) { in si_build_shader_variant()
2242 shader->compiler_ctx_state = *compiler_state; in si_shader_select_with_key()
2430 struct pipe_debug_callback *debug = &sel->compiler_ctx_state.debug; in si_init_shader_selector_async()
2566 struct si_compiler_ctx_state *compiler_ctx_state, void *job, in si_schedule_initial_compile() argument
2577 compiler_ctx_state->debug = async_debug.base; in si_schedule_initial_compile()
2637 sel->compiler_ctx_state.debug = sctx->debug; in si_create_shader_selector()
2638 sel->compiler_ctx_state.is_debug_context = sctx->is_debug; in si_create_shader_selector()
2893 si_schedule_initial_compile(sctx, sel->info.stage, &sel->ready, &sel->compiler_ctx_state, in si_create_shader_selector()
Dsi_state.h573 struct si_compiler_ctx_state *compiler_ctx_state, void *job,