Home
last modified time | relevance | path

Searched defs:elementIndex (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DStructureHLSL.h34 int elementIndex() const { return mElementIndex; } in elementIndex() function
DValidateOutputs.cpp117 for (size_t elementIndex = 0; elementIndex < elementCount; elementIndex++) in validate() local
DValidateVaryingLocations.cpp148 for (int elementIndex = 0; elementIndex < elementCount; ++elementIndex) in MarkVaryingLocations() local
DStructureHLSL.cpp95 int GetElementPadding(int elementIndex, int alignment) in GetElementPadding()
DOutputSPIRV.cpp1210 for (unsigned int elementIndex = 0; elementIndex < type.getOutermostArraySize(); in createConstant() local
4350 for (unsigned int elementIndex = 0; elementIndex < valueType.getOutermostArraySize(); in cast() local
4519 for (unsigned int elementIndex = 0; elementIndex < operandType.getOutermostArraySize(); in createCompareImpl() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramExecutable.cpp78 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in FindUsedOutputLocation() local
105 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in AssignOutputLocations() local
476 for (size_t elementIndex = 0; elementIndex < elementCount; ++elementIndex) in load() local
1224 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in linkValidateOutputVariables() local
DProgram.cpp3997 for (unsigned int elementIndex = 0; in setUniformValuesFromBindingQualifiers() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_constants.cpp320 for (size_t elementIndex = 2; elementIndex < instruction.size(); in IsTypeNullable() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp320 for (size_t elementIndex = 2; elementIndex < instruction.size(); in IsTypeNullable() local
/third_party/spirv-tools/source/val/
Dvalidate_constants.cpp318 for (size_t elementIndex = 2; elementIndex < instruction.size(); in IsTypeNullable() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DInputLayoutCache.cpp258 for (size_t elementIndex = 0; elementIndex < inputElementCount; ++elementIndex) in createInputLayout() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DProgram.h87 const unsigned int elementIndex; member
DProgram.cpp88 …UniformBlock::UniformBlock(const std::string &name, unsigned int elementIndex, unsigned int dataSi… in UniformBlock()
2897 std::ostringstream elementIndex; in getActiveUniformBlockName() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp829 const deUint32 elementIndex = valueNdx / (numScalarsPerVertex * m_numVertices); // instance id in verifyResult() local
841 const deUint32 elementIndex = valueNdx / numScalarsPerVertex; // vertex id in verifyResult() local
/third_party/spirv-tools/source/opt/
Dscalar_replacement_pass.cpp294 uint32_t elementIndex = 0; in ReplaceWholeStore() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_replacement_pass.cpp293 uint32_t elementIndex = 0; in ReplaceWholeStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_replacement_pass.cpp293 uint32_t elementIndex = 0; in ReplaceWholeStore() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp1094 for (GLushort elementIndex = 0; elementIndex < 6; ++elementIndex) in TEST_P() local
/third_party/typescript/src/compiler/
Dchecker.ts34591 const element = elements[elementIndex]; constant
/third_party/typescript/lib/
DtypingsInstaller.js82328 …function checkArrayLiteralDestructuringElementAssignment(node, sourceType, elementIndex, elementTy… argument
Dtsc.js69238 …function checkArrayLiteralDestructuringElementAssignment(node, sourceType, elementIndex, elementTy… argument