Home
last modified time | relevance | path

Searched defs:s_mask (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo.c929 const int s_mask = (2 << lowres) - 1; in hpel_motion_lowres() local
983 const int s_mask = (2 << lowres) - 1; in mpeg_motion_lowres() local
1113 const int s_mask = (2 << lowres) - 1; chroma_4mv_motion_lowres() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c936 unsigned s_shift, s_mask; in lp_build_depth_stencil_test() local
H A Dlp_state_fs.c422 LLVMValueRef s_mask = LLVMBuildLoad(builder, s_mask_ptr, ""); in lp_build_sample_alpha_to_coverage() local
787 LLVMValueRef s_mask = lp_build_pointer_get(builder, mask_store, s_mask_idx); in generate_fs_loop() local
821 LLVMValueRef s_mask = NULL, s_mask_ptr = NULL; in generate_fs_loop() local
3310 LLVMValueRef s_mask = generate_quad_mask(gallivm, fs_type, generate_fragment() local
[all...]

Completed in 7 milliseconds