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.h462 struct iris_compiled_shader { struct
463 struct pipe_reference ref;
466 struct list_head link;
469 union iris_any_prog_key key;
478 struct util_queue_fence ready;
481 bool compilation_failed;
484 struct iris_state_ref assembly;
487 void *map;
490 struct brw_stage_prog_data *prog_data;
493 enum brw_param_builtin *system_values;
[all …]