/third_party/skia/src/sksl/ir/ |
H A D | SkSLConstructorArray.cpp | 52 const Type& baseType = type.componentType(); in Convert() local
|
H A D | SkSLPostfixExpression.cpp | 20 const Type& baseType = base->type(); in Convert() local
|
H A D | SkSLFieldAccess.cpp | 21 const Type& baseType = base->type(); in Convert() local
|
H A D | SkSLPrefixExpression.cpp | 151 const Type& baseType = base->type(); in Convert() local [all...] |
H A D | SkSLVarDeclarations.cpp | 39 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 D | SkSLVarDeclarations.h | 64 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 D | SkSLVariable.cpp | 31 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 D | SkSLIndexExpression.cpp | 58 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 D | SkSLSwizzle.cpp | 284 const Type& baseType = base->type(); in Convert() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | VertexFormat.h | 33 VertexFormatBaseType baseType; member
|
H A D | Format.h | 73 wgpu::TextureComponentType baseType; member
|
H A D | ShaderModule.h | 184 wgpu::TextureComponentType baseType; member 192 InterStageComponentType baseType; member
|
/third_party/skia/src/sksl/dsl/priv/ |
H A D | DSLWriter.cpp | 47 const SkSL::Type* baseType = &var.fType.skslType(); in Var() local
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgVariableType.cpp | 130 const VariableType& VariableType::getScalarType (Type baseType) in getScalarType() argument
|
H A D | rsgShaderGenerator.cpp | 139 VariableType::Type baseType = valueRange.getType().getBaseType(); in fillUndefinedComponents() local
|
H A D | rsgUtils.cpp | 165 VariableType::Type baseType = VariableType::TYPE_LAST; in computeRandomType() local
|
H A D | rsgVariableType.hpp | 186 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 D | rsgBinaryOps.cpp | 378 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 D | TextureGL.cpp | 348 wgpu::TextureComponentType baseType = in ClearTexture() local
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | reflection.cpp | 193 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 D | RemoveDynamicIndexing.cpp | 113 TType *baseType = new TType(type); in GetBaseType() local
|
/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.cpp | 386 const Type* baseType = this->type(); in statement() local
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 540 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 D | vktShaderCommonFunctionTests.cpp | 333 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 D | vktShaderIntegerFunctionTests.cpp | 196 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...] |