Home
last modified time | relevance | path

Searched defs:basicType (Results 26 – 50 of 101) sorted by relevance

12345

/aosp_15_r20/external/deqp-deps/glslang/glslang/Include/
DTypes.h1439 TBasicType basicType; variable
1563basicType(t), vectorSize(static_cast<uint32_t>(vs) & 0b1111), matrixCols(static_cast<uint32_t>(mc)… in basicType() function
1632basicType(EbtSampler), vectorSize(1u), matrixCols(0u), matrixRows(0u), vector1(false), coopmatNV(f… in basicType() function
2856 TBasicType basicType : 8; variable
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/Include/
H A DTypes.h1425 TBasicType basicType; variable
1564basicType(t), vectorSize(static_cast<uint32_t>(vs) & 0b1111), matrixCols(static_cast<uint32_t>(mc)… in basicType() function
1636basicType(EbtSampler), vectorSize(1u), matrixCols(0u), matrixRows(0u), vector1(false), coopmatNV(f… in basicType() function
2893 TBasicType basicType : 8; variable
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp120 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType()
393 glu::DataType basicType = type.getBasicType(); in computeStd140BaseAlignment() local
449 glu::DataType basicType = type.getBasicType(); in computeStd140Layout() local
H A DglcUniformBlockCase.hpp128 glu::DataType basicType; member
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dattribute.cpp81 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
DParseHelper.cpp3749 TBasicType basicType = pType->getBasicType(); in constructorTextureSamplerError() local
3819 …ntext::voidErrorCheck(const TSourceLoc& loc, const TString& identifier, const TBasicType basicType) in voidErrorCheck()
4316 TBasicType basicType = publicType.basicType; in setDefaultPrecision() local
4410 bool TParseContext::containsFieldWithBasicType(const TType& type, TBasicType basicType) in containsFieldWithBasicType()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dattribute.cpp81 const TConstUnion* TAttributeArgs::getConstUnion(TBasicType basicType, int argNum) const in getConstUnion()
H A DParseHelper.cpp4002 TBasicType basicType = pType->getBasicType(); in constructorTextureSamplerError() local
4072 …ntext::voidErrorCheck(const TSourceLoc& loc, const TString& identifier, const TBasicType basicType) in voidErrorCheck()
4581 TBasicType basicType = publicType.basicType; in setDefaultPrecision() local
4675 bool TParseContext::containsFieldWithBasicType(const TType& type, TBasicType basicType) in containsFieldWithBasicType()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Drust.go651 func (rst *rustState) basicType() { func
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarType.cpp40 VarType::VarType(DataType basicType, Precision precision) : m_type(VARTYPE_BASIC) in VarType()
H A DgluShaderLibrary.cpp1103 DataType basicType = TYPE_LAST; in parseValue() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DLayout.cpp74 const TBasicType basicType = type.getBasicType(); in ScalarLayoutOf() local
H A DEmitMetal.cpp943 const TBasicType basicType = type.getBasicType(); in emitBareTypeName() local
1525 const TBasicType basicType = type.getBasicType(); in emitVariableDeclaration() local
H A DSymbolEnv.cpp499 static TBasicType GetTextureBasicType(TBasicType basicType) in GetTextureBasicType()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.cpp53 TBasicType basicType, in UndefinedConstantFoldingError()
886 TBasicType basicType = getBasicType(); in getConstantValue() local
3473 TBasicType basicType = EbtVoid; in FoldAggregateBuiltIn() local
H A DTypes.cpp926 void TPublicType::initializeBasicType(TBasicType basicType) in initializeBasicType()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp80 VarType::VarType(glu::DataType basicType, uint32_t flags) : m_type(TYPE_BASIC), m_flags(flags) in VarType()
423 glu::DataType basicType = type.getBasicType(); in computeInterfaceBlockMemberAlignment() local
567 const glu::DataType basicType = type.getBasicType(); in computeXfbLayout() local
H A DvktTransformFeedbackFuzzLayoutCase.hpp135 glu::DataType basicType; member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayoutCase.cpp219 const glu::DataType basicType = curType.getBasicType(); in generateSharedMemoryWrites() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp133 glu::DataType basicType; member
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp1249 const TBasicType basicType = type.getBasicType(); in createConstant() local
2335 const TBasicType basicType = firstOperandType.getBasicType(); in visitOperator() local
4486 const TBasicType basicType = operandType.getBasicType(); in createCompareImpl() local
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/util/
H A DArraysSupport.java200 int basicType) { in vectorizedHashCode()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp148 glu::DataType basicType; member
/aosp_15_r20/external/angle/src/compiler/translator/wgsl/
H A DTranslatorWGSL.cpp1540 const TBasicType basicType = decl.type.getBasicType(); in emitVariableDeclaration() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fUniformApiTests.cpp161 const glu::DataType basicType = type.getBasicType(); in getDistinctSamplerTypes() local
213 const glu::DataType basicType = in generateRandomType() local

12345