Home
last modified time | relevance | path

Searched refs:mat_ty (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp78 analysis::Matrix mat_ty(reg_vec_ty, v_cnt); in FloatMatrixType() local
79 return context()->get_type_mgr()->GetRegisteredType(&mat_ty); in FloatMatrixType()
Dtype_manager.cpp541 const Matrix* mat_ty = type.AsMatrix(); in RebuildType() local
542 const Type* ele_ty = mat_ty->element_type(); in RebuildType()
544 MakeUnique<Matrix>(RebuildType(*ele_ty), mat_ty->element_count()); in RebuildType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp78 analysis::Matrix mat_ty(reg_vec_ty, v_cnt); in FloatMatrixType() local
79 return context()->get_type_mgr()->GetRegisteredType(&mat_ty); in FloatMatrixType()
Dtype_manager.cpp541 const Matrix* mat_ty = type.AsMatrix(); in RebuildType() local
542 const Type* ele_ty = mat_ty->element_type(); in RebuildType()
544 MakeUnique<Matrix>(RebuildType(*ele_ty), mat_ty->element_count()); in RebuildType()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconvert_to_half_pass.cpp78 analysis::Matrix mat_ty(reg_vec_ty, v_cnt); in FloatMatrixType() local
79 return context()->get_type_mgr()->GetRegisteredType(&mat_ty); in FloatMatrixType()
Dtype_manager.cpp541 const Matrix* mat_ty = type.AsMatrix(); in RebuildType() local
542 const Type* ele_ty = mat_ty->element_type(); in RebuildType()
544 MakeUnique<Matrix>(RebuildType(*ele_ty), mat_ty->element_count()); in RebuildType()