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_compute.h38 struct si_compiler_ctx_state compiler_ctx_state; member
Dsi_shader.h315 struct si_compiler_ctx_state compiler_ctx_state; member
581 struct si_compiler_ctx_state compiler_ctx_state; member
Dsi_compute.c91 struct pipe_debug_callback *debug = &program->compiler_ctx_state.debug; in si_create_compute_state_async()
172 program->compiler_ctx_state.debug = sctx->debug; in si_create_compute_state()
173 program->compiler_ctx_state.is_debug_context = sctx->is_debug; in si_create_compute_state()
185 program->compiler_ctx_state.debug = async_debug.base; in si_create_compute_state()
Dsi_state_shaders.c1440 struct pipe_debug_callback *debug = &shader->compiler_ctx_state.debug; in si_build_shader_variant()
1455 tm = shader->compiler_ctx_state.tm; in si_build_shader_variant()
1466 if (shader->compiler_ctx_state.is_debug_context) { in si_build_shader_variant()
1606 shader->compiler_ctx_state = *compiler_state; in si_shader_select_with_key()
1787 struct pipe_debug_callback *debug = &sel->compiler_ctx_state.debug; in si_init_shader_selector_async()
1934 &sel->compiler_ctx_state, &key, in si_init_shader_selector_async()
1988 sel->compiler_ctx_state.debug = sctx->debug; in si_create_shader_selector()
1989 sel->compiler_ctx_state.is_debug_context = sctx->is_debug; in si_create_shader_selector()
2226 sel->compiler_ctx_state.debug = async_debug.base; in si_create_shader_selector()