Home
last modified time | relevance | path

Searched defs:const_offset (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/meta/
Dsingle_thread_gemm.h8624 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_0_0_aligned() local
8679 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_0_1_aligned() local
8734 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_0_2_aligned() local
8789 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_0_3_aligned() local
8844 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_0_4_aligned() local
8899 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_0_5_aligned() local
8954 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_0_6_aligned() local
9009 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_0_7_aligned() local
9064 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_1_0_aligned() local
9122 const std::int32_t const_offset = lhs_offset * rhs_offset * k + result_offset; in gemm_q8_0_1_1_aligned() local
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_buffer.c190 uint32_t *const_offset) in r600_upload_const_buffer()
/external/mesa3d/src/glsl/
Dlower_ubo_reference.cpp89 unsigned const_offset = 0; in handle_rvalue() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp1327 unsigned const_offset = const_offset_ir ? const_offset_ir->value.u[0] : 0; in visit() local