Home
last modified time | relevance | path

Searched refs:masking (Results 1 – 25 of 43) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/vega/
Dshader.c48 VGboolean masking; member
86 shader->masking = set; in shader_set_masking()
91 return shader->masking; in shader_is_masking()
335 if (shader->masking) in setup_shader_program()
Dvg_state.h82 VGboolean masking; member
Dvg_state.c84 state->masking = VG_FALSE; in vg_init_state()
Dmask.c518 if (ctx->state.vg.masking) { in mask_bind_samplers()
Dvg_context.c419 shader_set_masking(ctx->shader, ctx->state.vg.masking); in vg_validate_state()
Dapi_params.c215 state->masking = value; in vegaSeti()
625 value = state->masking; in vegaGeti()
/external/llvm/test/MC/Mips/
Dnacl-mask.s5 # This test tests that address-masking sandboxing is added when given assembly
9 # Test that address-masking sandboxing is added before indirect branches and
37 # Test that address-masking sandboxing is added before load instructions.
107 # Test that address-masking sandboxing is added before store instructions.
169 # Test that address-masking sandboxing is added after instructions that change
/external/llvm/test/Transforms/ScalarRepl/
DDifferingTypes.ll2 ; generated code should perform the appropriate masking operations required
/external/llvm/test/CodeGen/AMDGPU/
Dmul_int24.ll9 ; Make sure we are not masking the inputs
Dmad_int24.ll11 ; Make sure we aren't masking the inputs.
/external/mesa3d/src/mesa/main/
Daccum.c362 const GLboolean masking = (!ctx->Color.ColorMask[buffer][RCOMP] || in accum_return() local
368 if (masking) in accum_return()
398 if (masking) { in accum_return()
/external/llvm/test/CodeGen/X86/
D2011-12-15-vec_shift.ll13 ; Make sure we're masking and pcmp'ing the VSELECT conditon vector.
/external/llvm/test/Transforms/InstCombine/
Dfabs.ll102 ; A scalar fabs op makes the sign bit zero, so masking off all of the other bits means we can retur…
114 ; TODO: A vector fabs op makes the sign bits zero, so masking off all of the other bits means we ca…
/external/llvm/test/CodeGen/SystemZ/
Dshift-05.ll84 ; Check the next value up, which without masking must use a separate
117 ; Check the next value down, which without masking must use a separate
Dshift-07.ll84 ; Check the next value up, which without masking must use a separate
117 ; Check the next value down, which without masking must use a separate
Dshift-06.ll84 ; Check the next value up, which without masking must use a separate
117 ; Check the next value down, which without masking must use a separate
Dshift-08.ll107 ; Check the next value up, which without masking must use a separate
149 ; Check the next value down, which without masking must use a separate
Dshift-04.ll106 ; Check the next value up, which without masking must use a separate
148 ; Check the next value down, which without masking must use a separate
Daddr-01.ll79 ; Like f6, but without the masking. This OR doesn't count as a displacement.
Daddr-02.ll86 ; Like f6, but without the masking. This OR doesn't count as a displacement.
/external/libvorbis/lib/
DMakefile.am15 masking.h os.h mdct.h smallft.h highlevel.h\
/external/clang/lib/CodeGen/
DREADME.txt14 Bitfields accesses can be shifted to simplify masking and sign
/external/llvm/test/CodeGen/AArch64/
Darm64-bitfield-extract.ll345 ; and some low bits and a masking operation has to be kept
353 ; Do the masking
373 ; and some low bits and a masking operation has to be kept
382 ; Do the masking
/external/libvorbis/macosx/Vorbis.xcodeproj/
Dproject.pbxproj69 …F5D8F63703389C830112CE8F /* masking.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode…
189 F5D8F63703389C830112CE8F /* masking.h */,
/external/libvpx/libvpx/
DCHANGELOG354 Improved activity masking (lower PSNR impact for same SSIM boost)
382 --tune=ssim option to enable activity masking
415 also includes support for "activity masking," which greatly improves
427 Add simple version of activity masking.

12