Home
last modified time | relevance | path

Searched refs:lp_build_gather_values (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.h65 lp_build_gather_values(struct gallivm_state * gallivm,
Dlp_bld_gather.c587 lp_build_gather_values(struct gallivm_state * gallivm, in lp_build_gather_values() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c331 tid_vals[0] = lp_build_gather_values(gallivm, tids_x, cs_type.length); in generate_compute()
332 tid_vals[1] = lp_build_gather_values(gallivm, tids_y, cs_type.length); in generate_compute()
333 tid_vals[2] = lp_build_gather_values(gallivm, tids_z, cs_type.length); in generate_compute()
Dlp_state_fs.c535 LLVMValueRef packed = lp_build_gather_values(gallivm, dst, block_size); in fs_fb_fetch()