Home
last modified time | relevance | path

Searched refs:inputIdx (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DVertexShader.cpp160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() argument
162 input[inputIdx] = semantic; in setInput()
163 attribType[inputIdx] = aType; in setInput()
186 const sw::Shader::Semantic& VertexShader::getInput(int inputIdx) const in getInput()
188 return input[inputIdx]; in getInput()
191 VertexShader::AttribType VertexShader::getAttribType(int inputIdx) const in getAttribType()
193 return attribType[inputIdx]; in getAttribType()
DPixelShader.hpp39 void setInput(int inputIdx, int nbComponents, const Semantic& semantic);
40 const Semantic& getInput(int inputIdx, int component) const;
DVertexShader.hpp43 void setInput(int inputIdx, const Semantic& semantic, AttribType attribType = ATTRIBTYPE_FLOAT);
50 const Semantic& getInput(int inputIdx) const;
DPixelShader.cpp141 void PixelShader::setInput(int inputIdx, int nbComponents, const sw::Shader::Semantic& semantic) in setInput() argument
145 input[inputIdx][i] = semantic; in setInput()
149 const sw::Shader::Semantic& PixelShader::getInput(int inputIdx, int component) const in getInput() argument
151 return input[inputIdx][component]; in getInput()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dmaxpool_with_argmax_impl.cu58 S inputIdx = posc*h*w + hcur*w + wcur; in MaxPoolWithArgmax() local
59 T inputData = input[inputStart+inputIdx]; in MaxPoolWithArgmax()
61 maxIdx = inputIdx; in MaxPoolWithArgmax()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dregex.h1784 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dregex.h1775 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);
/third_party/icu/icu4c/source/i18n/unicode/
Dregex.h1775 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);
/third_party/node/deps/icu-small/source/i18n/unicode/
Dregex.h1775 inline void backTrack(int64_t &inputIdx, int32_t &patIdx);
/third_party/mindspore/mindspore/lite/tools/common/
Dgraph_util.cc90 for (uint32_t inputIdx : inputIndexes) { in GetInputNodeIdx() local
91 auto linkedPreIdx = GetLinkedPreIdx(graphT, inputIdx); in GetInputNodeIdx()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp3438 for (deUint32 inputIdx = 0; inputIdx < inputCount; ++inputIdx) in createRenderPass() local
3441 deUint32 nextInputAttachmentIndex = primes[inputIdx] + 1; in createRenderPass()
3458 variables.descriptorsImages[inputIdx]->format, // VkFormat format; in createRenderPass()
3470 inputIdx + 1, // deUint32 attachment; in createRenderPass()