Home
last modified time | relevance | path

Searched refs:componentIndex (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/common/
DtcuWaiverUtil.cpp301 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/
DLigatureEntry.java32 public int getComponentChar(int componentIndex) in getComponentChar() argument
34 return componentChars[componentIndex]; in getComponentChar()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp760 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/
DCGVTables.cpp699 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()
DCGVTables.h65 const VTableLayout &layout, unsigned componentIndex,
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp1502 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/
Dturbojpeg.h655 tjregion planeRegion, int componentIndex,
Dturbojpeg-jni.c1039 tjregion planeRegion, int componentIndex, in JNICustomFilter() argument
1089 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
Dtjbench.c130 tjregion planeRegion, int componentIndex, in dummyDCTFilter() argument
/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h396 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex);
397 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
DSpvBuilder.cpp1693 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/
DSpvBuilder.h396 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex);
397 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
DSpvBuilder.cpp1693 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/
Ddng_lossless_jpeg.cpp284 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.py998 def __getitem__(self, componentIndex): argument
1001 return self.components[componentIndex]