Home
last modified time | relevance | path

Searched refs:sample_loc (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c402 static const char *sample_loc[] = { in print_fetch_tex() local
451 printf(" LOCATION(%s)", sample_loc[tex->sample_location]); in print_fetch_tex()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c810 unsigned sample_loc; in ntt_setup_inputs() local
828 sample_loc = TGSI_INTERPOLATE_LOC_SAMPLE; in ntt_setup_inputs()
830 sample_loc = TGSI_INTERPOLATE_LOC_CENTROID; in ntt_setup_inputs()
834 sample_loc = TGSI_INTERPOLATE_LOC_CENTER; in ntt_setup_inputs()
847 sample_loc, in ntt_setup_inputs()