Searched defs:si_shader_selector (Results 1 – 1 of 1) sorted by relevance
311 struct si_shader_selector { struct312 struct pipe_reference reference;313 struct si_screen *screen;314 struct util_queue_fence ready;315 struct si_compiler_ctx_state compiler_ctx_state;317 mtx_t mutex;318 struct si_shader *first_variant; /* immutable after the first variant */319 struct si_shader *last_variant; /* mutable */324 struct si_shader *main_shader_part;325 struct si_shader *main_shader_part_ls; /* as_ls is set in the key */[all …]