Home
last modified time | relevance | path

Searched defs:isUnsizedArray (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderVar.h191 bool isUnsizedArray() const { return kUnsizedArray == fCount; } in isUnsizedArray() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h432 bool isUnsizedArray() const { return array && arraySize == 0; } in isUnsizedArray() function
603 bool isUnsizedArray() const in isUnsizedArray() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp579 bool TType::isUnsizedArray() const in isUnsizedArray() function in sh::TType
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTypes.cpp561 bool TType::isUnsizedArray() const in isUnsizedArray() function in sh::TType
/third_party/glslang/glslang/Include/
DTypes.h1866 virtual bool isUnsizedArray() const { return isArray() && !arraySizes->isSized(); } in isUnsizedArray() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp145 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) in isUnsizedArray() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
DvktSSBOLayoutCase.cpp145 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) in isUnsizedArray() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp184 static bool isUnsizedArray (const BufferVarLayoutEntry& entry) in isUnsizedArray() function