Searched defs:iris_compiled_shader (Results 1 – 1 of 1) sorted by relevance
652 struct iris_compiled_shader { struct653 struct pipe_reference ref;656 struct list_head link;659 union iris_any_prog_key key;668 struct util_queue_fence ready;671 bool compilation_failed;674 struct iris_state_ref assembly;677 void *map;680 struct brw_stage_prog_data *brw_prog_data;681 struct elk_stage_prog_data *elk_prog_data;[all …]