Home
last modified time | relevance | path

Searched refs:find (Results 3376 - 3400 of 3495) sorted by relevance

1...<<131132133134135136137138139140

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp349 if (takenLocationIndices.find(locationNdx) == takenLocationIndices.end()) in fillSampleLocationsPacked()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1845 const auto itr = std::find(begin(validSamplerTypes), end(validSamplerTypes), samplerType); in genGatherPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3865 const StageToSpecConstantMap::const_iterator stageIt = instance.specConstants.find(stageInfo->stage); in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp874 if (compareFuncs.find(glu::DataType(type)) != compareFuncs.end()) in generateCompareFuncs()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationTimelineSemaphoreTests.cpp1485 if (used_queues.find(std::make_pair(familyIdx, instanceIdx)) != used_queues.end()) in WaitBeforeSignalTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp2370 else if (recommendedFormat != VK_FORMAT_UNDEFINED && std::find(formats.begin(), formats.end(), recommendedFormat) != formats.end())
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1439 if (m_descriptorCounts.find(type) != m_descriptorCounts.end())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp286 // don't, this at least helps the user find where a global came from. in doInitialization()
3094 gcp_map_type::iterator GCPI = GCMap.find(&S); in GetOrCreateGCPrinter()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp1589 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
1597 const size_t token_position = string.find(token, search_position); in replaceToken()
H A Dgl3cTextureSwizzleTests.cpp2145 * @param search_position Position at which find will start, it is updated to position at which replaced text ends
2154 const size_t token_position = string.find(token, search_position); in replaceToken()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationEGL.cpp2836 // The TODO is to find a proper solution for this, maybe by implementing eglBindTexImage on in ValidateCreatePbufferFromClientBuffer()
4377 if (textureSet.find(texture) != textureSet.end()) in ValidateStreamConsumerGLTextureExternalAttribsNV()
H A DvalidationES2.cpp4775 if (std::find(shaderBinaryFormats.begin(), shaderBinaryFormats.end(), binaryformat) == in ValidateShaderBinary()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp2512 auto iter = mMultiLayerRenderTargets.find(range); in getMultiLayerRenderTarget()
2641 // stageSelfAsSubresourceUpdates and then later on find out the mImageUsageFlags changed and the in syncState()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/python/Modules/
H A D_elementtree.c1206 _elementtree.Element.find
1222 _Py_IDENTIFIER(find); in _elementtree_Element_find_impl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp2223 // Now, find the other bitfield among AVs.
3179 auto F = find(ShufIns, UseI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp192 // A brief explanation of leak checkers. The goal is to find bugs where in CleanupPointerRootUsers()
1987 // Delete any stores we can find to the global. We may not be able to
2208 auto It = std::find(AllCallsCold.begin(), AllCallsCold.end(), CallerFunc);
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc963 auto it = structure_builders_.find(As<sem::Struct>(type)); in EmitTypeConstructor()
/third_party/skia/tools/viewer/
H A DViewer.cpp1169 // Prevent the user from dragging content so far outside the window they can't find it again in setupCurrentSlide()
2693 std::string* asmString = fDisassemblyCache.find(*key); in drawImGui()
/third_party/spirv-tools/source/val/
H A Dvalidate_extensions.cpp1075 if (name.find("NonSemantic.") == 0) { in ValidateExtInstImport()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp2247 if (insertedHashes.find(hash) == insertedHashes.end())
H A Des31fSSBOLayoutCase.cpp911 if (compareFuncs.find(glu::DataType(type)) != compareFuncs.end()) in generateCompareFuncs()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineLibraryTests.cpp1133 if (was.find(uniqueTreeSubsetCode) == was.end()) in iterate()
1427 // find set bits in runNullDescriptorSet()
2465 // find set bits in initPrograms()
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp348 if (takenLocationIndices.find(locationNdx) == takenLocationIndices.end()) in fillSampleLocationsPacked()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp1857 const auto itr = std::find(begin(validSamplerTypes), end(validSamplerTypes), samplerType); in genGatherPrograms()

Completed in 117 milliseconds

1...<<131132133134135136137138139140