Home
last modified time | relevance | path

Searched refs:componentId (Results 1 – 8 of 8) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_update.js394 componentId: "[PC Preview] unknown componentId", property
503 componentId: "[PC Preview] unknown componentId", property
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp1238 spirv::IdRef componentId; in createConstant() local
1248 componentId = mBuilder.getFloatConstant(castConstant.getFConst()); in createConstant()
1251 componentId = mBuilder.getIntConstant(castConstant.getIConst()); in createConstant()
1254 componentId = mBuilder.getUintConstant(castConstant.getUConst()); in createConstant()
1257 componentId = mBuilder.getBoolConstant(castConstant.getBConst()); in createConstant()
1262 componentIds.push_back(componentId); in createConstant()
1773 spirv::IdRef componentId; in createConstructorMatrixFromMatrix() local
1777 componentId = mBuilder.getNewId(decorations); in createConstructorMatrixFromMatrix()
1779 paramComponentTypeId, componentId, parameters[0], in createConstructorMatrixFromMatrix()
1789 componentId = mBuilder.getFloatConstant(isOnDiagonal ? 1.0f : 0.0f); in createConstructorMatrixFromMatrix()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp188 const auto componentId = words[2]; in getBaseAlignment() local
191 componentId, roundUp, inherited, constraints, vstate); in getBaseAlignment()
293 const auto componentId = words[2]; in getSize() local
296 getSize(componentId, inherited, constraints, vstate); in getSize()
485 const auto componentId = inst->words()[2]; in checkLayout() local
486 const auto scalar_alignment = getScalarAlignment(componentId, vstate); in checkLayout()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_decorations.cpp188 const auto componentId = words[2]; in getBaseAlignment() local
191 componentId, roundUp, inherited, constraints, vstate); in getBaseAlignment()
293 const auto componentId = words[2]; in getSize() local
296 getSize(componentId, inherited, constraints, vstate); in getSize()
485 const auto componentId = inst->words()[2]; in checkLayout() local
486 const auto scalar_alignment = getScalarAlignment(componentId, vstate); in checkLayout()
/third_party/spirv-tools/source/val/
Dvalidate_decorations.cpp206 const auto componentId = words[2]; in getBaseAlignment() local
209 componentId, roundUp, inherited, constraints, vstate); in getBaseAlignment()
326 const auto componentId = words[2]; in getSize() local
329 getSize(componentId, inherited, constraints, vstate); in getSize()
523 const auto componentId = inst->words()[2]; in checkLayout() local
524 const auto scalar_alignment = getScalarAlignment(componentId, vstate); in checkLayout()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp1067 spirv::IdRef componentId,
1316 spirv::IdRef componentId, in visitTypeVector() argument
1320 if (componentId == mFloatId && componentCount == 4) in visitTypeVector()
1325 if (componentId == mIntId && componentCount == 4) in visitTypeVector()
1848 spirv::IdRef componentId,
2007 spirv::IdRef componentId, in visitTypeVector() argument
2011 if (componentId == ids.intId() && componentCount == 4) in visitTypeVector()
3305 spirv::IdRef componentId; in visitTypeVector() local
3307 spirv::ParseTypeVector(instruction, &id, &componentId, &componentCount); in visitTypeVector()
3309 mIds.visitTypeVector(id, componentId, componentCount); in visitTypeVector()
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_lossless_jpeg.cpp283 int16 componentId; /* identifier for this component (0..255) */ member
775 compptr->componentId = GetJpegChar (); in GetSof()
839 if (cc == info.compInfo[ci].componentId) in GetSos()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1685 SpvId componentId = this->nextId(&componentType); in writeVectorConstructor() local
1687 componentId, arg, j / 2, j % 2, out); in writeVectorConstructor()
1688 arguments.push_back(componentId); in writeVectorConstructor()
1695 SpvId componentId = this->nextId(&componentType); in writeVectorConstructor() local
1697 componentId, arg, j, out); in writeVectorConstructor()
1698 arguments.push_back(componentId); in writeVectorConstructor()
1788 SpvId componentId = this->nextId(&srcType); in writeConstructorCompoundCast() local
1789 this->writeInstruction(SpvOpCompositeExtract, this->getType(srcType), componentId, in writeConstructorCompoundCast()
1791 arguments.push_back(this->castScalarToType(componentId, srcType, dstType, out)); in writeConstructorCompoundCast()