Home
last modified time | relevance | path

Searched defs:t_float (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c454 LLVMValueRef s_float, t_float = NULL, r_float = NULL; in lp_build_sample_image_nearest() local
757 LLVMValueRef t_ipart = NULL, t_fpart = NULL, t_float = NULL; in lp_build_sample_image_linear() local
/aosp_15_r20/external/skia/modules/skresources/src/
H A DSkResources.cpp62 sk_sp<SkImage> getFrame(float t_float) override { in getFrame()