Searched refs:nir_binary (Results 1 – 4 of 4) sorted by relevance
448 void *nir_binary; member
52 if (sel->nir_binary) { in si_get_ir_cache_key()53 ir_binary = sel->nir_binary; in si_get_ir_cache_key()2649 blob_finish_get_buffer(&blob, &sel->nir_binary, &size); in si_init_shader_selector_async()3515 free(sel->nir_binary); in si_destroy_shader_selector()
1340 } else if (sel->nir_binary) { in si_get_nir_shader()1346 blob_reader_init(&blob_reader, sel->nir_binary, sel->nir_size); in si_get_nir_shader()
2189 - radeonsi/nir: fix compute shader crash due to nir_binary == NULL