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

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c1127 struct si_compiler_ctx_state *compiler_state,
1198 shader->compiler_ctx_state = *compiler_state;
1249 struct si_compiler_ctx_state *compiler_state)
1255 return si_shader_select_with_key(sctx->screen, state, compiler_state,
2384 struct si_compiler_ctx_state compiler_state; local
2390 compiler_state.tm = sctx->tm;
2391 compiler_state.debug = sctx->b.debug;
2392 compiler_state.is_debug_context = sctx->is_debug;
2403 r = si_shader_select(ctx, &sctx->vs_shader, &compiler_state);
2410 &compiler_state);
1125 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
1247 si_shader_select(struct pipe_context *ctx, struct si_shader_ctx_state *state, struct si_compiler_ctx_state *compiler_state) argument
[all...]

Completed in 149 milliseconds