Searched refs:dyx20 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 604 LLVMValueRef pixel_center, xy0_center, dxy01, dxy20, dyx20; in init_args() local 631 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, LLVMConstVector(shuffles, 4), ""); in init_args() 633 ef = LLVMBuildFMul(b, dxy01, dyx20, "ef"); in init_args()
|