/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DescriptorSetAllocator.h | 34 using SetIndex = uint16_t; variable 55 SetIndex mMaxSets; 60 std::vector<SetIndex> freeSetIndices; 68 SetIndex setIndex;
|
D | DescriptorSetAllocator.cpp | 94 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/ |
D | CFLSteensAliasAnalysis.cpp | 135 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/ |
D | eliminate_redundant_output.cc | 45 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/ |
D | hpack_encoder.cc | 154 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/ |
D | cell.h | 126 void SetIndex(int32_t index) { index_ = index; } in SetIndex() function
|
/third_party/mindspore/include/api/ |
D | cell.h | 127 void SetIndex(int32_t index) { index_ = index; } in SetIndex() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/ |
D | shard_header.h | 100 void SetIndex(Index index) { index_ = std::make_shared<Index>(index); } in SetIndex() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.h | 195 void SetIndex(GPRRegister Index, ScaleFactor Scale, int32_t Disp, in SetIndex() function
|
D | IceAssemblerX8664.h | 203 void SetIndex(GPRRegister Index, ScaleFactor Scale, int32_t Disp, in SetIndex() function
|
D | IceAssemblerX8632.cpp | 103 SetIndex(RegX8632::getEncodedGPR(Mem->getIndex()->getRegNum()), in AsmAddress()
|
D | IceAssemblerX8664.cpp | 94 SetIndex(RegX8664::getEncodedGPR(Mem->getIndex()->getRegNum()), in AsmAddress()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
D | variant.h | 584 static void SetIndex(Variant& self, std::size_t i) { // NOLINT
|
/third_party/abseil-cpp/absl/types/internal/ |
D | variant.h | 584 static void SetIndex(Variant& self, std::size_t i) { // NOLINT
|