Searched refs:soa (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 956 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 D | lp_bld_tgsi.c | 284 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) { 312 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) {
|
| H A D | lp_bld_tgsi.h | 387 boolean soa; member in struct:lp_build_tgsi_context
|
| H A D | lp_bld_tgsi_soa.c | 3908 bld.bld_base.soa = TRUE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi.c | 284 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) { 312 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) {
|
| H A D | lp_bld_tgsi.h | 400 boolean soa; member in struct:lp_build_tgsi_context
|
| H A D | lp_bld_tgsi_soa.c | 4479 bld.bld_base.soa = TRUE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_llvm.c | 1328 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 D | si_shader_tgsi_setup.c | 985 bld_base->soa = 1;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.10.rst | 2450 - gallivm: optimize soa linear clamp to edge wrap mode a bit 2453 soa path
|
| H A D | 20.2.0.rst | 1478 - draw: pass number of images to image soa create 1479 - llvmpipe: pass number of images into image soa create
|
Completed in 35 milliseconds