Searched refs:dxy01 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 640 LLVMValueRef pixel_center, xy0_center, dxy01, dxy20, dyx20; in init_args() local 663 dxy01 = LLVMBuildFSub(b, attr_pos[0], attr_pos[1], "dxy01"); in init_args() 674 ef = LLVMBuildFMul(b, dxy01, dyx20, "ef"); in init_args() 684 lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos); in init_args() 688 dxy01 = LLVMBuildFMul(b, dxy01, ooa, ""); in init_args() 691 args->dy01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, onei); in init_args() 694 args->dx01_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy01, zeroi); in init_args()
|