Searched defs:si_shader_selector (Results 1 – 1 of 1) sorted by relevance
393 struct si_shader_selector { struct394 struct util_live_shader base;395 struct si_screen *screen;396 struct util_queue_fence ready;397 struct si_compiler_ctx_state compiler_ctx_state;399 simple_mtx_t mutex;400 struct si_shader *first_variant; /* immutable after the first variant */401 struct si_shader *last_variant; /* mutable */406 struct si_shader *main_shader_part;407 struct si_shader *main_shader_part_ls; /* as_ls is set in the key */[all …]