Home
last modified time | relevance | path

Searched refs:MakeStructType (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/tests/
DSkSLMemoryLayoutTest.cpp62 std::unique_ptr<SkSL::Type> s1 = SkSL::Type::MakeStructType(-1, SkSL::String("s1"), fields1); in DEF_TEST()
67 std::unique_ptr<SkSL::Type> s2 = SkSL::Type::MakeStructType(-1, SkSL::String("s2"), fields1); in DEF_TEST()
72 std::unique_ptr<SkSL::Type> s3 = SkSL::Type::MakeStructType(-1, SkSL::String("s3"), fields1); in DEF_TEST()
79 std::unique_ptr<SkSL::Type> s4 = SkSL::Type::MakeStructType(-1, SkSL::String("s4"), fields2); in DEF_TEST()
85 std::unique_ptr<SkSL::Type> s5 = SkSL::Type::MakeStructType(-1, SkSL::String("s5"), fields2); in DEF_TEST()
150 std::unique_ptr<SkSL::Type> s1 = SkSL::Type::MakeStructType(-1, SkSL::String("s1"), fields1); in DEF_TEST()
155 std::unique_ptr<SkSL::Type> s2 = SkSL::Type::MakeStructType(-1, SkSL::String("s2"), fields1); in DEF_TEST()
160 std::unique_ptr<SkSL::Type> s3 = SkSL::Type::MakeStructType(-1, SkSL::String("s3"), fields1); in DEF_TEST()
167 std::unique_ptr<SkSL::Type> s4 = SkSL::Type::MakeStructType(-1, SkSL::String("s4"), fields2); in DEF_TEST()
173 std::unique_ptr<SkSL::Type> s5 = SkSL::Type::MakeStructType(-1, SkSL::String("s5"), fields2); in DEF_TEST()
/third_party/skia/third_party/externals/tint/src/inspector/
Dtest_inspector_builder.cc91 const ast::Struct* InspectorBuilder::MakeStructType( in MakeStructType() function in tint::inspector::InspectorBuilder
123 return MakeStructType(name, member_types, true); in MakeUniformBufferType()
129 MakeStructType(name, member_types, true); in MakeStorageBufferTypes()
Dtest_inspector_builder.h164 const ast::Struct* MakeStructType(const std::string& name,
Dinspector_test.cc2876 auto* wg_struct_type = MakeStructType( in TEST_F()
/third_party/skia/src/sksl/ir/
DSkSLType.h144 static std::unique_ptr<Type> MakeStructType(int line, skstd::string_view name,
DSkSLType.cpp458 std::unique_ptr<Type> Type::MakeStructType(int line, skstd::string_view name, in MakeStructType() function in SkSL::Type
738 return symbolTable->add(Type::MakeStructType(this->fLine, *name, this->fields())); in clone()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp280 const SkSL::Type* result = ThreadContext::SymbolTable()->add(Type::MakeStructType(pos.line(), in Struct()
DDSLCore.cpp255 SkSL::Type::MakeStructType(pos.line(), typeName, std::move(skslFields))); in InterfaceBlock()
/third_party/skia/src/sksl/
DSkSLRehydrator.cpp196 Type::MakeStructType(/*line=*/-1, nameChars, std::move(fields))); in symbol()
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3043 Type::MakeStructType(type.fLine, type.name(), std::move(fields))); in writeInterfaceBlock()
3442 fUniformBuffer.fStruct = Type::MakeStructType(/*line=*/-1, kUniformBufferName, in writeUniformBuffer()
3488 fSynthetics.takeOwnershipOfSymbol(Type::MakeStructType(/*line=*/-1, name, fields)); in addRTFlipUniform()