Searched defs:iris_uncompiled_shader (Results 1 – 1 of 1) sorted by relevance
408 struct iris_uncompiled_shader { struct409 struct pipe_reference ref;416 struct nir_shader *nir;418 struct pipe_stream_output_info stream_output;421 unsigned char nir_sha1[20];423 unsigned program_id;426 unsigned nos;429 bool compiled_once;432 bool uses_atomic_load_store;435 unsigned kernel_input_size;[all …]