Home
last modified time | relevance | path

Searched refs:SetIndex (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.h34 using SetIndex = uint16_t; variable
55 SetIndex mMaxSets;
60 std::vector<SetIndex> freeSetIndices;
68 SetIndex setIndex;
DDescriptorSetAllocator.cpp94 SetIndex setIndex = pool->freeSetIndices.back(); in Allocate()
174 std::vector<SetIndex> freeSetIndices; in AllocateDescriptorPool()
177 for (SetIndex i = 0; i < mMaxSets; ++i) { in AllocateDescriptorPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp135 StratifiedIndex SetIndex) { in FunctionInfo() argument
140 auto Itr = InterfaceMap.find(SetIndex); in FunctionInfo()
148 auto &Link = Sets.getLink(SetIndex); in FunctionInfo()
149 InterfaceMap.insert(std::make_pair(SetIndex, CurrValue)); in FunctionInfo()
159 SetIndex = Link.Below; in FunctionInfo()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Deliminate_redundant_output.cc45 void SetIndex(const AnfNodePtr &getitem_node, size_t index) { in SetIndex() function
141 SetIndex(getitem_list[i], index_map_[i]); in Run()
222 SetIndex(getitem, index); in UpdateGetitemIndex()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc154 static void SetIndex(Hashtable* hashtable, HpackEncoderSlotHash hash_index, in SetIndex() function
189 SetIndex(hashtable, id, value, new_index); in ReplaceOlderIndex()
203 SetIndex(hashtable, cuckoo_first, value, new_index); in UpdateAddOrEvict()
214 SetIndex(hashtable, cuckoo_second, value, new_index); in UpdateAddOrEvict()
221 SetIndex(hashtable, cuckoo_first, value, new_index); in UpdateAddOrEvict()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcell.h126 void SetIndex(int32_t index) { index_ = index; } in SetIndex() function
/third_party/mindspore/include/api/
Dcell.h127 void SetIndex(int32_t index) { index_ = index; } in SetIndex() function
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_header.h100 void SetIndex(Index index) { index_ = std::make_shared<Index>(index); } in SetIndex() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8632.h195 void SetIndex(GPRRegister Index, ScaleFactor Scale, int32_t Disp, in SetIndex() function
DIceAssemblerX8664.h203 void SetIndex(GPRRegister Index, ScaleFactor Scale, int32_t Disp, in SetIndex() function
DIceAssemblerX8632.cpp103 SetIndex(RegX8632::getEncodedGPR(Mem->getIndex()->getRegNum()), in AsmAddress()
DIceAssemblerX8664.cpp94 SetIndex(RegX8664::getEncodedGPR(Mem->getIndex()->getRegNum()), in AsmAddress()
/third_party/abseil-cpp/absl/types/internal/
Dvariant.h584 static void SetIndex(Variant& self, std::size_t i) { // NOLINT
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dvariant.h584 static void SetIndex(Variant& self, std::size_t i) { // NOLINT