Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp771 deUint32 componentIndex = 0; in getGlslAttributeConditions() local
825 … == clamp(-(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "), " << mi… in getGlslAttributeConditions()
828 …essStr << " == -(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions()
836 … clamp(uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "), 0, " <<… in getGlslAttributeConditions()
839 …Str << " == uint(" << totalComponentCount << " * " << indexId << " + " << componentIndex << "))\n"; in getGlslAttributeConditions()
845 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < do… in getGlslAttributeConditions()
849 …* (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0))) < " … in getGlslAttributeConditions()
859 …mp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0, " << m… in getGlslAttributeConditions()
862 …+ (" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0)) < " <… in getGlslAttributeConditions()
870 …mp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << componentIndex << ".0, 0, " <… in getGlslAttributeConditions()
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.h35 uint8_t componentIndex = 0; member
DSkSLVMCodeGenerator.cpp326 o->writeDecAsText(info.componentIndex + 1); in dump()
539 slotInfo.componentIndex = slot; in addDebugSlotInfo()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp1540 for (size_t argumentIndex = 0, componentIndex = 0; in createConstructorVectorFromMultiple() local
1541 argumentIndex < arguments.size() && componentIndex < extractedComponents.size(); in createConstructorVectorFromMultiple()
1549 componentIndex += argumentType.getNominalSize(); in createConstructorVectorFromMultiple()
1557 columnIndex < argumentType.getCols() && componentIndex < extractedComponents.size(); in createConstructorVectorFromMultiple()
1561 rowIndex < argumentType.getRows() && componentIndex < extractedComponents.size(); in createConstructorVectorFromMultiple()
1562 ++rowIndex, ++componentIndex) in createConstructorVectorFromMultiple()
1564 extractedComponents[componentIndex] = castBasicType( in createConstructorVectorFromMultiple()
1565 extractedComponents[componentIndex], componentType, type, nullptr); in createConstructorVectorFromMultiple()
1571 ASSERT(componentIndex == extractedComponents.size()); in createConstructorVectorFromMultiple()
1770 for (int componentIndex = 0; componentIndex < type.getRows(); ++componentIndex) in createConstructorMatrixFromMatrix() local
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilSamplingTests.cpp164 uint32_t componentIndex) { in CreateSamplingRenderPipeline() argument
166 std::vector<uint32_t>{componentIndex}); in CreateSamplingRenderPipeline()
170 uint32_t componentIndex) { in CreateSamplingComputePipeline() argument
172 std::vector<uint32_t>{componentIndex}); in CreateSamplingComputePipeline()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.h644 tjregion planeRegion, int componentIndex,
Dtjexample.c75 int componentIndex, int transformIndex, in customFilter() argument
Dturbojpeg-jni.c999 tjregion planeRegion, int componentIndex, in JNICustomFilter() argument
1049 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
Dtjbench.c126 int componentIndex, int transformIndex, in dummyDCTFilter() argument
/third_party/skia/third_party/externals/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
/third_party/libjpeg-turbo/
Dturbojpeg.h644 tjregion planeRegion, int componentIndex,
Dtjexample.c75 tjregion planeRegion, int componentIndex, in customFilter() argument
Dturbojpeg-jni.c1057 tjregion planeRegion, int componentIndex, in JNICustomFilter() argument
1107 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
Dtjbench.c127 tjregion planeRegion, int componentIndex, in dummyDCTFilter() argument
/third_party/glslang/SPIRV/
DSpvBuilder.h394 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex);
395 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
DSpvBuilder.cpp1669 Id Builder::createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex) in createVectorExtractDynamic() argument
1673 extract->addIdOperand(componentIndex); in createVectorExtractDynamic()
1679 Id Builder::createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex) in createVectorInsertDynamic() argument
1684 insert->addIdOperand(componentIndex); in createVectorInsertDynamic()
/third_party/libjpeg-turbo/java/
DTJExample.java67 Rectangle planeRegion, int componentIndex, in customFilter() argument
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJExample.java67 Rectangle planeRegion, int componentIndex, in customFilter() argument
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_id.cpp292 auto componentIndex = 2; in isValid() local
293 auto componentType = module_.FindDef(inst->words[componentIndex]); in isValid()
295 DIAG(componentIndex) << "OpTypeVector Component Type <id> '" in isValid()
296 << inst->words[componentIndex] in isValid()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */ member
773 compptr->componentIndex = (int16) ci; in GetSof()