Searched refs:linear_mask (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c995 * If linear_mask is present, only pixels having their mask set
1002 LLVMValueRef linear_mask,
1293 if (linear_mask) {
1306 s_fpart = lp_build_select(c_bld, linear_mask, s_fpart, w1_weight);
1310 t_fpart = lp_build_select(c_bld, linear_mask, t_fpart, w1_weight);
1314 r_fpart = lp_build_select(c_bld, linear_mask, r_fpart, w1_weight);
1373 * To avoid having to duplicate linear_mask / fetch code use
1882 * on linear_mask.
1883 * lod can be per quad but linear_mask is always per pixel.
1890 LLVMValueRef linear_mask,
999 lp_build_sample_image_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef size,LLVMValueRef linear_mask,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef colors_out[4]) argument
1889 lp_build_sample_mipmap_both(struct lp_build_sample_context * bld,LLVMValueRef linear_mask,unsigned mip_filter,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef ilevel0,LLVMValueRef ilevel1,LLVMValueRef lod_fpart,LLVMValueRef lod_positive,LLVMValueRef * colors_out) argument
2511 LLVMValueRef need_linear, linear_mask; local in function:lp_build_sample_general
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1005 * If linear_mask is present, only pixels having their mask set
1012 LLVMValueRef linear_mask,
1319 if (linear_mask) {
1332 s_fpart = lp_build_select(c_bld, linear_mask, s_fpart, w1_weight);
1336 t_fpart = lp_build_select(c_bld, linear_mask, t_fpart, w1_weight);
1340 r_fpart = lp_build_select(c_bld, linear_mask, r_fpart, w1_weight);
1400 * To avoid having to duplicate linear_mask / fetch code use
1918 * on linear_mask.
1919 * lod can be per quad but linear_mask is always per pixel.
1926 LLVMValueRef linear_mask,
1009 lp_build_sample_image_linear(struct lp_build_sample_context * bld,boolean is_gather,LLVMValueRef size,LLVMValueRef linear_mask,LLVMValueRef row_stride_vec,LLVMValueRef img_stride_vec,LLVMValueRef data_ptr,LLVMValueRef mipoffsets,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef colors_out[4]) argument
1925 lp_build_sample_mipmap_both(struct lp_build_sample_context * bld,LLVMValueRef linear_mask,unsigned mip_filter,const LLVMValueRef * coords,const LLVMValueRef * offsets,LLVMValueRef ilevel0,LLVMValueRef ilevel1,LLVMValueRef lod_fpart,LLVMValueRef lod_positive,LLVMValueRef * colors_out) argument
3001 LLVMValueRef need_linear, linear_mask; local in function:lp_build_sample_general
[all...]

Completed in 9 milliseconds