Searched refs:packed_result (Results 1 – 5 of 5) sorted by relevance
/external/gemmlowp/internal/ |
D | single_thread_gemm.h | 120 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()
|
D | compute.h | 107 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument 111 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
|
D | multi_thread_gemm.h | 470 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/ |
D | design.md | 127 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/ |
D | brw_fs_nir.cpp | 2368 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()
|