Home
last modified time | relevance | path

Searched refs:first (Results 4451 - 4475 of 6754) sorted by relevance

1...<<171172173174175176177178179180>>...271

/third_party/mesa3d/src/mesa/main/
H A Dglthread_varray.c476 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 Dudbgutil.cpp710 const std::string ticketid = (*i).first; in print()
721 std::cout << " " << (*ii).first << std::endl; in print()
/third_party/libinput/tools/
H A Dshared.c699 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 Dcommon-operator.h169 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 Dconcurrent-marking.cc71 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__.py230 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 DvktSpvAsmGraphicsShaderTestUtil.hpp172 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 DRenderer9.h138 GLint first,
383 GLint first,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp178 // 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 DMCWin64EH.cpp226 // 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 Dgl4cShaderBallotTests.cpp337 m_specializationMap[mapIter->first] = mapIter->second; in createShaderPrograms()
549 specMap["MASK_VAR"] = maskIter->first; in ShaderBallotBitmasksTestCase()
H A Dgl4cShaderViewportLayerArrayTests.cpp413 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 Dangle_deqp_gtest.cpp174 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 DGeometryShader_test.cpp1384 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 DLLVMReactorDebugInfo.cpp98 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 DjsonToSpirv.cpp401 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 DjsonToSpirv.cpp401 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 Druntime.py168 :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 Dudbgutil.cpp707 const std::string ticketid = (*i).first; in print()
718 std::cout << " " << (*ii).first << std::endl; in print()
/third_party/skia/tests/
H A DBlurTest.cpp297 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 DIceASanInstrumentation.cpp317 --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 DHotColdSplitting.cpp458 // 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 DjsonToSpirv.cpp610 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 DCGSCCPassManager.h592 .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 Dnanobenchmark.cc203 // 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()

Completed in 31 milliseconds

1...<<171172173174175176177178179180>>...271