Home
last modified time | relevance | path

Searched refs:compiler_state (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c1491 struct si_compiler_ctx_state *compiler_state, in si_check_missing_main_part() argument
1511 if (si_compile_tgsi_shader(sscreen, compiler_state->tm, in si_check_missing_main_part()
1513 &compiler_state->debug) != 0) { in si_check_missing_main_part()
1525 struct si_compiler_ctx_state *compiler_state, in si_shader_select_with_key() argument
1606 shader->compiler_ctx_state = *compiler_state; in si_shader_select_with_key()
1649 compiler_state, &shader1_key); in si_shader_select_with_key()
1653 compiler_state, key); in si_shader_select_with_key()
1732 struct si_compiler_ctx_state *compiler_state) in si_shader_select() argument
1738 return si_shader_select_with_key(sctx->screen, state, compiler_state, in si_shader_select()
3185 struct si_compiler_ctx_state compiler_state; in si_update_shaders() local
[all …]
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_context.h330 struct vc5_compiler_state *compiler_state; member