Searched defs:iris_compiled_shader (Results 1 – 1 of 1) sorted by relevance
642 struct iris_compiled_shader { struct643 struct pipe_reference ref;646 struct list_head link;649 union iris_any_prog_key key;658 struct util_queue_fence ready;661 bool compilation_failed;664 struct iris_state_ref assembly;667 void *map;670 struct brw_stage_prog_data *brw_prog_data;671 struct elk_stage_prog_data *elk_prog_data;[all …]