Home
last modified time | relevance | path

Searched defs:matrix_type (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc1850 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1870 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1891 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1911 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1933 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1954 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1984 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
2014 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
2028 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
2046 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp385 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
814 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
Dtype_manager.cpp933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp385 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
814 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
Dtype_manager.cpp933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
/third_party/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp381 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
811 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
Dtype_manager.cpp933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
/third_party/spirv-tools/source/val/
Dvalidate_composites.cpp459 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
Dvalidate_memory.cpp1459 auto matrix_type = _.FindDef(type_id); in ValidateCooperativeMatrixLoadStoreNV() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_composites.cpp459 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
Dvalidate_memory.cpp1465 auto matrix_type = _.FindDef(type_id); in ValidateCooperativeMatrixLoadStoreNV() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp459 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
Dvalidate_memory.cpp1465 auto matrix_type = _.FindDef(type_id); in ValidateCooperativeMatrixLoadStoreNV() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp294 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
Dtransformation_replace_linear_algebra_instruction.cpp149 auto matrix_type = in GetRequiredFreshIdCount() local
Dfuzzer_pass.cpp310 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp294 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
Dtransformation_replace_linear_algebra_instruction.cpp149 auto matrix_type = in GetRequiredFreshIdCount() local
Dfuzzer_pass.cpp310 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp293 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
Dtransformation_replace_linear_algebra_instruction.cpp149 auto matrix_type = in GetRequiredFreshIdCount() local
Dfuzzer_pass.cpp266 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc964 if (auto* matrix_type = tip_type->As<Matrix>()) { in EmitPipelineInput() local
1036 if (auto* matrix_type = current_type->As<Matrix>()) { in EmitPipelineInput() local
1100 if (auto* matrix_type = tip_type->As<Matrix>()) { in EmitPipelineOutput() local
1174 if (auto* matrix_type = current_type->As<Matrix>()) { in EmitPipelineOutput() local
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc4182 auto* matrix_type = GetNestedMatrixType(member->Type()); in GenerateStructMember() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.cpp6967 auto &matrix_type = get_variable_element_type(get<SPIRVariable>(ptr)); in emit_tessellation_io_load() local