Searched refs:fetch_sampler_unit (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 2200 fetch_sampler_unit(struct tgsi_exec_machine *mach, in fetch_sampler_unit() function 2255 unit = fetch_sampler_unit(mach, inst, sampler); in exec_tex() 2361 resource_unit = fetch_sampler_unit(mach, inst, 1); in exec_lodq() 2365 sampler_unit = fetch_sampler_unit(mach, inst, 2); in exec_lodq() 2437 unit = fetch_sampler_unit(mach, inst, 3); in exec_txd() 2547 unit = fetch_sampler_unit(mach, inst, 1); in exec_txf() 2630 unit = fetch_sampler_unit(mach, inst, 1); in exec_txq() 3838 unit = fetch_sampler_unit(mach, inst, 0); in exec_load_img() 3883 unit = fetch_sampler_unit(mach, inst, 0); in exec_load_buf() 4086 unit = fetch_sampler_unit(mach, inst, 0); in exec_atomop_img() [all …]
|