Home
last modified time | relevance | path

Searched refs:LP_INTERP_PERSPECTIVE (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c232 case LP_INTERP_PERSPECTIVE: in coeffs_init_simple()
325 case LP_INTERP_PERSPECTIVE: in attribs_update_simple()
387 if (interp == LP_INTERP_PERSPECTIVE) { in attribs_update_simple()
463 case LP_INTERP_PERSPECTIVE: in lp_build_interp_soa_indirect()
485 if (interp == LP_INTERP_PERSPECTIVE) { in lp_build_interp_soa_indirect()
606 case LP_INTERP_PERSPECTIVE: in lp_build_interp_soa()
627 if (interp == LP_INTERP_PERSPECTIVE) { in lp_build_interp_soa()
Dlp_bld_interp.h64 LP_INTERP_PERSPECTIVE, enumerator
Dlp_setup_point.c224 boolean perspective = !!(interp == LP_INTERP_PERSPECTIVE); in setup_point_coefficients()
244 case LP_INTERP_PERSPECTIVE: { in setup_point_coefficients()
Dlp_state_setup.c591 case LP_INTERP_PERSPECTIVE: in emit_tri_coef()
879 key->inputs[i].interp = LP_INTERP_PERSPECTIVE; in lp_make_setup_variant_key()
Dlp_setup_line.c200 case LP_INTERP_PERSPECTIVE: in setup_line_coefficients()
Dlp_state_fs.c2977 inputs[i].interp = LP_INTERP_PERSPECTIVE; in generate_fragment()
3645 shader->inputs[i].interp = LP_INTERP_PERSPECTIVE; in llvmpipe_create_fs_state()