Searched refs:compiler_state (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c1743 struct si_compiler_ctx_state *compiler_state,
1764 if (si_compile_tgsi_shader(sscreen, compiler_state->compiler,
1765 main_part, &compiler_state->debug) != 0) {
1777 struct si_compiler_ctx_state *compiler_state,
1858 shader->compiler_ctx_state = *compiler_state;
1901 compiler_state, &shader1_key);
1905 compiler_state, key);
1988 struct si_compiler_ctx_state *compiler_state)
1994 return si_shader_select_with_key(sctx->screen, state, compiler_state,
3336 struct si_compiler_ctx_state compiler_state; local in function:si_update_shaders
1741 si_check_missing_main_part(struct si_screen * sscreen,struct si_shader_selector * sel,struct si_compiler_ctx_state * compiler_state,struct si_shader_key * key) argument
1775 si_shader_select_with_key(struct si_screen * sscreen,struct si_shader_ctx_state * state,struct si_compiler_ctx_state * compiler_state,struct si_shader_key * key,int thread_index) argument
1986 si_shader_select(struct pipe_context * ctx,struct si_shader_ctx_state * state,struct si_compiler_ctx_state * compiler_state) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_context.h423 struct v3d_compiler_state *compiler_state; member in struct:v3d_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_context.h508 struct v3d_compiler_state *compiler_state; member in struct:v3d_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c2254 struct si_compiler_ctx_state *compiler_state,
2276 if (!si_compile_shader(sscreen, compiler_state->compiler, main_part,
2277 &compiler_state->debug)) {
2253 si_check_missing_main_part(struct si_screen * sscreen,struct si_shader_selector * sel,struct si_compiler_ctx_state * compiler_state,const struct si_shader_key * key) argument

Completed in 20 milliseconds