Home
last modified time | relevance | path

Searched defs:numArrayElements (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/system/tools/hidl/
DArrayType.cpp171 size_t numArrayElements = 1; in emitReaderWriter() local
540 size_t numArrayElements = 1; in dimension() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp287 std::string Variable::glslTraverseBasicTypeArray(const int numArrayElements, const int indentationD… in glslTraverseBasicTypeArray()
392 std::string IOBlock::glslTraverseBasicTypeArray(const int numArrayElements, const int indentationDe… in glslTraverseBasicTypeArray()
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLWGSLCodeGenerator.cpp1486 int numArrayElements; in writeUniformPolyfills() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTessellationTests.cpp6432 string UserDefinedIOCase::Variable::glslTraverseBasicTypeArray(int numArrayElements, int indentatio… in glslTraverseBasicTypeArray()
6451 string UserDefinedIOCase::IOBlock::glslTraverseBasicTypeArray(int numArrayElements, int indentation… in glslTraverseBasicTypeArray()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaInit.cpp792 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements() function in InitListChecker