Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv.cpp42 const MarkvCodecOptions& options, const MarkvModel& markv_model, in SpirvToMarkv() argument
57 MarkvEncoder encoder(&hijack_context, options, &markv_model); in SpirvToMarkv()
89 const MarkvCodecOptions& options, const MarkvModel& markv_model, in MarkvToSpirv() argument
96 MarkvDecoder decoder(&hijack_context, markv, options, &markv_model); in MarkvToSpirv()
Dmarkv.h58 const MarkvCodecOptions& options, const MarkvModel& markv_model,
67 const MarkvCodecOptions& options, const MarkvModel& markv_model,
Dmarkv_encoder.h79 header_.markv_model = in GetMarkvBinary()
Dmarkv_decoder.cpp373 reader_.ReadUnencoded(&header_.markv_model) && in DecodeModule()
394 const uint32_t model_type = header_.markv_model >> 16; in DecodeModule()
395 const uint32_t model_version = header_.markv_model & 0xFFFF; in DecodeModule()
Dmarkv_codec.h127 uint32_t markv_model = 0; member
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv.cpp42 const MarkvCodecOptions& options, const MarkvModel& markv_model, in SpirvToMarkv() argument
57 MarkvEncoder encoder(&hijack_context, options, &markv_model); in SpirvToMarkv()
89 const MarkvCodecOptions& options, const MarkvModel& markv_model, in MarkvToSpirv() argument
96 MarkvDecoder decoder(&hijack_context, markv, options, &markv_model); in MarkvToSpirv()
Dmarkv.h58 const MarkvCodecOptions& options, const MarkvModel& markv_model,
67 const MarkvCodecOptions& options, const MarkvModel& markv_model,
Dmarkv_encoder.h79 header_.markv_model = in GetMarkvBinary()
Dmarkv_decoder.cpp373 reader_.ReadUnencoded(&header_.markv_model) && in DecodeModule()
394 const uint32_t model_type = header_.markv_model >> 16; in DecodeModule()
395 const uint32_t model_version = header_.markv_model & 0xFFFF; in DecodeModule()
Dmarkv_codec.h127 uint32_t markv_model = 0; member