Searched defs:inputCount (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/core/ |
D | SkImageFilter.cpp | 112 int inputCount, in init() 127 int inputCount, in SkImageFilter() 138 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) in SkImageFilter()
|
/external/skia/src/core/ |
D | SkImageFilter.cpp | 115 int inputCount, in init() 130 int inputCount, in SkImageFilter() 141 SkImageFilter::SkImageFilter(int inputCount, SkReadBuffer& buffer) in SkImageFilter()
|
/external/skqp/src/effects/imagefilters/ |
D | SkMergeImageFilter.cpp | 33 int inputCount = this->countInputs(); in onFilterImage() local
|
/external/skia/src/effects/imagefilters/ |
D | SkMergeImageFilter.cpp | 33 int inputCount = this->countInputs(); in onFilterImage() local
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos.hh | 1220 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_intersects() 1230 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_closure_lookup() 1244 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_collect_glyphs_lookup() 1258 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_would_apply_lookup() 1269 unsigned int inputCount, /* Including the first glyph (not matched) */ in context_apply_lookup() 1350 HBUINT16 inputCount; /* Total number of glyphs in input member 1827 unsigned int inputCount, /* Including the first glyph (not matched) */ in chain_context_intersects() 1847 unsigned int inputCount, /* Including the first glyph (not matched) */ in chain_context_closure_lookup() 1867 unsigned int inputCount, /* Including the first glyph (not matched) */ in chain_context_collect_glyphs_lookup() 1891 unsigned int inputCount, /* Including the first glyph (not matched) */ in chain_context_would_apply_lookup() [all …]
|
/external/tensorflow/tensorflow/lite/nnapi/ |
D | NeuralNetworksShim.h | 338 uint32_t inputCount, in ANeuralNetworksModel_addOperation() 369 ANeuralNetworksModel* model, uint32_t inputCount, const uint32_t* inputs, in ANeuralNetworksModel_identifyInputsAndOutputs()
|
/external/skqp/include/core/ |
D | SkImageFilter.h | 286 int inputCount() const { return fInputs.count(); } in inputCount() function
|
/external/skia/include/core/ |
D | SkImageFilter.h | 286 int inputCount() const { return fInputs.count(); } in inputCount() function
|
/external/tensorflow/tensorflow/lite/experimental/swift/TestApps/TensorFlowLiteApp/TensorFlowLiteApp/ |
D | ViewController.swift | 28 let inputCount = interpreter.inputTensorCount variable
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBasicTests.cpp | 2036 const deUint32 inputCount = 5u; in test() local
|