Searched refs:dxy20 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_setup.c | 545 LLVMValueRef pixel_center, xy0_center, dxy01, dxy20, dyx20; in init_args() local 570 dxy20 = LLVMBuildFSub(b, attr_pos[2], attr_pos[0], "dxy20"); in init_args() 578 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, shuf10, ""); in init_args() 590 polygon_offset = lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos); in init_args() 595 dxy20 = LLVMBuildFMul(b, dxy20, ooa, ""); in init_args() 598 args->dy20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, onei); in init_args() 601 args->dx20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, zero in init_args() [all...] |
Completed in 2 milliseconds