Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.h30 class MarkvDecoder : public MarkvCodec {
34 MarkvDecoder(spv_const_context context, const std::vector<uint8_t>& markv, in MarkvDecoder() function
43 ~MarkvDecoder() = default;
81 return std::bind(&MarkvDecoder::ReadBit, this, std::placeholders::_1); in GetReadBitCallback()
Dmarkv_decoder.cpp28 spv_result_t MarkvDecoder::DecodeNonIdWord(uint32_t* word) { in DecodeNonIdWord()
61 spv_result_t MarkvDecoder::DecodeOpcodeAndNumberOfOperands( in DecodeOpcodeAndNumberOfOperands()
101 spv_result_t MarkvDecoder::DecodeMtfRankHuffman(uint64_t mtf, in DecodeMtfRankHuffman()
130 spv_result_t MarkvDecoder::DecodeIdWithDescriptor(uint32_t* id) { in DecodeIdWithDescriptor()
167 spv_result_t MarkvDecoder::DecodeExistingId(uint64_t mtf, uint32_t* id) { in DecodeExistingId()
188 spv_result_t MarkvDecoder::DecodeRefId(uint32_t* id) { in DecodeRefId()
244 spv_result_t MarkvDecoder::DecodeTypeId() { in DecodeTypeId()
273 spv_result_t MarkvDecoder::DecodeResultId() { in DecodeResultId()
322 spv_result_t MarkvDecoder::DecodeLiteralNumber( in DecodeLiteralNumber()
353 bool MarkvDecoder::ReadToByteBreak(size_t byte_break_if_less_than) { in ReadToByteBreak()
[all …]
Dmarkv.cpp49 MarkvDecoder::GetValidatorOptions(options); in SpirvToMarkv()
96 MarkvDecoder decoder(&hijack_context, markv, options, &markv_model); in MarkvToSpirv()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.h30 class MarkvDecoder : public MarkvCodec {
34 MarkvDecoder(spv_const_context context, const std::vector<uint8_t>& markv, in MarkvDecoder() function
43 ~MarkvDecoder() = default;
81 return std::bind(&MarkvDecoder::ReadBit, this, std::placeholders::_1); in GetReadBitCallback()
Dmarkv_decoder.cpp28 spv_result_t MarkvDecoder::DecodeNonIdWord(uint32_t* word) { in DecodeNonIdWord()
61 spv_result_t MarkvDecoder::DecodeOpcodeAndNumberOfOperands( in DecodeOpcodeAndNumberOfOperands()
101 spv_result_t MarkvDecoder::DecodeMtfRankHuffman(uint64_t mtf, in DecodeMtfRankHuffman()
130 spv_result_t MarkvDecoder::DecodeIdWithDescriptor(uint32_t* id) { in DecodeIdWithDescriptor()
167 spv_result_t MarkvDecoder::DecodeExistingId(uint64_t mtf, uint32_t* id) { in DecodeExistingId()
188 spv_result_t MarkvDecoder::DecodeRefId(uint32_t* id) { in DecodeRefId()
244 spv_result_t MarkvDecoder::DecodeTypeId() { in DecodeTypeId()
273 spv_result_t MarkvDecoder::DecodeResultId() { in DecodeResultId()
322 spv_result_t MarkvDecoder::DecodeLiteralNumber( in DecodeLiteralNumber()
353 bool MarkvDecoder::ReadToByteBreak(size_t byte_break_if_less_than) { in ReadToByteBreak()
[all …]
Dmarkv.cpp49 MarkvDecoder::GetValidatorOptions(options); in SpirvToMarkv()
96 MarkvDecoder decoder(&hijack_context, markv, options, &markv_model); in MarkvToSpirv()