Home
last modified time | relevance | path

Searched defs:baseType (Results 1 - 25 of 50) sorted by relevance

12

/third_party/skia/src/sksl/ir/
H A DSkSLConstructorArray.cpp52 const Type& baseType = type.componentType(); in Convert() local
H A DSkSLPostfixExpression.cpp20 const Type& baseType = base->type(); in Convert() local
H A DSkSLFieldAccess.cpp21 const Type& baseType = base->type(); in Convert() local
H A DSkSLPrefixExpression.cpp151 const Type& baseType = base->type(); in Convert() local
[all...]
H A DSkSLVarDeclarations.cpp39 ErrorCheck(const Context& context, int line, const Modifiers& modifiers, const Type* baseType, Variable::Storage storage) ErrorCheck() argument
98 const Type* baseType = &var.type(); ErrorCheckAndCoerce() local
162 const Type* baseType = &var->type(); Convert() local
204 Make(const Context& context, Variable* var, const Type* baseType, int arraySize, std::unique_ptr<Expression> value) Make() argument
[all...]
H A DSkSLVarDeclarations.h64 const Type& baseType() const { in baseType() function in SkSL::final
31 VarDeclaration(const Variable* var, const Type* baseType, int arraySize, std::unique_ptr<Expression> value) VarDeclaration() argument
H A DSkSLVariable.cpp31 Convert(const Context& context, int line, const Modifiers& modifiers, const Type* baseType, skstd::string_view name, bool isArray, std::unique_ptr<Expression> arraySize, Variable::Storage storage) Convert() argument
42 Make(const Context& context, int line, const Modifiers& modifiers, const Type* baseType, skstd::string_view name, bool isArray, std::unique_ptr<Expression> arraySize, Variable::Storage storage) Make() argument
H A DSkSLIndexExpression.cpp58 const Type& baseType = base->as<TypeReference>().value(); in Convert() local
67 const Type& baseType = base->type(); in Convert() local
93 const Type& baseType = base->type(); in Make() local
[all...]
H A DSkSLSwizzle.cpp284 const Type& baseType = base->type(); in Convert() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DVertexFormat.h33 VertexFormatBaseType baseType; member
H A DFormat.h73 wgpu::TextureComponentType baseType; member
H A DShaderModule.h184 wgpu::TextureComponentType baseType; member
192 InterStageComponentType baseType; member
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.cpp47 const SkSL::Type* baseType = &var.fType.skslType(); in Var() local
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableType.cpp130 const VariableType& VariableType::getScalarType (Type baseType) in getScalarType() argument
H A DrsgShaderGenerator.cpp139 VariableType::Type baseType = valueRange.getType().getBaseType(); in fillUndefinedComponents() local
H A DrsgUtils.cpp165 VariableType::Type baseType = VariableType::TYPE_LAST; in computeRandomType() local
H A DrsgVariableType.hpp186 inline VariableType::VariableType (Type baseType, int numElements) in VariableType() argument
196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) in VariableType() argument
206 VariableType(Type baseType, const char* typeName) VariableType() argument
[all...]
H A DrsgBinaryOps.cpp378 VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), baseTypes.end()); in BinaryVecOp() local
393 VariableType::Type baseType = this->m_type.getBaseType(); in BinaryVecOp() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DTextureGL.cpp348 wgpu::TextureComponentType baseType = in ClearTexture() local
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.cpp193 int getArrayStride(const TType& baseType, const TType& type) in getArrayStride() argument
249 void blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBinary*>& derefs, in blowUpActiveAggregate() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp113 TType *baseType = new TType(type); in GetBaseType() local
/third_party/skia/src/sksl/
H A DSkSLRehydrator.cpp386 const Type* baseType = this->type(); in statement() local
/third_party/skia/src/sksl/codegen/
H A DSkSLPipelineStageCodeGenerator.cpp540 const Type& baseType = f.base()->type(); in writeFieldAccess() local
630 const Type& baseType = type.isArray() ? type.componentType() : type; in typedVariable() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp333 static std::string getCommonFuncCaseName (glu::DataType baseType, glu::Precision precision) in getCommonFuncCaseName() argument
547 AbsCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision) in AbsCase() argument
619 SignCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision) in SignCase() argument
745 IsnanCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision) IsnanCase() argument
832 IsinfCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision) IsinfCase() argument
913 FloatBitsToUintIntCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, bool outIsSigned) FloatBitsToUintIntCase() argument
934 FloatBitsToIntCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision) FloatBitsToIntCase() argument
944 FloatBitsToUintCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision) FloatBitsToUintCase() argument
996 BitsToFloatCase(tcu::TestContext& testCtx, glu::DataType baseType) BitsToFloatCase() argument
[all...]
H A DvktShaderIntegerFunctionTests.cpp196 static std::string getIntegerFuncCaseName (glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in getIntegerFuncCaseName() argument
496 UaddCarryCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UaddCarryCase() argument
604 UsubBorrowCase (tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) in UsubBorrowCase() argument
708 UmulExtendedCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) UmulExtendedCase() argument
813 ImulExtendedCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) ImulExtendedCase() argument
890 BitfieldExtractCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) BitfieldExtractCase() argument
971 BitfieldInsertCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) BitfieldInsertCase() argument
1034 BitfieldReverseCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) BitfieldReverseCase() argument
1095 BitCountCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) BitCountCase() argument
1159 FindLSBCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) FindLSBCase() argument
1223 findMSBCase(tcu::TestContext& testCtx, glu::DataType baseType, glu::Precision precision, glu::ShaderType shaderType) findMSBCase() argument
[all...]

Completed in 23 milliseconds

12