Home
last modified time | relevance | path

Searched defs:write_bit (Results 1 - 6 of 6) sorted by relevance

/third_party/backends/backend/genesys/
H A Dimage_pixel.cpp106 static inline void write_bit(std::uint8_t* data, std::size_t x, unsigned value) in write_bit() function
[all...]
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_mpeg4.c129 write_bit(struct bit_stream *writer, unsigned int bit) in write_bit() function
[all...]
/third_party/glslang/SPIRV/
H A Dhex_float.h905 uint_type write_bit = (number & 0x8) ? 0x1 : 0x0; in operator >>() local
933 uint_type write_bit = (number & 0x8) ? 0x01 : 0x00; in operator >>() local
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h988 uint_type write_bit = (number & 0x8) ? 0x1 : 0x0; in operator >>() local
1019 uint_type write_bit = (number & 0x8) ? 0x01 : 0x00; in operator >>() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h988 uint_type write_bit = (number & 0x8) ? 0x1 : 0x0; in operator >>() local
1019 uint_type write_bit = (number & 0x8) ? 0x01 : 0x00; in operator >>() local
/third_party/spirv-tools/source/util/
H A Dhex_float.h1037 uint_type write_bit = (number & 0x8) ? 0x1 : 0x0; in operator >>() local
1075 uint_type write_bit = (number & 0x8) ? 0x01 : 0x00; in operator >>() local

Completed in 10 milliseconds