Searched refs:lp_build_gather_values (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.h | 65 lp_build_gather_values(struct gallivm_state * gallivm,
|
D | lp_bld_gather.c | 587 lp_build_gather_values(struct gallivm_state * gallivm, in lp_build_gather_values() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_cs.c | 331 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()
|
D | lp_state_fs.c | 535 LLVMValueRef packed = lp_build_gather_values(gallivm, dst, block_size); in fs_fb_fetch()
|