Home
last modified time | relevance | path

Searched refs:blob_finish_get_buffer (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/util/
Dblob.h124 blob_finish_get_buffer(struct blob *blob, void **buffer, size_t *size);
Dblob.c129 blob_finish_get_buffer(struct blob *blob, void **buffer, size_t *size) in blob_finish_get_buffer() function
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.c162 blob_finish_get_buffer(&dxil_blob, &out_dxil->binary.buffer, in spirv_to_dxil()
/third_party/mesa3d/src/compiler/clc/
Dclc.c182 blob_finish_get_buffer(&tmp, serialized, serialized_size); in clc_libclc_serialize()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_meta.c93 blob_finish_get_buffer(&dxil_blob, &data, &size); in dzn_meta_compile_shader()
Ddzn_pipeline.c362 blob_finish_get_buffer(&dxil_blob, (void **)&slot->pShaderBytecode, in dzn_pipeline_compile_shader()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_program.c1312 blob_finish_get_buffer(&blob, &prog->serialized_nir, &size); in st_serialize_nir()
/third_party/mesa3d/src/microsoft/clc/
Dclc_compiler.c1191 blob_finish_get_buffer(&tmp, &out_dxil->binary.data, in clc_spirv_to_dxil()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp222 blob_finish_get_buffer(&tmp, &shader->bytecode, &shader->bytecode_length); in compile_nir()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp2980 blob_finish_get_buffer(&blob, &sel->nir_binary, &size); in si_init_shader_selector_async()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2187 - util: add blob_finish_get_buffer