Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.h117 bool ReadToByteBreak(size_t byte_break_if_less_than);
Dmarkv_encoder.h149 void AddByteBreak(size_t byte_break_if_less_than);
Dmarkv_encoder.cpp343 void MarkvEncoder::AddByteBreak(size_t byte_break_if_less_than) { in AddByteBreak() argument
347 num_bits_to_next_byte > byte_break_if_less_than) in AddByteBreak()
Dmarkv_decoder.cpp353 bool MarkvDecoder::ReadToByteBreak(size_t byte_break_if_less_than) { in ReadToByteBreak() argument
357 num_bits_to_next_byte > byte_break_if_less_than) in ReadToByteBreak()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.h117 bool ReadToByteBreak(size_t byte_break_if_less_than);
Dmarkv_encoder.h149 void AddByteBreak(size_t byte_break_if_less_than);
Dmarkv_encoder.cpp343 void MarkvEncoder::AddByteBreak(size_t byte_break_if_less_than) { in AddByteBreak() argument
347 num_bits_to_next_byte > byte_break_if_less_than) in AddByteBreak()
Dmarkv_decoder.cpp353 bool MarkvDecoder::ReadToByteBreak(size_t byte_break_if_less_than) { in ReadToByteBreak() argument
357 num_bits_to_next_byte > byte_break_if_less_than) in ReadToByteBreak()