Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h652 struct iris_compiled_shader { struct
653 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 …]