Searched refs:vector_width (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp90 const unsigned vector_width = 2 * sizeof(__m128i) / sizeof(scalar_type); variable in namespace:__anonf7e3c6710110
98 assert(i < vector_width);
108 assert(i < vector_width);
198 const unsigned vector_width = 1; variable in namespace:__anonf7e3c6710210
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,
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_bank_conflicts.cpp90 const unsigned vector_width = 2 * sizeof(__m128i) / sizeof(scalar_type); variable in namespace:__anond43867c40110
98 assert(i < vector_width);
108 assert(i < vector_width);
198 const unsigned vector_width = 1; variable in namespace:__anond43867c40210
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,
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c399 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));
H A Dlp_bld_sample.h369 unsigned vector_width; member in struct:lp_build_sample_context
H A Dlp_bld_sample_soa.c3368 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/
H A Dlp_bld_sample_aos.c399 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));
H A Dlp_bld_sample.h318 unsigned vector_width; member in struct:lp_build_sample_context
H A Dlp_bld_sample_soa.c2838 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/
H A Dlp_state_fs.c1755 unsigned vector_width; local in function:generate_unswizzled_blend
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/
H A Dlp_state_fs.c2339 unsigned vector_width; local in function:generate_unswizzled_blend
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;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json9687 { "kind" : "LiteralInteger", "name" : "'vector_width'" }

Completed in 86 milliseconds