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

/xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
H A Dcompute_test.cpp622 static struct clc_libclc *compiler_ctx_g = nullptr; local in function:ComputeTest::SetUp
624 if (!compiler_ctx_g) {
628 compiler_ctx_g = clc_libclc_new_dxil(&logger, &options);
629 if (!compiler_ctx_g)
635 clc_libclc_serialize(compiler_ctx_g, &serialized, &serialized_size);
639 clc_free_libclc(compiler_ctx_g);
640 compiler_ctx_g = nullptr;
642 compiler_ctx_g = clc_libclc_deserialize(serialized, serialized_size);
643 if (!compiler_ctx_g)
649 compiler_ctx = compiler_ctx_g;
[all...]

Completed in 2 milliseconds