/external/mesa3d/src/gallium/state_trackers/vega/ |
mask.c | 518 if (ctx->state.vg.masking) {
|
vg_context.c | 419 shader_set_masking(ctx->shader, ctx->state.vg.masking);
|
api_params.c | 215 state->masking = value; 625 value = state->masking; [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_clear.c | 229 /* blend state: RGBA masking */
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
pitch_estimator.c | 543 /* lookahead pitch filtering for masking analysis */
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec_core_sse2.c | 225 // This is done by masking the exponent, shifting it into the top bit of
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
bitstream_io.cpp | 181 stream->current_word = code; /* no extra masking for code, must be handled before saving */
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/ |
viddec_mpeg2_workload.c | 119 /* in parser context into workitems by bit masking. These workitems are then */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
cyclades.h | 396 __u32 intr_enable; /* interrupt masking */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
cyclades.h | 396 __u32 intr_enable; /* interrupt masking */
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
CharsTrie.java | [all...] |
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMAddressingModes.h | 349 // Likewise, try masking out a splat value first. 370 // Try masking out a splat value first.
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAndOrXor.cpp | 209 // Ok, at this point, we know that we are masking the result of the 244 // Masking out bits that the shift already masks. 264 // Masking out bits that the shift already masks. 275 // See if this is shifting in some sign extension, then masking it out 282 if (C == AndRHS) { // Masking out bits shifted in. 729 // Convert the masking analysis into its equivalent with negated [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 463 ;// Due to lack of register, the row counter and a masking value required 465 ;// holds the row counter values and rest holds the masking variable left
|
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 515 * an absolute value rather than correctly masking out the bits 527 * an absolute value rather than correctly masking out the bits [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrAVX512.td | 147 // with the appropriate element type. This allows to use the same masking logic. 171 // This multiclass generates the masking variants from the non-masking 172 // variant. It only provides the assembly pieces for the masking variants. 173 // It assumes custom ISel patterns for masking which can be provided as 232 // This multiclass generates the unconditional/non-masking, the masking and 233 // the zero-masking variant of the vector instruction. In the masking case, the 248 // This multiclass generates the unconditional/non-masking, the masking an [all...] |
/system/extras/ksmutils/ |
lookup3.c | 314 * still catch it and complain. The masking trick does make the hash 499 * still catch it and complain. The masking trick does make the hash 676 * still catch it and complain. The masking trick does make the hash [all...] |
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
WebSocketConnectionRFC6455.java | 58 * | |Masking-key, if MASK set to 1 | 60 * | Masking-key (continued) | Payload Data | [all...] |
/external/libopus/celt/ |
bands.c | 946 /* Rough approximation for pre-echo masking */ 949 /* Corresponds to a forward-masking slope of 1.5 dB per 10 ms */ [all...] |
/external/valgrind/none/tests/ppc32/ |
test_isa_2_06_part3.c | 514 /* Unable to compute theoretical difference, so we fall back to masking out 544 /* Unable to compute theoretical difference, so we fall back to masking out [all...] |
/external/valgrind/none/tests/ppc64/ |
test_isa_2_07_part2.c | 877 /* Unable to compute theoretical difference, so we fall back to masking out 885 printf("Unable to compute theoretical difference, so we fall back to masking\n"); [all...] |
/art/runtime/gc/space/ |
large_object_space.cc | 317 static constexpr uint32_t kFlagsMask = ~(kFlagFree | kFlagZygote); // Combined flags for masking.
|
/external/aac/libAACdec/src/ |
block.cpp | 407 x <<= 1; /* shift out sign bit to avoid masking later on */
|
/external/deqp/modules/gles31/functional/ |
es31fAdvancedBlendTests.cpp | 494 // Emulate lack of alpha by clearing to 1 and masking out alpha writes
|
/external/icu/icu4c/source/common/ |
ucnv_ext.h | 430 /* use after masking off the roundtrip flag */
|