Home
last modified time | relevance | path

Searched refs:pixel_offsets (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c787 LLVMValueRef pixel_offsets; in get_soa_array_offsets() local
790 pixel_offsets = uint_bld->undef; in get_soa_array_offsets()
793 pixel_offsets = LLVMBuildInsertElement(gallivm->builder, pixel_offsets, in get_soa_array_offsets()
796 index_vec = lp_build_add(uint_bld, index_vec, pixel_offsets); in get_soa_array_offsets()
H A Dlp_bld_nir_soa.c208 LLVMValueRef pixel_offsets; in get_soa_array_offsets() local
211 pixel_offsets = uint_bld->undef; in get_soa_array_offsets()
214 pixel_offsets = LLVMBuildInsertElement(gallivm->builder, pixel_offsets, in get_soa_array_offsets()
217 index_vec = lp_build_add(uint_bld, index_vec, pixel_offsets); in get_soa_array_offsets()

Completed in 12 milliseconds