| /third_party/mesa3d/src/mesa/main/ |
| H A D | glthread_varray.c | 476 GLuint first, GLsizei count, in _mesa_glthread_DSAVertexBuffers() 489 bind_vertex_buffer(glthread, vao, first + i, buffers[i], offsets[i], in _mesa_glthread_DSAVertexBuffers() 475 _mesa_glthread_DSAVertexBuffers(struct gl_context *ctx, GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) _mesa_glthread_DSAVertexBuffers() argument
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 710 const std::string ticketid = (*i).first; in print() 721 std::cout << " " << (*ii).first << std::endl; in print()
|
| /third_party/libinput/tools/ |
| H A D | shared.c | 699 unsigned int type = t->tuples[i].first; in sprintf_event_codes() 726 unsigned int prop = t->tuples[i].first; in sprintf_input_props()
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | common-operator.h | 169 uint32_t object_id() const { return first; } in object_id() 181 uint32_t object_id() const { return first; } in object_id()
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | concurrent-marking.cc | 71 ObjectSlot slot(int i) const { return snapshot_[i].first; } in slot() 659 MemoryChunk* memory_chunk = pair.first; in FlushMemoryChunkData()
|
| /third_party/python/Lib/msilib/ |
| H A D | __init__.py | 230 through start_component, or implicitly when files are added for the first 453 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): 457 add_data(db, "Dialog", [(name, x,y,w,h,attr,title,first,default,cancel)])
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmGraphicsShaderTestUtil.hpp | 172 return inputs.front().first; in getInputType() 178 return outputs.front().first; in getOutputType() 378 // This has two shaders of each stage. The first
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | Renderer9.h | 138 GLint first, 383 GLint first,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | CriticalAntiDepBreaker.cpp | 178 // The first R6 kill is not really a kill since it's killed by a predicated in PrescanInstruction() 509 // because at each anti-dependence, B is the first register that in BreakAntiDependencies() 648 // TODO: Instead of picking the first free register, consider which might in BreakAntiDependencies() 654 if (unsigned NewReg = findSuitableFreeRegister(Range.first, Range.second, in BreakAntiDependencies() 666 Q = Range.first, QE = Range.second; Q != QE; ++Q) { in BreakAntiDependencies()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 226 // Emit the unwind info structs first. in Emit() 552 MCSymbol *EpilogStart = I.first; in ARM64EmitUnwindInfo() 605 MCSymbol *EpilogStart = I.first; in ARM64EmitUnwindInfo() 658 // Emit the unwind info structs first. in Emit()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderBallotTests.cpp | 337 m_specializationMap[mapIter->first] = mapIter->second; in createShaderPrograms() 549 specMap["MASK_VAR"] = maskIter->first; in ShaderBallotBitmasksTestCase()
|
| H A D | gl4cShaderViewportLayerArrayTests.cpp | 413 gl.readPixels((glw::GLint)expectedPixels[i].first.x(), (glw::GLint)expectedPixels[i].first.y(), 1, 1, in iterate()
|
| /third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
| H A D | angle_deqp_gtest.cpp | 174 if (arg == displayAPI.first) in FindAPIInfo() 195 // the initialization is called outside of tests the first time. 553 const char *targetApi = gInitAPI ? gInitAPI->first : GetDefaultAPIName();
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | GeometryShader_test.cpp | 1384 GetGeometryShaderLayout("in", primitiveAndArraySize.first, -1, -1); in TEST_F() 1410 GetGeometryShaderLayout("in", primitiveAndArraySize.first, -1, -1); in TEST_F()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | LLVMReactorDebugInfo.cpp | 98 diBuilder->createFile(dirAndFile.second, dirAndFile.first), in DebugInfo() 477 auto file = diBuilder->createFile(dirAndName.second, dirAndName.first); in getOrCreateFile()
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 401 result.first = enumerant["value"].asUInt(); in jsonToSpirv() 407 result.first = bit - 1; // This is the *shift* amount. in jsonToSpirv()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 401 result.first = enumerant["value"].asUInt(); in jsonToSpirv() 407 result.first = bit - 1; // This is the *shift* amount. in jsonToSpirv()
|
| /third_party/skia/third_party/externals/jinja2/ |
| H A D | runtime.py | 168 :func:`contextfunction`\\s get the active context passed as first argument 263 provided but inject the active context or environment as first 462 def first(self): member in LoopContext 463 """Whether this is the first iteration of the loop.""" 491 first iteration. 493 if self.first: 527 (including when called for the first time).
|
| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 707 const std::string ticketid = (*i).first; in print() 718 std::cout << " " << (*ii).first << std::endl; in print()
|
| /third_party/skia/tests/ |
| H A D | BlurTest.cpp | 297 static bool match(int* first, int* second, int count, int tol) { in match() argument 300 delta = first[i] - second[i]; in match()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceASanInstrumentation.cpp | 317 --Val.first; in instrumentFuncStart() 318 if (Val.first > 0) in instrumentFuncStart()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 458 // first have predecessors within the extraction region. in create() 512 // Ensure that the first extracted block is the suggested entry point. in takeSingleEntrySubRegion() 518 BasicBlock *BB = Block.first; in takeSingleEntrySubRegion() 551 // the first region to contain a block. in outlineColdRegions() 606 return !ColdBlocks.insert(Block.first).second; in outlineColdRegions()
|
| /third_party/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 610 result.first = enumerant["value"].asUInt(); in jsonToSpirv() 616 result.first = bit - 1; // This is the *shift* amount. in jsonToSpirv()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | CGSCCPassManager.h | 592 .first->second; in run() 672 auto CountIt = CallCounts.find(Pair.first); in run() 773 // we only push the first one onto the worklist. The worklist allows us in run()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| H A D | nanobenchmark.cc | 203 // the first LFENCE already delayed subsequent loads before the measured 350 [value](const Unique u) { return u.first == value; }); in CountingSort() 358 // Sort in ascending order of value (pair.first). in CountingSort() 364 std::fill(p, p + value_count.second, value_count.first); in CountingSort()
|