Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/src/gpu/
H A DGrTTopoSort.h28 SkASSERT(Traits::GetIndex(graph[i].get()) == (uint32_t) i); in GrTTopoSort_CleanExit()
71 // static uint32_t GetIndex() { ... }
111 for (uint32_t correctIndex = Traits::GetIndex((*graph)[i].get()); in GrTTopoSort()
113 correctIndex = Traits::GetIndex((*graph)[i].get())) { in GrTTopoSort()
H A DGrRenderTask.h229 static uint32_t GetIndex(GrRenderTask* renderTask) {
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector-inl.h180 MaybeObject value = raw_feedback_slots(GetIndex(slot), kRelaxedLoad); in Get()
188 raw_feedback_slots(cage_base, GetIndex(slot), kRelaxedLoad); in Get()
230 set_raw_feedback_slots(GetIndex(slot), value, mode); in Set()
237 set_raw_feedback_slots(GetIndex(slot), maybe_value, mode); in Set()
H A Dmap.h973 static inline int GetIndex(Handle<Map> map);
H A Dfeedback-vector.h246 static int GetIndex(FeedbackSlot slot) { return slot.ToInt(); } in GetIndex() function in v8::internal::FeedbackVector
H A Dmap-inl.h873 int NormalizedMapCache::GetIndex(Handle<Map> map) { in GetIndex() function in v8::internal::NormalizedMapCache
H A Dmap.cc2327 MaybeObject value = WeakFixedArray::Get(GetIndex(fast_map)); in Get()
2344 WeakFixedArray::Set(GetIndex(fast_map), in Set()
H A Dfeedback-vector.cc37 FeedbackVector::GetIndex(slot)); in AddTypeProfileSlot()
/third_party/node/tools/v8_gypfiles/
H A Dextras-libraries.cc22 int NativesCollection<EXTRAS>::GetIndex(const char* name) { in GetIndex() function in v8::internal::NativesCollection
/third_party/node/deps/v8/src/compiler/
H A Dfeedback-source.cc22 return FeedbackVector::GetIndex(slot); in index()
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc781 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
973 { "index", (getter)GetIndex, NULL, "Index"},
1223 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1261 { "index", (getter)GetIndex, NULL, "index"},
1547 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1595 { "index", (getter)GetIndex, NULL, "Index"},
1673 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1715 { "index", (getter)GetIndex, NULL, "Index", NULL},
1796 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1827 { "index", (getter)GetIndex, NUL
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DFormat.h111 size_t GetIndex() const;
H A DFormat.cpp119 size_t Format::GetIndex() const {
/third_party/node/deps/v8/src/heap/cppgc/
H A Dpage-memory.h130 size_t GetIndex(ConstAddress address) const { in GetIndex() function in cppgc::internal::final
250 size_t index = GetIndex(address); in Lookup()
H A Dpage-memory.cc119 const size_t index = GetIndex(writeable_base); in Allocate()
125 const size_t index = GetIndex(writeable_base); in Free()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DDeviceGL.cpp108 ASSERT(format.GetIndex() < mFormatTable.size()); in GetGLFormat()
110 const GLFormat& result = mFormatTable[format.GetIndex()]; in GetGLFormat()
/third_party/skia/samplecode/
H A DSampleFatBits.cpp368 static int GetIndex(Sample::Click* click) { in GetIndex() function in IndexClick
486 int index = IndexClick::GetIndex(click);
/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp319 if (fDWriteFontFace->GetIndex() != SkTo<UINT32>(args.getCollectionIndex())) {
365 *ttcIndex = fDWriteFontFace->GetIndex();
H A DSkRemotableFontMgr_win_dw.cpp119 fontId->fTtcIndex = fontFace->GetIndex(); in FontToIdentity()
H A DSkFontMgr_win_dw.cpp1101 int faceIndex = fontFace->GetIndex(); in onMakeFromStreamArgs()
/third_party/skia/tools/
H A DToolUtils.h195 static uint32_t GetIndex(TopoTestNode* node) { return node->outputPos(); } in GetIndex() function in ToolUtils::TopoTestNode
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp129 TOperator GetIndex(TSymbolTable *symbolTable, in GetIndex() function
892 TOperator op = GetIndex(mSymbolTable, ancestor, &indices, &prependStatements); in transformExpression()
/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h276 ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Data.Data && p < Data.Data + Data.Size); return (ImPoolIdx)(p - Data.Data); } in GetIndex() function
280 void Remove(ImGuiID key, const T* p) { Remove(key, GetIndex(p)); } in Remove()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp342 const int table_idx = g.Tables.GetIndex(table); in BeginTableEx()
1394 outer_window->DC.CurrentTableIdx = g.CurrentTable ? g.Tables.GetIndex(g.CurrentTable) : -1; in EndTable()
3454 int table_idx = g.Tables.GetIndex(table);
3474 g.TablesLastTimeActive[g.Tables.GetIndex(table)] = -1.0f;
H A Dimgui_internal.h624 ImPoolIdx GetIndex(const T* p) const { IM_ASSERT(p >= Buf.Data && p < Buf.Data + Buf.Size); return (ImPoolIdx)(p - Buf.Data); }
629 void Remove(ImGuiID key, const T* p) { Remove(key, GetIndex(p)); }

Completed in 45 milliseconds

12