Searched refs:s_mask (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_tns.cpp185 UCHAR coef,s_mask; local
197 s_mask = sgn_mask[coef_res + 1 - coef_compress];
203 filter->Coeff[i] = (coef & s_mask) ? (coef | n_mask) : coef;
/external/chromium_org/cc/output/
H A Dshader.cc1005 "s_mask",
1031 uniform SamplerType s_mask; local
1040 vec4 maskColor = TextureLookup(s_mask, maskTexCoord);
1058 "s_mask",
1083 uniform SamplerType s_mask; local
1095 vec4 maskColor = TextureLookup(s_mask, maskTexCoord);
1119 "s_mask",
1148 uniform SamplerType s_mask; local
1167 vec4 maskColor = TextureLookup(s_mask, maskTexCoord);
1246 "s_mask",
1276 uniform SamplerType s_mask; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c645 unsigned s_shift, s_mask; local
668 if (get_s_shift_and_mask(format_desc, &s_shift, &s_mask)) {
678 if (s_mask != 0xffffffff) {
679 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c645 unsigned s_shift, s_mask; local
668 if (get_s_shift_and_mask(format_desc, &s_shift, &s_mask)) {
678 if (s_mask != 0xffffffff) {
679 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask);

Completed in 380 milliseconds