Home
last modified time | relevance | path

Searched defs:VBR (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitCodes.h102 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h117 VBR = 2, // A VBR field where Val specifies the width of each chunk. enumerator
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c107 VBR = 1, enumerator
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_module.c930 #define VBR(x) { DXIL_OP_VBR, { (x) } } macro