Home
last modified time | relevance | path

Searched refs:isUnsizedArray (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrShaderVar.cpp100 if (this->isUnsizedArray()) { in appendDecl()
/external/skia/include/gpu/
DGrShaderVar.h213 bool isUnsizedArray() const { return kUnsizedArray == fCount; } in isUnsizedArray() function
/external/swiftshader/src/OpenGL/compiler/
DTypes.h552 bool isUnsizedArray() const in isUnsizedArray() function
DParseHelper.cpp950 if(type.isUnsizedArray()) in nonInitErrorCheck()
1355 if(publicType.isUnsizedArray()) in parseSingleDeclaration()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp183 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) in isUnsizedArray() function
1831 if (isUnsizedArray(layout.bufferVars[*varNdx])) in hasUnsizedArray()
2539 if (var.blockNdx < 0 || isUnsizedArray(var)) in checkLayoutBounds()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp142 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) in isUnsizedArray() function
1664 if (isUnsizedArray(layout.bufferVars[*varNdx])) in hasUnsizedArray()