HomeSort by: relevance | last modified time | path
    Searched refs:linear_mask (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 995 * 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,
2511 LLVMValueRef need_linear, linear_mask; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 1005 * 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,
3001 LLVMValueRef need_linear, linear_mask; local
    [all...]

Completed in 9 milliseconds