Home
last modified time | relevance | path

Searched refs:sizeInBits (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp443 uint32_t sizeInBits = ins->words[ins->operands[1].offset]; in parseLiteralType() local
444 switch (sizeInBits) { in parseLiteralType()
460 uint32_t sizeInBits = ins->words[ins->operands[1].offset]; in parseLiteralType() local
463 switch (sizeInBits) { in parseLiteralType()
480 switch (sizeInBits) { in parseLiteralType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp68 unsigned int sizeInBits; member
202 return semantics.sizeInBits; in semanticsSizeInBits()
206 return Sem.sizeInBits; in getSizeInBits()