Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c384 static const char *sample_loc[] = { in print_fetch_tex() local
433 printf(" LOCATION(%s)", sample_loc[tex->sample_location]); in print_fetch_tex()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c190 unsigned sample_loc; in ntt_setup_inputs() local
208 sample_loc = TGSI_INTERPOLATE_LOC_SAMPLE; in ntt_setup_inputs()
210 sample_loc = TGSI_INTERPOLATE_LOC_CENTROID; in ntt_setup_inputs()
214 sample_loc = TGSI_INTERPOLATE_LOC_CENTER; in ntt_setup_inputs()
228 sample_loc, in ntt_setup_inputs()