Searched refs:isAggregateType (Results 1 - 8 of 8) sorted by relevance

/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSpvBuilder.h132 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); }
142 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); } function in class:spv::Builder
H A DSpvBuilder.cpp1732 assert(isAggregateType(valueType) || isMatrixType(valueType));
1756 assert(isAggregateType(typeId) || (getNumTypeConstituents(typeId) > 1 && getNumTypeConstituents(typeId) == (int)constituents.size()));
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A DSpvBuilder.h132 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); }
142 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); } function in class:spv::Builder
H A DSpvBuilder.cpp1732 assert(isAggregateType(valueType) || isMatrixType(valueType));
1756 assert(isAggregateType(typeId) || (getNumTypeConstituents(typeId) > 1 && getNumTypeConstituents(typeId) == (int)constituents.size()));
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DSpvBuilder.h132 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); }
142 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); } function in class:spv::Builder
H A DSpvBuilder.cpp1732 assert(isAggregateType(valueType) || isMatrixType(valueType));
1756 assert(isAggregateType(typeId) || (getNumTypeConstituents(typeId) > 1 && getNumTypeConstituents(typeId) == (int)constituents.size()));
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A DSpvBuilder.h132 bool isAggregate(Id resultId) const { return isAggregateType(getTypeId(resultId)); }
142 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); } function in class:spv::Builder
H A DSpvBuilder.cpp1732 assert(isAggregateType(valueType) || isMatrixType(valueType));
1756 assert(isAggregateType(typeId) || (getNumTypeConstituents(typeId) > 1 && getNumTypeConstituents(typeId) == (int)constituents.size()));

Completed in 83 milliseconds