Searched refs:firstComponent (Results 1 – 13 of 13) sorted by relevance
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | LigatureTreeWalker.java | 52 int firstComponent = componentChars[0]; in ligature() local 54 if (lastFirstComponent != firstComponent) { in ligature() 60 lastFirstComponent = firstComponent; in ligature()
|
/third_party/typescript/src/compiler/ |
D | path.ts | 833 const firstComponent = pathComponents[0]; constant 834 if (isAbsolutePathAnUrl && isRootedDiskPath(firstComponent)) { 835 const prefix = firstComponent.charAt(0) === directorySeparator ? "file://" : "file:///"; 836 pathComponents[0] = prefix + firstComponent;
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 527 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local 529 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable() 578 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local 583 if (!firstComponent.isInterfaceBlock()) in validateSingleVariable() 605 …const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFOR… in validateSingleVariable() 606 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable() 609 …std::vector<char> nameBuffer (firstComponent.getInterfaceBlock()->interfaceName.size() + 3 * firs… in validateSingleVariable() 620 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable() 621 …for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.getInterfaceBlock()->dimensions.size… in validateSingleVariable() 657 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderSpec.cpp | 88 …auto firstComponent = WalkLiteralAccessChain(compositeObject.typeId(), insn.wordCount() - 5, insn.… in EvalSpecConstantOp() local 92 result.constantValue[i] = compositeObject.constantValue[firstComponent + i]; in EvalSpecConstantOp()
|
D | SpirvShader.cpp | 2167 …auto firstComponent = WalkLiteralAccessChain(compositeTypeId, insn.wordCount() - 4, insn.wordPoint… in EmitCompositeExtract() local 2172 dst.move(i, compositeObjectAccess.Float(firstComponent + i)); in EmitCompositeExtract()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1018 const deUint32 firstComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[0]; in verifyImageData() local 1020 if (firstComponent != 0u && firstComponent != 255u) in verifyImageData() 1029 const float firstComponent = dataRS.getPixel(x, y, z)[0]; in verifyImageData() local 1031 if (deFloatAbs(firstComponent - 0.5f) > 0.02f) in verifyImageData()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 1018 const deUint32 firstComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[0]; in verifyImageData() local 1020 if (firstComponent != 0u && firstComponent != 255u) in verifyImageData() 1029 const float firstComponent = dataRS.getPixel(x, y, z)[0]; in verifyImageData() local 1031 if (deFloatAbs(firstComponent - 0.5f) > 0.02f) in verifyImageData()
|
/third_party/typescript/lib/ |
D | tsc.js | 3685 var firstComponent = pathComponents[0]; 3686 if (isAbsolutePathAnUrl && isRootedDiskPath(firstComponent)) { 3687 … var prefix = firstComponent.charAt(0) === ts.directorySeparator ? "file://" : "file:///"; 3688 pathComponents[0] = prefix + firstComponent;
|
D | typingsInstaller.js | 6181 var firstComponent = pathComponents[0]; 6182 if (isAbsolutePathAnUrl && isRootedDiskPath(firstComponent)) { 6183 … var prefix = firstComponent.charAt(0) === ts.directorySeparator ? "file://" : "file:///"; 6184 pathComponents[0] = prefix + firstComponent;
|
D | typescriptServices.js | 6386 var firstComponent = pathComponents[0]; 6387 if (isAbsolutePathAnUrl && isRootedDiskPath(firstComponent)) { 6388 … var prefix = firstComponent.charAt(0) === ts.directorySeparator ? "file://" : "file:///"; 6389 pathComponents[0] = prefix + firstComponent;
|
D | tsserverlibrary.js | 6386 var firstComponent = pathComponents[0]; 6387 if (isAbsolutePathAnUrl && isRootedDiskPath(firstComponent)) { 6388 … var prefix = firstComponent.charAt(0) === ts.directorySeparator ? "file://" : "file:///"; 6389 pathComponents[0] = prefix + firstComponent;
|
D | tsserver.js | 6192 var firstComponent = pathComponents[0]; 6193 if (isAbsolutePathAnUrl && isRootedDiskPath(firstComponent)) { 6194 … var prefix = firstComponent.charAt(0) === ts.directorySeparator ? "file://" : "file:///"; 6195 pathComponents[0] = prefix + firstComponent;
|
D | typescript.js | 6386 var firstComponent = pathComponents[0]; 6387 if (isAbsolutePathAnUrl && isRootedDiskPath(firstComponent)) { 6388 … var prefix = firstComponent.charAt(0) === ts.directorySeparator ? "file://" : "file:///"; 6389 pathComponents[0] = prefix + firstComponent;
|