Searched refs:masking (Results 1 – 25 of 43) sorted by relevance
12
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | shader.c | 48 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()
|
D | vg_state.h | 82 VGboolean masking; member
|
D | vg_state.c | 84 state->masking = VG_FALSE; in vg_init_state()
|
D | mask.c | 518 if (ctx->state.vg.masking) { in mask_bind_samplers()
|
D | vg_context.c | 419 shader_set_masking(ctx->shader, ctx->state.vg.masking); in vg_validate_state()
|
D | api_params.c | 215 state->masking = value; in vegaSeti() 625 value = state->masking; in vegaGeti()
|
/external/llvm/test/MC/Mips/ |
D | nacl-mask.s | 5 # 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/ |
D | DifferingTypes.ll | 2 ; generated code should perform the appropriate masking operations required
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | mul_int24.ll | 9 ; Make sure we are not masking the inputs
|
D | mad_int24.ll | 11 ; Make sure we aren't masking the inputs.
|
/external/mesa3d/src/mesa/main/ |
D | accum.c | 362 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/ |
D | 2011-12-15-vec_shift.ll | 13 ; Make sure we're masking and pcmp'ing the VSELECT conditon vector.
|
/external/llvm/test/Transforms/InstCombine/ |
D | fabs.ll | 102 ; 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/ |
D | shift-05.ll | 84 ; 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
|
D | shift-07.ll | 84 ; 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
|
D | shift-06.ll | 84 ; 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
|
D | shift-08.ll | 107 ; 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
|
D | shift-04.ll | 106 ; 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
|
D | addr-01.ll | 79 ; Like f6, but without the masking. This OR doesn't count as a displacement.
|
D | addr-02.ll | 86 ; Like f6, but without the masking. This OR doesn't count as a displacement.
|
/external/libvorbis/lib/ |
D | Makefile.am | 15 masking.h os.h mdct.h smallft.h highlevel.h\
|
/external/clang/lib/CodeGen/ |
D | README.txt | 14 Bitfields accesses can be shifted to simplify masking and sign
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-bitfield-extract.ll | 345 ; 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/ |
D | project.pbxproj | 69 …F5D8F63703389C830112CE8F /* masking.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode… 189 F5D8F63703389C830112CE8F /* masking.h */,
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 354 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