Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/test/CodeGenObjC/
Dmatrix-type-builtins.m6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef
7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef
26 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef
27 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
Dmatrix-type-operators.m9 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
/external/llvm-project/clang/test/SemaObjC/
Dmatrix-type-builtins.m3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef
16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef
Dmatrix-type-operators.m9 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
/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/angle/third_party/vulkan-deps/spirv-tools/src/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
/external/deqp-deps/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
/external/swiftshader/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
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp459 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_composites.cpp459 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp459 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
/external/llvm-project/clang/test/CodeGenCXX/
Dmatrix-type-operators.cpp329 using matrix_type = T __attribute__((matrix_type(R, C))); typedef
/external/angle/third_party/vulkan-deps/spirv-tools/src/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.cpp293 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp295 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
Dtransformation_replace_linear_algebra_instruction.cpp150 auto matrix_type = in GetRequiredFreshIdCount() local
Dfuzzer_pass.cpp266 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp295 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
Dtransformation_replace_linear_algebra_instruction.cpp150 auto matrix_type = in GetRequiredFreshIdCount() local
Dfuzzer_pass.cpp266 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local

12