Home
last modified time | relevance | path

Searched refs:nir_binary (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.h564 void *nir_binary; member
H A Dsi_state_shaders.cpp127 if (sel->nir_binary) { in si_get_ir_cache_key()
128 ir_binary = sel->nir_binary; in si_get_ir_cache_key()
3286 blob_finish_get_buffer(&blob, &sel->nir_binary, &size); in si_init_shader_selector_async()
4049 free(sel->nir_binary); in si_destroy_shader_selector()
H A Dsi_shader.c1985 blob_reader_init(&blob_reader, sel->nir_binary, sel->nir_size); in si_deserialize_shader()
2259 } else if (sel->nir_binary) { in si_get_nir_shader()
H A Dsi_state.c689 assert(sel->nir_binary); in si_check_blend_dst_sampler_noop()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.0.0.rst2189 - radeonsi/nir: fix compute shader crash due to nir_binary == NULL