/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSampleLocationsUtil.cpp | 85 takenLocationIndices.insert(locationNdx); in fillSampleLocationsRandom()
|
H A D | vktPipelineUniqueRandomIterator.hpp | 76 uniqueIndices.insert(rnd.getUint32() % numValues); in UniqueRandomIterator()
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | bit_vector.cpp | 58 this->bits_.insert(this->bits_.end(), other_it, other.bits_.end()); in Or()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | strip_debug_info_test.cpp | 73 text.insert(text.begin() + 4, more_text.cbegin(), more_text.cend()); in TEST_F()
|
/third_party/skia/src/gpu/ |
H A D | GrClientMappedBufferManager.h | 23 * Buffers are first registered using insert() before being passed the client. process() should be 30 * Set fInboxID to inboxID(). fBuffer must have been previously passed to insert(). 68 void insert(sk_sp<GrGpuBuffer> b);
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | dominator_analysis.cpp | 30 while (block && seen.insert(block).second) { in CommonDominator()
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity_finder.cpp | 37 merge_block_ids.insert(merge_block_id); in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | dominator_analysis.cpp | 30 while (block && seen.insert(block).second) { in CommonDominator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | structured_loop_to_selection_reduction_opportunity_finder.cpp | 37 merge_block_ids.insert(merge_block_id); in GetAvailableOpportunities()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | bit_vector.cpp | 58 this->bits_.insert(this->bits_.end(), other_it, other.bits_.end()); in Or()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | strip_debug_info_test.cpp | 73 text.insert(text.begin() + 4, more_text.cbegin(), more_text.cend()); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | OpenGLFunctions.cpp | 40 mSupportedGLExtensionsSet.insert(extensionName); in InitializeSupportedGLExtensions()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
H A D | ChainUtils.cpp | 41 allSTypes.insert(chain->sType); in ValidateSTypes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | DebugStringTableSubsection.h | 64 // If string S does not exist in the string table, insert it. 66 uint32_t insert(StringRef S);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | PDBStringTableBuilder.h | 46 // If string S does not exist in the string table, insert it. 48 uint32_t insert(StringRef S);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | FileCollector.h | 52 return Seen.insert(Path).second; in markAsSeen()
|
H A D | SymbolRemappingReader.h | 112 Key insert(StringRef FunctionName) { in insert() function in llvm::SymbolRemappingReader 121 /// returned by \c insert may be returned instead.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | MemDerefPrinter.cpp | 61 DerefAndAligned.insert(PO); in runOnFunction()
|
H A D | OrderedInstructions.cpp | 24 OBB = OBBMap.insert({IBB, std::make_unique<OrderedBasicBlock>(IBB)}).first; in localDominates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineFunction.cpp | 47 auto Entry = LocalMemoryObjects.insert(std::make_pair(&GV, 0)); in allocateLDSGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyArgumentMove.cpp | 91 EntryMBB.insert(InsertPt, MI.removeFromParent()); in runOnMachineFunction()
|
/third_party/skia/tools/ |
H A D | UrlDataManager.cpp | 47 imageMap.insert({images[i].get(), i}); in indexImages()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | UniqueVector.h | 38 /// insert - Append entry to the vector if it doesn't already exist. Returns 40 unsigned insert(const T &Entry) { in insert() function in llvm::UniqueVector
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | sysinfo_test.cc | 87 tids.insert(id); in TEST()
|
/third_party/skia/experimental/graphite/src/ |
H A D | UniformCache.cpp | 44 fUniformDataHash.insert(ud); in findOrCreate()
|