Searched refs:pixel_offsets (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 1176 LLVMValueRef pixel_offsets; local in function:get_soa_array_offsets 1179 pixel_offsets = uint_bld->undef; 1182 pixel_offsets = LLVMBuildInsertElement(gallivm->builder, pixel_offsets, 1185 index_vec = lp_build_add(uint_bld, index_vec, pixel_offsets);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_nir_soa.c | 172 LLVMValueRef pixel_offsets; local in function:get_soa_array_offsets 175 pixel_offsets = uint_bld->undef; 178 pixel_offsets = LLVMBuildInsertElement(gallivm->builder, pixel_offsets, 181 index_vec = lp_build_add(uint_bld, index_vec, pixel_offsets);
|
| H A D | lp_bld_tgsi_soa.c | 787 LLVMValueRef pixel_offsets; local in function:get_soa_array_offsets 790 pixel_offsets = uint_bld->undef; 793 pixel_offsets = LLVMBuildInsertElement(gallivm->builder, pixel_offsets, 796 index_vec = lp_build_add(uint_bld, index_vec, pixel_offsets);
|
Completed in 17 milliseconds