Home
last modified time | relevance | path

Searched refs:nir_deserialize (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_serialize.h35 nir_shader *nir_deserialize(void *mem_ctx,
H A Dnir_serialize.c2155 nir_deserialize(void *mem_ctx, in nir_deserialize() function
2230 nir_shader *copy = nir_deserialize(dead_ctx, options, &reader); in nir_shader_serialize_deserialize()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_compute.c68 deserialized = nir_deserialize(NULL, options, &reader); in panfrost_create_compute_state()
/third_party/mesa3d/src/compiler/clc/
H A Dclc.c203 nir_shader *s = nir_deserialize(NULL, NULL, &tmp); in clc_libclc_deserialize()
/third_party/mesa3d/src/compiler/spirv/
H A Dnir_load_libclc.c323 nir_shader *nir = nir_deserialize(NULL, nir_options, &blob); in nir_load_libclc_shader()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dserialize_tests.cpp79 nir_shader *cloned = nir_deserialize(b->shader, &options, &reader); in serialize()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c298 nir = nir_deserialize(NULL, options, &reader); in ir3_shader_compute_state_create()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c463 nir_shader *nir = nir_deserialize(mem_ctx, nir_options, &blob); in vk_pipeline_cache_lookup_nir()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline_cache.c177 nir_shader *nir = nir_deserialize(NULL, nir_options, &blob); in v3dv_pipeline_cache_search_for_nir()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_program.c631 return nir_deserialize(NULL, options, &blob_reader); in get_nir_shader()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_cs.c496 shader->base.ir.nir = nir_deserialize(NULL, pipe->screen->get_compiler_options(pipe->screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE), &reader); in llvmpipe_create_compute_state()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c757 prog->pipe.ir.nir = nir_deserialize(NULL, pipe->screen->get_compiler_options(pipe->screen, PIPE_SHADER_IR_NIR, PIPE_SHADER_COMPUTE), &reader); in nvc0_cp_state_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2505 nir = nir_deserialize(NULL, options, &reader); in iris_create_compute_state()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2613 s = nir_deserialize(NULL, options, &blob_reader); in load_nir_from_disk_cache()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1572 return nir_deserialize(NULL, options, &blob_reader); in si_deserialize_shader()

Completed in 27 milliseconds