OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isStructType
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp
85
bool
isStructType
(void) const { return m_type == TYPE_STRUCT; }
/external/deqp/modules/glshared/
glsUniformBlockCase.hpp
83
bool
isStructType
(void) const { return m_type == TYPE_STRUCT; }
/external/deqp/framework/opengl/
gluVarType.hpp
60
bool
isStructType
(void) const { return m_type == TYPE_STRUCT; }
68
const StructType* getStructPtr (void) const { DE_ASSERT(
isStructType
()); return m_data.structPtr; }
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h
140
bool
isStructType
(Id typeId) const { return getTypeClass(typeId) == OpTypeStruct; }
142
bool isAggregateType(Id typeId) const { return isArrayType(typeId) ||
isStructType
(typeId); }
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SpvBuilder.h
140
bool
isStructType
(Id typeId) const { return getTypeClass(typeId) == OpTypeStruct; }
142
bool isAggregateType(Id typeId) const { return isArrayType(typeId) ||
isStructType
(typeId); }
Completed in 204 milliseconds