Home
last modified time | relevance | path

Searched defs:numWords (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp34 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory()
43 inline static uint64_t* getMemory(unsigned numWords) { in getMemory()
112 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()
406 unsigned numWords = getNumWords(); in operator &=() local
418 unsigned numWords = getNumWords(); in operator |=() local
431 unsigned numWords = getNumWords(); in operator ^=() local
438 unsigned numWords = getNumWords(); in AndSlowCase() local
446 unsigned numWords = getNumWords(); in OrSlowCase() local
454 unsigned numWords = getNumWords(); in XorSlowCase() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp172 const size_t numWords = strLen/4 + 1; // Must always end up with at least one 0 byte in getSearchPath() local
251 void addToSparseIndex (SparseIndexNode* group, const deUint32* words, size_t numWords, deUint32 ind… in addToSparseIndex()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp98 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); in genAllSetToNthBitSampleMask() local
115 const int numWords = getEffectiveSampleMaskWordCount(nthBit); in genSetNthBitSampleMask() local
Des31fMultisampleTests.cpp101 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); in genAllSetToNthBitSampleMask() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp37 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory()
45 inline static uint64_t* getMemory(unsigned numWords) { in getMemory()
113 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()