Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h489 struct si_shader_selector { struct
490 struct util_live_shader base;
491 struct si_screen *screen;
492 struct util_queue_fence ready;
493 struct si_compiler_ctx_state compiler_ctx_state;
494 gl_shader_stage stage;
496 simple_mtx_t mutex;
497 union si_shader_key *keys;
498 unsigned variants_count;
499 unsigned variants_max_count;
[all …]