Searched defs:iris_compiled_shader (Results 1 – 1 of 1) sorted by relevance
647 struct iris_compiled_shader { struct648 struct pipe_reference ref;651 struct list_head link;654 union iris_any_prog_key key;663 struct util_queue_fence ready;666 bool compilation_failed;669 struct iris_state_ref assembly;672 void *map;675 struct brw_stage_prog_data *brw_prog_data;676 struct elk_stage_prog_data *elk_prog_data;[all …]