Home
last modified time | relevance | path

Searched defs:si_shader_selector (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h539 struct si_shader_selector { struct
540 struct util_live_shader base;
541 struct si_screen *screen;
542 struct util_queue_fence ready;
543 struct si_compiler_ctx_state compiler_ctx_state;
544 gl_shader_stage stage;
546 simple_mtx_t mutex;
547 union si_shader_key *keys;
548 unsigned variants_count;
549 unsigned variants_max_count;
[all …]