Home
last modified time | relevance | path

Searched refs:dxy20 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c640 LLVMValueRef pixel_center, xy0_center, dxy01, dxy20, dyx20; in init_args() local
664 dxy20 = LLVMBuildFSub(b, attr_pos[2], attr_pos[0], "dxy20"); in init_args()
672 dyx20 = LLVMBuildShuffleVector(b, dxy20, dxy20, shuf10, ""); in init_args()
684 lp_do_offset_tri(gallivm, args, key, ooa, dxy01, dxy20, attr_pos); in init_args()
687 dxy20 = LLVMBuildFMul(b, dxy20, ooa, ""); in init_args()
690 args->dy20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, onei); in init_args()
693 args->dx20_ooa = lp_build_extract_broadcast(gallivm, typef4, typef4, dxy20, zeroi); in init_args()