Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcUniformBlockCase.hpp84 bool isStructType(void) const in isStructType() function in deqp::ub::VarType
/third_party/vk-gl-cts/modules/glshared/
DglsUniformBlockCase.hpp83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in deqp::gls::ub::VarType
/third_party/vk-gl-cts/framework/opengl/
DgluVarType.hpp60 bool isStructType (void) const { return m_type == VARTYPE_STRUCT; } in isStructType() function in glu::VarType
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp92 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in vkt::ubo::VarType
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutCase.hpp85 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in vkt::TransformFeedback::VarType
/third_party/glslang/SPIRV/
DSpvBuilder.h227 bool isStructType(Id typeId) const { return getTypeClass(typeId) == OpTypeStruct; } in isStructType() function