Searched refs:blob_finish_get_buffer (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dblob.h121 blob_finish_get_buffer(struct blob *blob, void **buffer, size_t *size);
H A Dblob.c129 blob_finish_get_buffer(struct blob *blob, void **buffer, size_t *size) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/compiler/clc/
H A Dclc.c182 blob_finish_get_buffer(&tmp, serialized, serialized_size);
/xsrc/external/mit/MesaLib/dist/src/microsoft/spirv_to_dxil/
H A Dspirv_to_dxil.c324 blob_finish_get_buffer(&dxil_blob, &out_dxil->binary.buffer,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp208 blob_finish_get_buffer(&tmp, &shader->bytecode, &shader->bytecode_length);
/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dclc_compiler.c1237 blob_finish_get_buffer(&tmp, &out_dxil->binary.data,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_program.c2016 blob_finish_get_buffer(&blob, &stp->serialized_nir, &size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.c2649 blob_finish_get_buffer(&blob, &sel->nir_binary, &size);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst2187 - util: add blob_finish_get_buffer

Completed in 19 milliseconds