Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp922 std::ostringstream spv_stream; in llvm_mod_to_spirv() local
923 if (!::llvm::writeSpirv(mod.get(), spirv_opts, spv_stream, log)) { in llvm_mod_to_spirv()
929 const std::string spv_out = spv_stream.str(); in llvm_mod_to_spirv()