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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c956 LLVMValueRef soa[TGSI_NUM_CHANNELS]; local in function:convert_to_aos
976 soa[chan] = out;
979 soa[chan] = 0;
985 lp_build_transpose_aos(gallivm, soa_type, soa, aos);
987 lp_build_transpose_aos(gallivm, soa_type, soa, soa);
991 soa[i % TGSI_NUM_CHANNELS],
1023 LLVMValueRef soa[4]; local in function:store_clip
1042 soa[0] = LLVMBuildLoad(builder, outputs[idx][0], ""); /*x0 x1 .. xn*/
1043 soa[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c284 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) {
312 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) {
H A Dlp_bld_tgsi.h387 boolean soa; member in struct:lp_build_tgsi_context
H A Dlp_bld_tgsi_soa.c3908 bld.bld_base.soa = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c284 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) {
312 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) {
H A Dlp_bld_tgsi.h400 boolean soa; member in struct:lp_build_tgsi_context
H A Dlp_bld_tgsi_soa.c4479 bld.bld_base.soa = TRUE;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1328 LLVMValueRef soa[TGSI_NUM_CHANNELS]; local in function:convert_to_aos
1348 soa[chan] = out;
1351 soa[chan] = 0;
1357 lp_build_transpose_aos(gallivm, soa_type, soa, aos);
1359 lp_build_transpose_aos(gallivm, soa_type, soa, soa);
1363 soa[i % TGSI_NUM_CHANNELS],
1395 LLVMValueRef soa[4]; local in function:store_clip
1414 soa[0] = LLVMBuildLoad(builder, outputs[idx][0], ""); /*x0 x1 .. xn*/
1415 soa[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c985 bld_base->soa = 1;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.10.rst2450 - gallivm: optimize soa linear clamp to edge wrap mode a bit
2453 soa path
H A D20.2.0.rst1478 - draw: pass number of images to image soa create
1479 - llvmpipe: pass number of images into image soa create

Completed in 35 milliseconds