Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsingle_thread_gemm.h121 PackedResult packed_result(allocator, block_params); in SingleThreadGemm()
143 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs, in SingleThreadGemm()
147 result, MatrixBlockBounds(r, c, rs, cs), packed_result, depth, in SingleThreadGemm()
Dcompute.h93 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument
97 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
Dmulti_thread_gemm.h462 PackedResult packed_result(local_allocator, block_params); in Run()
474 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs, in Run()
480 &result, curr_result_block, packed_result, depth, in Run()
/external/gemmlowp/doc/
Ddesign.txt128 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs);
131 UnpackResult(&result_block, packed_result, packed_lhs, packed_rhs, depth,
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/mesa/drivers/dri/i965/
Dbrw_fs_nir.cpp2204 const fs_reg packed_result = bld.vgrf(dest.type, iter_components); in do_untyped_vector_read() local
2206 bld, packed_result, read_result, iter_components); in do_untyped_vector_read()
2212 offset(packed_result, bld, c)); in do_untyped_vector_read()