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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp916 spv_context spvContext = spvContextCreate(target_env); local in function:clover::spirv::print_module
917 if (!spvContext)
921 spvBinaryToText(spvContext,
925 spvContextDestroy(spvContext);

Completed in 3 milliseconds