Searched refs:numArrayElements (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/system/tools/hidl/ |
D | ArrayType.cpp | 171 size_t numArrayElements = 1; in emitReaderWriter() local 173 numArrayElements *= size->castSizeT(); in emitReaderWriter() 179 << numArrayElements in emitReaderWriter() 197 << numArrayElements in emitReaderWriter() 540 size_t numArrayElements = 1; in dimension() local 542 numArrayElements *= size->castSizeT(); in dimension() 544 return numArrayElements; in dimension()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationUserDefinedIO.cpp | 113 …const int numArrayElements, //!< If negative, traverse just array[gl_InvocationID], not all indice… 262 std::string glslTraverseBasicTypeArray(const int numArrayElements, const int indentationDepth, 287 std::string Variable::glslTraverseBasicTypeArray(const int numArrayElements, const int indentationD… in glslTraverseBasicTypeArray() argument 292 const bool traverseAsArray = numArrayElements >= 0; in glslTraverseBasicTypeArray() 294 …const glu::VarType type = traverseAsArray ? glu::VarType(m_type, numArrayElements) : m_typ… in glslTraverseBasicTypeArray() 352 std::string glslTraverseBasicTypeArray(const int numArrayElements, const int indentationDepth, 392 std::string IOBlock::glslTraverseBasicTypeArray(const int numArrayElements, const int indentationDe… in glslTraverseBasicTypeArray() argument 395 if (numArrayElements >= 0) in glslTraverseBasicTypeArray() 400 …result << indentation << "for (int i0 = 0; i0 < " << numArrayElements << "; ++i0)\n" << indentatio… in glslTraverseBasicTypeArray()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 6235 … int numArrayElements, //!< If negative, traverse just array[gl_InvocationID], not all indices. 6259 …string glslTraverseBasicTypeArray(int numArrayElements, int indentationDepth, BasicTypeVisitFunc) … 6296 …string glslTraverseBasicTypeArray(int numArrayElements, int indentationDepth, BasicTypeVisitFunc) … 6432 string UserDefinedIOCase::Variable::glslTraverseBasicTypeArray(int numArrayElements, int indentatio… in glslTraverseBasicTypeArray() argument 6437 const bool traverseAsArray = numArrayElements >= 0; in glslTraverseBasicTypeArray() 6439 const glu::VarType type = traverseAsArray ? glu::VarType(m_type, numArrayElements) : m_type; in glslTraverseBasicTypeArray() 6451 string UserDefinedIOCase::IOBlock::glslTraverseBasicTypeArray(int numArrayElements, int indentation… in glslTraverseBasicTypeArray() argument 6454 if (numArrayElements >= 0) in glslTraverseBasicTypeArray() 6458 …indentation + "for (int i0 = 0; i0 < " + de::toString(numArrayElements) + "; i0++)\n" + indentatio… in glslTraverseBasicTypeArray()
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLWGSLCodeGenerator.cpp | 1486 int numArrayElements; in writeUniformPolyfills() local 1490 numArrayElements = fieldType->columns(); in writeUniformPolyfills() 1493 numArrayElements = 1; in writeUniformPolyfills() 1497 for (int arrayIdx = 0; arrayIdx < numArrayElements; arrayIdx++) { in writeUniformPolyfills()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaInit.cpp | 318 int numArrayElements(QualType DeclType); 792 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements() function in InitListChecker 830 maxElements = numArrayElements(T); in CheckImplicitInitList()
|