Home
last modified time | relevance | path

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

12

/third_party/flutter/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.cpp81 for (int elementIndex = 0; elementIndex < elementCount; ++elementIndex) in ValidateShaderInterface() local
/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
/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/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp320 for (size_t elementIndex = 2; elementIndex < instruction.size(); in IsTypeNullable() 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/flutter/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/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_no_buildgn/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp878 const deUint32 elementIndex = valueNdx / (numScalarsPerVertex * m_numVertices); // instance id in verifyResult() local
890 const deUint32 elementIndex = valueNdx / numScalarsPerVertex; // vertex id in verifyResult() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp878 const deUint32 elementIndex = valueNdx / (numScalarsPerVertex * m_numVertices); // instance id in verifyResult() local
890 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/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp3980 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in FindUsedOutputLocation() local
4006 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in AssignOutputLocations() local
4050 for (unsigned int elementIndex = 0; elementIndex < elementCount; elementIndex++) in linkOutputVariables() local
4288 for (unsigned int elementIndex = 0; in setUniformValuesFromBindingQualifiers() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DSimpleOperationTest.cpp969 for (GLushort elementIndex = 0; elementIndex < 6; ++elementIndex) in TEST_P() 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/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_id.cpp780 for (size_t elementIndex = 2; elementIndex < instruction.size(); in IsTypeNullable() local

12