HomeSort by: relevance | last modified time | path
    Searched refs:vector_width (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_fs_bank_conflicts.cpp 90 const unsigned vector_width = 2 * sizeof(__m128i) / sizeof(scalar_type); member in namespace:__anon2382
98 assert(i < vector_width);
108 assert(i < vector_width);
198 const unsigned vector_width = 1;
206 assert(i < vector_width);
216 assert(i < vector_width);
286 DIV_ROUND_UP(u.size, vector_width) * sizeof(vector_type));
310 const unsigned size = DIV_ROUND_UP(n, vector_width) * sizeof(vector_type);
325 set(v.v[(2 * i + p) / vector_width], (2 * i + p) % vector_width, x)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_bank_conflicts.cpp 90 const unsigned vector_width = 2 * sizeof(__m128i) / sizeof(scalar_type); member in namespace:__anon4725
98 assert(i < vector_width);
108 assert(i < vector_width);
198 const unsigned vector_width = 1;
206 assert(i < vector_width);
216 assert(i < vector_width);
286 DIV_ROUND_UP(u.size, vector_width) * sizeof(vector_type));
310 const unsigned size = DIV_ROUND_UP(n, vector_width) * sizeof(vector_type);
325 set(v.v[(2 * i + p) / vector_width], (2 * i + p) % vector_width, x)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 399 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
459 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
581 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
767 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
1035 lp_build_context_init(&u8n_bld, bld->gallivm, lp_type_unorm(8, bld->vector_width));
1139 lp_build_context_init(&u8n_bld, bld->gallivm, lp_type_unorm(8, bld->vector_width));
lp_bld_sample.h 369 unsigned vector_width; member in struct:lp_build_sample_context
lp_bld_sample_soa.c 3368 bld.vector_width = lp_type_width(type);
3748 bld4.vector_width = lp_type_width(type4);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 399 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
459 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
581 lp_build_context_init(&u8n, bld->gallivm, lp_type_unorm(8, bld->vector_width));
775 lp_build_context_init(&i32, bld->gallivm, lp_type_int_vec(32, bld->vector_width));
1044 lp_build_context_init(&u8n_bld, bld->gallivm, lp_type_unorm(8, bld->vector_width));
1143 lp_build_context_init(&u8n_bld, bld->gallivm, lp_type_unorm(8, bld->vector_width));
lp_bld_sample.h 318 unsigned vector_width; member in struct:lp_build_sample_context
lp_bld_sample_soa.c 2838 bld.vector_width = lp_type_width(type);
3227 bld4.vector_width = lp_type_width(type4);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 1755 unsigned vector_width; local
1822 vector_width = dst_type.floating ? lp_native_vector_width : lp_integer_vector_width;
2055 assert(src_count >= (vector_width / bits));
2057 dst_count = src_count / (vector_width / bits);
2123 pad_inline &= (dst_channels * (block_size / src_count) * row_type.width) != vector_width;
2157 mask_type.length = vector_width / mask_type.width;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_fs.c 2339 unsigned vector_width; local
2406 vector_width = dst_type.floating ? lp_native_vector_width : lp_integer_vector_width;
2639 assert(src_count >= (vector_width / bits));
2641 dst_count = src_count / (vector_width / bits);
2707 pad_inline &= (dst_channels * (block_size / src_count) * row_type.width) != vector_width;
2741 mask_type.length = vector_width / mask_type.width;

Completed in 27 milliseconds