Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h642 struct iris_compiled_shader { struct
643 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 …]