Home | History | Annotate | Download | only in comp

Lines Matching refs:markv

26 #include "source/comp/markv.h"
226 std::vector<uint8_t> markv;
239 spvtools::comp::MarkvDebugConsumer(), &markv)) {
245 if (!WriteFile<uint8_t>(output_filename, "wb", markv.data(), markv.size()))
248 if (!ReadFile<uint8_t>(input_filename, "rb", &markv)) return 1;
249 assert(!markv.empty());
252 ctx.context, markv, options, *model,
295 encoder_debug_consumer, &markv)) {
362 ctx.context, markv, options, *model, DiagnosticsMessageHandler,