/external/deqp/framework/common/ |
D | tcuWaiverUtil.cpp | 301 for (deUint32 componentIndex = 1 ; componentIndex < m_buildTree.size() ; ++componentIndex) in findComponentInBuildTree() local 303 const BuilComponent& componentInTree = m_buildTree[componentIndex]; in findComponentInBuildTree() 313 return componentIndex; in findComponentInBuildTree() 329 return componentIndex; in findComponentInBuildTree() 361 deUint32 componentIndex = findComponentInBuildTree(pathComponents, level); in buildTreeFromPathList() local 362 if (componentIndex) in buildTreeFromPathList() 364 parentIndex = componentIndex; in buildTreeFromPathList() 374 componentIndex = static_cast<deUint32>(m_buildTree.size() - 1); in buildTreeFromPathList() 375 m_buildTree[parentIndex].childrenIndex.push_back(componentIndex); in buildTreeFromPathList() 376 parentIndex = componentIndex; in buildTreeFromPathList()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | LigatureEntry.java | 32 public int getComponentChar(int componentIndex) in getComponentChar() argument 34 return componentChars[componentIndex]; in getComponentChar()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 760 deUint32 componentIndex = 0; in getGlslAttributeConditions() local 814 … == clamp(-(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "), " << mi… in getGlslAttributeConditions() 817 …essStr << " == -(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions() 825 … clamp(uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "), 0, " <<… in getGlslAttributeConditions() 828 …Str << " == uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions() 834 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < do… in getGlslAttributeConditions() 838 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " … in getGlslAttributeConditions() 848 …mp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0, " << m… in getGlslAttributeConditions() 851 …+ (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0)) < " <… in getGlslAttributeConditions() 859 …mp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0, 0, " <… in getGlslAttributeConditions() [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGVTables.cpp | 699 unsigned componentIndex, in addVTableComponent() argument 704 auto &component = layout.vtable_components()[componentIndex]; in addVTableComponent() 807 componentIndex) { in addVTableComponent() 860 for (size_t componentIndex = vtableStart; componentIndex < vtableEnd; in createVTableInitializer() local 861 ++componentIndex) { in createVTableInitializer() 862 addVTableComponent(vtableElem, layout, componentIndex, rtti, in createVTableInitializer()
|
D | CGVTables.h | 65 const VTableLayout &layout, unsigned componentIndex,
|
/external/angle/src/compiler/translator/ |
D | OutputSPIRV.cpp | 1502 for (int componentIndex = 0; componentIndex < type.getRows(); ++componentIndex) in createConstructorMatrixFromMatrix() local 1506 if (componentIndex < parameterType.getRows()) in createConstructorMatrixFromMatrix() 1512 spirv::LiteralInteger(componentIndex)}); in createConstructorMatrixFromMatrix() 1516 const bool isOnDiagonal = columnIndex == componentIndex; in createConstructorMatrixFromMatrix() 1618 for (int componentIndex = 0; componentIndex < argumentType.getNominalSize() && in extractComponents() local 1620 ++componentIndex) in extractComponents() 1625 {spirv::LiteralInteger(componentIndex)}); in extractComponents() 1646 for (int componentIndex = 0; componentIndex < argumentType.getRows() && in extractComponents() local 1648 ++componentIndex) in extractComponents() 1654 {spirv::LiteralInteger(columnIndex), spirv::LiteralInteger(componentIndex)}); in extractComponents()
|
/external/libjpeg-turbo/ |
D | turbojpeg.h | 655 tjregion planeRegion, int componentIndex,
|
D | turbojpeg-jni.c | 1039 tjregion planeRegion, int componentIndex, in JNICustomFilter() argument 1089 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
|
D | tjbench.c | 130 tjregion planeRegion, int componentIndex, in dummyDCTFilter() argument
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvBuilder.h | 396 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex); 397 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
|
D | SpvBuilder.cpp | 1693 Id Builder::createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex) in createVectorExtractDynamic() argument 1697 extract->addIdOperand(componentIndex); in createVectorExtractDynamic() 1703 Id Builder::createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex) in createVectorInsertDynamic() argument 1708 insert->addIdOperand(componentIndex); in createVectorInsertDynamic()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | SpvBuilder.h | 396 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex); 397 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
|
D | SpvBuilder.cpp | 1693 Id Builder::createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex) in createVectorExtractDynamic() argument 1697 extract->addIdOperand(componentIndex); in createVectorExtractDynamic() 1703 Id Builder::createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex) in createVectorInsertDynamic() argument 1708 insert->addIdOperand(componentIndex); in createVectorInsertDynamic()
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */ member 773 compptr->componentIndex = (int16) ci; in GetSof()
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 998 def __getitem__(self, componentIndex): argument 1001 return self.components[componentIndex]
|