/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkBinaryRegistry.cpp | 172 const size_t numWords = strLen/4 + 1; // Must always end up with at least one 0 byte in getSearchPath() local 173 vector<deUint32> words (numWords, 0u); in getSearchPath() 251 void addToSparseIndex (SparseIndexNode* group, const deUint32* words, size_t numWords, deUint32 ind… in addToSparseIndex() argument 265 DE_ASSERT(numWords > 1 || !child); in addToSparseIndex() 270 group->children.push_back(new SparseIndexNode(curWord, numWords == 1 ? index : 0)); in addToSparseIndex() 275 if (numWords > 1) in addToSparseIndex() 276 addToSparseIndex(child, words+1, numWords-1, index); in addToSparseIndex()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() argument 36 uint64_t * result = new uint64_t[numWords]; in getClearedMemory() 38 memset(result, 0, numWords * sizeof(uint64_t)); in getClearedMemory() 44 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() argument 45 uint64_t * result = new uint64_t[numWords]; in getMemory() 113 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() argument 115 initFromArray(makeArrayRef(bigVal, numWords)); in APInt() 405 unsigned numWords = getNumWords(); in operator &=() local 406 for (unsigned i = 0; i < numWords; ++i) in operator &=() 417 unsigned numWords = getNumWords(); in operator |=() local [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() argument 36 uint64_t * result = new uint64_t[numWords]; in getClearedMemory() 38 memset(result, 0, numWords * sizeof(uint64_t)); in getClearedMemory() 44 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() argument 45 uint64_t * result = new uint64_t[numWords]; in getMemory() 113 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() argument 115 initFromArray(makeArrayRef(bigVal, numWords)); in APInt() 421 unsigned numWords = getNumWords(); in operator &=() local 422 for (unsigned i = 0; i < numWords; ++i) in operator &=() 433 unsigned numWords = getNumWords(); in operator |=() local [all …]
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 32 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() argument 33 uint64_t * result = new uint64_t[numWords]; in getClearedMemory() 35 memset(result, 0, numWords * sizeof(uint64_t)); in getClearedMemory() 41 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() argument 42 uint64_t * result = new uint64_t[numWords]; in getMemory() 110 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() argument 112 initFromArray(makeArrayRef(bigVal, numWords)); in APInt() 402 unsigned numWords = getNumWords(); in operator &=() local 403 for (unsigned i = 0; i < numWords; ++i) in operator &=() 414 unsigned numWords = getNumWords(); in operator |=() local [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 98 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); in genAllSetToNthBitSampleMask() local 99 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genAllSetToNthBitSampleMask() 100 std::vector<deUint32> mask (numWords); in genAllSetToNthBitSampleMask() 102 for (int ndx = 0; ndx < numWords - 1; ++ndx) in genAllSetToNthBitSampleMask() 105 mask[numWords - 1] = (deUint32)((1ULL << topWordBits) - (deUint32)1); in genAllSetToNthBitSampleMask() 115 const int numWords = getEffectiveSampleMaskWordCount(nthBit); in genSetNthBitSampleMask() local 116 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genSetNthBitSampleMask() 117 std::vector<deUint32> mask (numWords); in genSetNthBitSampleMask() 119 for (int ndx = 0; ndx < numWords - 1; ++ndx) in genSetNthBitSampleMask() 122 mask[numWords - 1] = (deUint32)(1ULL << topWordBits); in genSetNthBitSampleMask()
|
D | es31fMultisampleTests.cpp | 101 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); in genAllSetToNthBitSampleMask() local 102 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genAllSetToNthBitSampleMask() 103 std::vector<deUint32> mask (numWords); in genAllSetToNthBitSampleMask() 105 for (int ndx = 0; ndx < numWords - 1; ++ndx) in genAllSetToNthBitSampleMask() 108 mask[numWords - 1] = deBitMask32(0, (int)topWordBits); in genAllSetToNthBitSampleMask()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTDecompress.cpp | 495 static unsigned int wrapWordIndex(unsigned int numWords, int word) in wrapWordIndex() argument 497 return ((word + numWords) % numWords); in wrapWordIndex()
|
/external/clang/lib/CodeGen/ |
D | CGObjCMac.cpp | 4853 auto skip = [&](unsigned numWords) { in buildBitmap() argument 4854 assert(numWords > 0); in buildBitmap() 4861 unsigned claimed = std::min(MaxNibble - lastSkip, numWords); in buildBitmap() 4862 numWords -= claimed; in buildBitmap() 4868 while (numWords >= MaxNibble) { in buildBitmap() 4870 numWords -= MaxNibble; in buildBitmap() 4872 if (numWords) { in buildBitmap() 4873 buffer.push_back(numWords << SkipShift); in buildBitmap() 4878 auto scan = [&](unsigned numWords) { in buildBitmap() argument 4879 assert(numWords > 0); in buildBitmap() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 250 APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]);
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 262 APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 266 APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]);
|