Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_buffer_access.cpp62 const glsl_type *matrix_type, in emit_access()
278 const glsl_type **matrix_type, in setup_buffer_access()
Dlower_shared_reference.cpp143 const glsl_type *matrix_type; in handle_rvalue() local
211 const glsl_type *matrix_type; in handle_assignment() local
371 const glsl_type *matrix_type; in lower_shared_atomic_intrinsic() local
Dlower_ubo_reference.cpp280 const glsl_type **matrix_type, in setup_for_load_or_store()
352 const glsl_type *matrix_type; in handle_rvalue() local
568 const glsl_type *matrix_type; in write_to_memory() local
750 const glsl_type *matrix_type; in process_ssbo_unsized_array_length() local
989 const glsl_type *matrix_type; in lower_ssbo_atomic_intrinsic() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_construct_composites.cpp112 } else if (auto matrix_type = composite_type->AsMatrix()) { in Apply() local
200 const opt::analysis::Matrix& matrix_type, in TryConstructingMatrixComposite()
Dfuzzer_pass.cpp211 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
Dfuzzer_pass_donate_modules.cpp263 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypesAndValues() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp373 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
754 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
Dtype_manager.cpp930 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dcopy_prop_arrays.cpp373 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
754 } 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
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp373 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
754 } 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
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp455 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
Dvalidate_memory.cpp1465 auto matrix_type = _.FindDef(type_id); in ValidateCooperativeMatrixLoadStoreNV() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp455 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
Dvalidate_memory.cpp1471 auto matrix_type = _.FindDef(type_id); in ValidateCooperativeMatrixLoadStoreNV() local
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_composites.cpp455 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
Dvalidate_memory.cpp1471 auto matrix_type = _.FindDef(type_id); in ValidateCooperativeMatrixLoadStoreNV() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dfuzzer_pass.cpp234 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
Dfuzzer_pass_donate_modules.cpp282 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass.cpp234 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
Dfuzzer_pass_donate_modules.cpp281 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc3008 const DataType matrix_type = matrix_prop.dtype(); in ConstantPushDownBiasAdd() local