Home
last modified time | relevance | path

Searched defs:isOpaqueType (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp93 static bool isOpaqueType (glu::DataType type) in isOpaqueType() function
141 …const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector… in isIllegalVertexOutput() local
187 …const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector… in isIllegalFragmentOutput() local
/third_party/spirv-tools/source/val/
Dvalidate_type.cpp399 const auto isOpaqueType = [&_](const Instruction* opaque_inst) { in ValidateTypeStruct() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp295 const bool isOpaqueType = IsOpaqueType(funcArgument->getType().getBasicType()); in processFunctionCall() local
/third_party/glslang/SPIRV/
DSpvBuilder.cpp987 NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const isOpaqueType) in makeCompositeDebugType()