Searched defs:iris_compiled_shader (Results 1 – 1 of 1) sorted by relevance
487 struct iris_compiled_shader { struct488 struct pipe_reference ref;491 struct list_head link;494 union iris_any_prog_key key;503 struct util_queue_fence ready;506 bool compilation_failed;509 struct iris_state_ref assembly;512 void *map;515 struct brw_stage_prog_data *prog_data;518 enum brw_param_builtin *system_values;[all …]