Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp84 bool isStructType(void) const in isStructType() function in deqp::ub::VarType
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp89 bool isStructType(void) const in isStructType() function in deqp::gls::ub::VarType
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.hpp66 bool isStructType(void) const in isStructType() function in glu::VarType
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.hpp91 bool isStructType(void) const in isStructType() function in vkt::TransformFeedback::VarType
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp99 bool isStructType(void) const in isStructType() function in vkt::ubo::VarType
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h299 bool isStructType(Id typeId) const { return getTypeClass(typeId) == OpTypeStruct; } in isStructType() function
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h306 bool isStructType(Id typeId) const { return getTypeClass(typeId) == OpTypeStruct; } in isStructType() function