Searched defs:iris_uncompiled_shader (Results 1 – 1 of 1) sorted by relevance
383 struct iris_uncompiled_shader { struct384 struct pipe_reference ref;391 struct nir_shader *nir;393 struct pipe_stream_output_info stream_output;396 unsigned char nir_sha1[20];398 unsigned program_id;401 unsigned nos;404 bool compiled_once;407 bool uses_atomic_load_store;410 unsigned kernel_input_size;[all …]