Searched defs:si_shader_selector (Results 1 – 1 of 1) sorted by relevance
426 struct si_shader_selector { struct427 struct util_live_shader base;428 struct si_screen *screen;429 struct util_queue_fence ready;430 struct si_compiler_ctx_state compiler_ctx_state;432 simple_mtx_t mutex;433 struct si_shader *first_variant; /* immutable after the first variant */434 struct si_shader *last_variant; /* mutable */439 struct si_shader *main_shader_part;440 struct si_shader *main_shader_part_ls; /* as_ls is set in the key */[all …]