Searched refs:dyx20 (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 553 LLVMValueRef pixel_center, xy0_center, dxy01, dxy20, dyx20; in init_args() local 586 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, shuf10, ""); in init_args() 588 ef = LLVMBuildFMul(b, dxy01, dyx20, "ef"); in init_args()
|