Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c553 LLVMValueRef pixel_center, xy0_center, dxy01, dxy20, dyx20; in init_args() local
577 dxy01 = LLVMBuildFSub(b, attr_pos[0], attr_pos[1], "dxy01"); in init_args()
588 ef = LLVMBuildFMul(b, dxy01, dyx20, "ef"); in init_args()
598 polygon_offset = lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos); in init_args()
604 dxy01 = LLVMBuildFMul(b, dxy01, ooa, ""); in init_args()
607 args->dy01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, onei); in init_args()
610 args->dx01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, zeroi); in init_args()