Searched defs:isUnsizedArray (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/gpu/
H A DGrShaderVar.h213 bool isUnsizedArray() const { return kUnsizedArray == fCount; } function in class:GrShaderVar
/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h552 bool isUnsizedArray() const function in struct:TPublicType
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp142 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) function in namespace:vkt::ssbo
1664 if (isUnsizedArray(layout.bufferVars[*varNdx]))
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp183 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) function in namespace:deqp::gles31::bb
1831 if (isUnsizedArray(layout.bufferVars[*varNdx]))
2539 if (var.blockNdx < 0 || isUnsizedArray(var))

Completed in 288 milliseconds