Home
last modified time | relevance | path

Searched defs:column_type (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dmatrix_type.cc25 Matrix::Matrix(const Vector* column_type, uint32_t columns) in Matrix()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_type_matrix.cpp40 auto column_type = in IsApplicable() local
Dfuzzer_pass_donate_modules.cpp289 auto column_type = in HandleTypeOrValue() local
Dfuzzer_pass.cpp308 opt::analysis::Type* column_type = in FindOrCreateMatrixType() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_matrix.cpp40 auto column_type = in IsApplicable() local
Dfuzzer_pass_donate_modules.cpp289 auto column_type = in HandleTypeOrValue() local
Dfuzzer_pass.cpp308 opt::analysis::Type* column_type = in FindOrCreateMatrixType() local
/third_party/skia/third_party/externals/tint/src/transform/
Dtransform_test.cc61 auto* column_type = b.create<sem::Vector>(b.create<sem::F32>(), 2u); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_constants.cpp100 const auto column_type = _.FindDef(result_type->words()[2]); in ValidateConstantComposite() local
Dvalidate_type.cpp185 const auto column_type = _.FindDef(column_type_id); in ValidateTypeMatrix() local
Dvalidate_decorations.cpp197 const auto column_type = words[2]; in getBaseAlignment() local
322 const auto column_type = words[2]; in getSize() local
Dvalidation_state.cpp894 uint32_t* column_type, in GetMatrixTypeInfo()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_constants.cpp100 const auto column_type = _.FindDef(result_type->words()[2]); in ValidateConstantComposite() local
Dvalidate_type.cpp185 const auto column_type = _.FindDef(column_type_id); in ValidateTypeMatrix() local
Dvalidate_decorations.cpp197 const auto column_type = words[2]; in getBaseAlignment() local
322 const auto column_type = words[2]; in getSize() local
Dvalidation_state.cpp894 uint32_t* column_type, in GetMatrixTypeInfo()
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc411 auto* column_type = state.builder.create<sem::Vector>(T, M.Value()); in build_mat() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc194 if (auto* column_type = builder_->create<sem::Vector>(el, t->rows)) { in Type() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc1916 auto* column_type = builder_.create<sem::Vector>(type->type(), type->rows()); in GenerateMatrixAddOrSub() local
/third_party/sqlite/include/
Dsqlite3ext.h73 int (*column_type)(sqlite3_stmt*,int iCol); member