Home
last modified time | relevance | path

Searched refs:isOpaqueType (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinition.cpp93 static bool isOpaqueType (glu::DataType type) in isOpaqueType() function
141 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType()); in isIllegalVertexOutput() local
146 if (isOpaqueType) in isIllegalVertexOutput()
187 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType()); in isIllegalFragmentOutput() local
189 if (glu::isDataTypeBoolOrBVec(varType.getBasicType()) || isOpaqueType || glu::isDataTypeMatrix(varType.getBasicType())) in isIllegalFragmentOutput()
272 if (containsMatchingSubtype(m_defaultBlock.interfaceBlocks[interfaceNdx].variables, isOpaqueType)) in isValid()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp295 const bool isOpaqueType = IsOpaqueType(funcArgument->getType().getBasicType()); in processFunctionCall() local
298 if (!isOpaqueType && !isStructContainingSamplers) in processFunctionCall()
/third_party/spirv-tools/source/val/
H A Dvalidate_type.cpp409 const auto isOpaqueType = [&_](const Instruction* opaque_inst) { in ValidateTypeStruct() local
423 _.ContainsType(inst->id(), isOpaqueType)) { in ValidateTypeStruct()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp1026 NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const isOpaqueType) in makeCompositeDebugType()
1052 if(isOpaqueType == true) { in makeCompositeDebugType()
1061 assert(isOpaqueType == false || (isOpaqueType == true && memberDebugTypes.empty())); in makeCompositeDebugType()
1025 makeCompositeDebugType(std::vector<Id> const& memberTypes, char const*const name, NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const isOpaqueType) makeCompositeDebugType() argument
H A DSpvBuilder.h228 NonSemanticShaderDebugInfo100DebugCompositeType const tag, bool const isOpaqueType = false);

Completed in 14 milliseconds