Searched refs:dyx20 (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 672 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, shuf10, ""); in init_args() 674 ef = LLVMBuildFMul(b, dxy01, dyx20, "ef"); in init_args()
|