Searched defs:iris_uncompiled_shader (Results 1 – 1 of 1) sorted by relevance
363 struct iris_uncompiled_shader { struct364 struct nir_shader *nir;366 struct pipe_stream_output_info stream_output;369 unsigned char nir_sha1[20];371 unsigned program_id;374 unsigned nos;377 bool compiled_once;380 bool use_alt_mode;382 bool needs_edge_flag;385 bool uses_atomic_load_store;[all …]