Home
last modified time | relevance | path

Searched defs:isStruct (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h106 bool isStruct() const { return CurTy.is<StructType *>(); } in isStruct() function
/third_party/skia/src/sksl/dsl/
DDSLType.cpp219 bool DSLType::isStruct() const { in isStruct() function in SkSL::dsl::DSLType
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h46 bool isStruct() const { return mSymbolClass == SymbolClass::Struct; } in isStruct() function
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableType.hpp158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; } in isStruct() function in rsg::VariableType
/third_party/skia/src/sksl/ir/
DSkSLType.h448 virtual bool isStruct() const { in isStruct() function
DSkSLType.cpp340 bool isStruct() const override { in isStruct() function in SkSL::StructType
/third_party/python/Modules/_ctypes/
Dstgdict.c338 PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct) in PyCStructUnionType_update_stgdict()
D_ctypes.c486 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new()
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h100 bool isStruct() const { return !fields.empty(); } in isStruct() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h52 bool isStruct() const { return mSymbolClass == SymbolClass::Struct; } in isStruct() function
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h108 bool isStruct() const { return !fields.empty(); } in isStruct() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h449 bool isStruct() const { return structure != 0; } in isStruct() function
Dintermediate.h327 bool isStruct() const { return type.isStruct(); } in isStruct() function
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp312 bool isStruct() const in isStruct() function in glcts::__anonf6269bca0111::UniformType
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fUniformApiTests.cpp209 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local
/third_party/glslang/glslang/Include/
DTypes.h1688 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() function
Dintermediate.h1134 virtual bool isStruct() const { return type.isStruct(); } in isStruct() function
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fUniformApiTests.cpp269 const bool isStruct = maxDepth > 0 && rnd.getFloat() < 0.2f; in generateRandomType() local