Home
last modified time | relevance | path

Searched refs:vec_size (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dfft.c60 aom_fft_unpack_func_t unpack, int vec_size) { in aom_fft_2d_gen() argument
61 for (int x = 0; x < n; x += vec_size) { in aom_fft_2d_gen()
66 for (int x = 0; x < n; x += vec_size) { in aom_fft_2d_gen()
117 aom_fft_transpose_func_t transpose, int vec_size) { in aom_ifft_2d_gen() argument
129 for (int i = 0; i < 2; i += vec_size) { in aom_ifft_2d_gen()
144 for (int y = 2; y < vec_size; y++) { in aom_ifft_2d_gen()
148 for (int y = AOMMAX(2, vec_size); y < n; y += vec_size) { in aom_ifft_2d_gen()
180 for (int y = 0; y < n; y += vec_size) { in aom_ifft_2d_gen()
Dfft_common.h92 aom_fft_unpack_func_t unpack, int vec_size);
109 aom_fft_transpose_func_t transpose, int vec_size);
/external/libaom/libaom/av1/common/x86/
Dav1_txfm_sse4.c19 const int vec_size = size >> 2; in av1_round_shift_array_sse4_1() local
20 av1_round_shift_array_32_sse4_1(vec, vec, vec_size, bit); in av1_round_shift_array_sse4_1()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.i172 const int vec_size = PySequence_Size(o); variable
173 vec.reserve(vec_size);
174 for (int j = 0; j < vec_size; ++j) {
/external/mesa3d/src/compiler/glsl/
Dserialize.cpp448 unsigned vec_size = in write_uniforms() local
455 sizeof(union gl_constant_value) * vec_size); in write_uniforms()
517 unsigned vec_size = in read_uniforms() local
525 sizeof(union gl_constant_value) * vec_size); in read_uniforms()
527 assert(vec_size + prog->data->UniformStorage[i].storage <= in read_uniforms()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_draw.c289 attr.vec_size = 1; in vc5_emit_gl_shader_state()
Dvc5_state.c315 attr.vec_size = desc->nr_channels & 3; in vc5_vertex_state_create()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc5552 uptr vec_size = ((length + page_size - 1) & (~(page_size - 1))) / page_size;
5553 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, vec, vec_size);