/third_party/vk-gl-cts/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()
|
/third_party/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineVertexInputTests.cpp | 771 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/ |
D | SkSLVMCodeGenerator.h | 35 uint8_t componentIndex = 0; member
|
D | SkSLVMCodeGenerator.cpp | 326 o->writeDecAsText(info.componentIndex + 1); in dump() 539 slotInfo.componentIndex = slot; in addDebugSlotInfo()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | OutputSPIRV.cpp | 1540 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/ |
D | DepthStencilSamplingTests.cpp | 164 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/ |
D | turbojpeg.h | 644 tjregion planeRegion, int componentIndex,
|
D | tjexample.c | 75 int componentIndex, int transformIndex, in customFilter() argument
|
D | turbojpeg-jni.c | 999 tjregion planeRegion, int componentIndex, in JNICustomFilter() argument 1049 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
|
D | tjbench.c | 126 int componentIndex, int transformIndex, in dummyDCTFilter() argument
|
/third_party/skia/third_party/externals/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
|
/third_party/libjpeg-turbo/ |
D | turbojpeg.h | 644 tjregion planeRegion, int componentIndex,
|
D | tjexample.c | 75 tjregion planeRegion, int componentIndex, in customFilter() argument
|
D | turbojpeg-jni.c | 1057 tjregion planeRegion, int componentIndex, in JNICustomFilter() argument 1107 planeRegionObj, componentIndex, transformIndex, tobj); in JNICustomFilter()
|
D | tjbench.c | 127 tjregion planeRegion, int componentIndex, in dummyDCTFilter() argument
|
/third_party/glslang/SPIRV/ |
D | SpvBuilder.h | 394 Id createVectorExtractDynamic(Id vector, Id typeId, Id componentIndex); 395 Id createVectorInsertDynamic(Id vector, Id typeId, Id component, Id componentIndex);
|
D | SpvBuilder.cpp | 1669 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/ |
D | TJExample.java | 67 Rectangle planeRegion, int componentIndex, in customFilter() argument
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/ |
D | TJExample.java | 67 Rectangle planeRegion, int componentIndex, in customFilter() argument
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_id.cpp | 292 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/ |
D | dng_lossless_jpeg.cpp | 284 int16 componentIndex; /* its index in SOF or cPtr->compInfo[] */ member 773 compptr->componentIndex = (int16) ci; in GetSof()
|