Home
last modified time | relevance | path

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

/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/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.h1828 virtual bool isUnsizedArray() const { return isArray() && !arraySizes->isSized(); } 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/external/vulkancts/modules/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