Home
last modified time | relevance | path

Searched refs:tgsi_interpolate (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp375 tgsi_interpolate_mode tgsi_interpolate = TGSI_INTERPOLATE_CONSTANT; in scan_input() local
406 tgsi_interpolate = TGSI_INTERPOLATE_COLOR; in scan_input()
411 tgsi_interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in scan_input()
414 tgsi_interpolate = TGSI_INTERPOLATE_LINEAR; in scan_input()
419 tgsi_interpolate = TGSI_INTERPOLATE_COLOR; in scan_input()
447 input.set_interpolator(tgsi_interpolate, tgsi_loc, uses_interpol_at_centroid); in scan_input()

Completed in 4 milliseconds