Home
last modified time | relevance | path

Searched refs:packed_result (Results 1 – 5 of 5) sorted by relevance

/external/gemmlowp/internal/
Dsingle_thread_gemm.h120 PackedResult packed_result(allocator, block_params); in SingleThreadGemm()
142 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs, in SingleThreadGemm()
146 result, MatrixBlockBounds(r, c, rs, cs), packed_result, depth, in SingleThreadGemm()
Dcompute.h107 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument
111 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
Dmulti_thread_gemm.h470 PackedResult packed_result(local_allocator, block_params); in Run()
482 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs, in Run()
488 &result, curr_result_block, packed_result, depth, in Run()
/external/gemmlowp/doc/
Ddesign.md127 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs);
130 UnpackResult(&result_block, packed_result, packed_lhs, packed_rhs, depth,
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp2368 const fs_reg packed_result = bld.vgrf(dest.type, iter_components); in do_untyped_vector_read() local
2370 bld, packed_result, read_result, iter_components); in do_untyped_vector_read()
2376 offset(packed_result, bld, c)); in do_untyped_vector_read()