/third_party/mesa3d/src/intel/tools/tests/gen9/ |
D | send.asm | 32 urb MsgDesc: 1 SIMD8 write masked mlen 6 rlen 0 { align1 1Q }; 34 urb MsgDesc: 1 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; 36 urb MsgDesc: 1 SIMD8 write masked mlen 4 rlen 0 { align1 1Q }; 38 urb MsgDesc: 1 SIMD8 write masked mlen 3 rlen 0 { align1 1Q }; 40 urb MsgDesc: 0 SIMD8 write masked mlen 6 rlen 0 { align1 1Q }; 42 urb MsgDesc: 0 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; 44 urb MsgDesc: 0 SIMD8 write masked mlen 3 rlen 0 { align1 1Q EOT }; 140 urb MsgDesc: 2 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; 142 urb MsgDesc: 3 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; 144 urb MsgDesc: 4 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; [all …]
|
/third_party/mesa3d/src/intel/tools/tests/gen8/ |
D | send.asm | 32 urb MsgDesc: 1 SIMD8 write masked mlen 6 rlen 0 { align1 1Q }; 34 urb MsgDesc: 1 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; 36 urb MsgDesc: 1 SIMD8 write masked mlen 4 rlen 0 { align1 1Q }; 38 urb MsgDesc: 1 SIMD8 write masked mlen 3 rlen 0 { align1 1Q }; 40 urb MsgDesc: 0 SIMD8 write masked mlen 6 rlen 0 { align1 1Q }; 42 urb MsgDesc: 0 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; 48 urb MsgDesc: 0 SIMD8 write masked mlen 3 rlen 0 { align1 1Q EOT }; 138 urb MsgDesc: 2 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; 140 urb MsgDesc: 3 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; 142 urb MsgDesc: 4 SIMD8 write masked mlen 5 rlen 0 { align1 1Q }; [all …]
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | cost_neon.c | 30 const uint8x16_t masked = vandq_u8(eob, vld1q_u8(position)); in SetResidualCoeffs_NEON() local 33 res->last = vmaxvq_u8(masked) - 1; in SetResidualCoeffs_NEON() 35 const uint8x8_t eob_8x8 = vmax_u8(vget_low_u8(masked), vget_high_u8(masked)); in SetResidualCoeffs_NEON()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | cost_neon.c | 30 const uint8x16_t masked = vandq_u8(eob, vld1q_u8(position)); in SetResidualCoeffs_NEON() local 33 res->last = vmaxvq_u8(masked) - 1; in SetResidualCoeffs_NEON() 35 const uint8x8_t eob_8x8 = vmax_u8(vget_low_u8(masked), vget_high_u8(masked)); in SetResidualCoeffs_NEON()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 1586 Int masked = value; in writeColor() local 1588 masked &= *Pointer<Int>(constants + OFFSET(Constants,mask565Q[~bgraWriteMask & 0x7][0])); in writeColor() 1589 c01 |= masked; in writeColor() 1604 Int masked = value; in writeColor() local 1606 masked &= *Pointer<Int>(constants + OFFSET(Constants,mask565Q[~bgraWriteMask & 0x7][0])); in writeColor() 1607 c23 |= masked; in writeColor() 1663 Short4 masked = value; in writeColor() local 1665 masked &= *Pointer<Short4>(constants + OFFSET(Constants,invMaskB4Q[bgraWriteMask][0])); in writeColor() 1666 c01 |= masked; in writeColor() 1681 Short4 masked = value; in writeColor() local [all …]
|
/third_party/node/lib/internal/debugger/ |
D | inspect_client.js | 94 const masked = Buffer.alloc(dataLength); 96 masked[i] = payload[i] ^ mask[i % kMaskingKeyWidthInBytes]; 99 return Buffer.concat([header, additionalLength, mask, masked]); 116 const masked = (secondByte & kMaskBit) !== 0; 125 if (masked) {
|
/third_party/googletest/googletest/src/hwext/ |
D | gtest-tag.cc | 46 int masked = hex&mask; in verify() local 51 masked &= ~c_iter->first; in verify() 55 const bool nice = masked == 0; in verify()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_fp16_conv.c | 149 …nir_ssa_def *masked = nir_ior(b, nir_iand(b, abs, nir_imm_int(b, 0x7FFFFF)), nir_imm_int(b, 0x8000… in float_to_half_impl() local 150 value = nir_ushr(b, masked, nir_iadd(b, i, one)); in float_to_half_impl() 151 guard = nir_iand(b, nir_ushr(b, masked, i), one); in float_to_half_impl() 152 …sticky = nir_bcsel(b, nir_ine(b, nir_iand(b, masked, nir_isub(b, nir_ishl(b, one, i), one)), zero)… in float_to_half_impl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicEnums.inc | 171 masked_compressstore, // llvm.masked.compressstore 172 masked_expandload, // llvm.masked.expandload 173 masked_gather, // llvm.masked.gather 174 masked_load, // llvm.masked.load 175 masked_scatter, // llvm.masked.scatter 176 masked_store, // llvm.masked.store
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_swizzle.c | 538 LLVMValueRef masked; in lp_build_swizzle_aos() local 543 masked = LLVMBuildAnd(builder, a, in lp_build_swizzle_aos() 546 shifted = LLVMBuildShl(builder, masked, in lp_build_swizzle_aos() 549 shifted = LLVMBuildLShr(builder, masked, in lp_build_swizzle_aos() 552 shifted = masked; in lp_build_swizzle_aos()
|
D | lp_bld_format_aos.c | 226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local 326 masked = LLVMBuildAnd(builder, packed, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos() 329 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos() 334 …casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 336 …casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsRISCV.td | 53 // @llvm.riscv.masked.atomicrmw.*.{i32,i64}.<p>(...) 65 // @llvm.riscv.masked.cmpxchg.{i32,i64}.<p>(...)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Lanai.def | 10 // 21-bit symbol relocation with last two bits masked to 0
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | Lanai.def | 10 // 21-bit symbol relocation with last two bits masked to 0
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/ |
D | template_23-1.in | 93 FAILED( "Signal was not masked in signal handler" ); 99 /* Raise the signal again. It should be masked */
|
/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 299 auto masked = base_internal::HidePtr(ptr); in Find() local 302 if (n->masked_ptr == masked) return i; in Find() 317 auto masked = base_internal::HidePtr(ptr); in Remove() local 321 if (n->masked_ptr == masked) { in Remove()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.cc | 299 auto masked = base_internal::HidePtr(ptr); in Find() local 302 if (n->masked_ptr == masked) return i; in Find() 317 auto masked = base_internal::HidePtr(ptr); in Remove() local 321 if (n->masked_ptr == masked) { in Remove()
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/ |
D | README.md | 4 zooms that logo towards the screen while fading content beneath it, masked by the logo.
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 121 …ar* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked); 145 …har* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) in DepthStencilClearCase() argument 150 , m_masked (masked) in DepthStencilClearCase()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 121 …ar* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked); 145 …har* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, bool masked) in DepthStencilClearCase() argument 150 , m_masked (masked) in DepthStencilClearCase()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 2791 Float4 masked = value; in writeColor() local 2793 …masked = As<Float4>(As<Int4>(masked) & *Pointer<Int4>(constants + OFFSET(Constants, maskD01X[~rgba… in writeColor() 2794 color.x = As<Float4>(As<Int4>(color.x) | As<Int4>(masked)); in writeColor() 2808 Float4 masked; in writeColor() local 2810 masked = value; in writeColor() 2812 …masked = As<Float4>(As<Int4>(masked) & *Pointer<Int4>(constants + OFFSET(Constants, maskD01X[~rgba… in writeColor() 2813 color.y = As<Float4>(As<Int4>(color.y) | As<Int4>(masked)); in writeColor() 2931 Float4 masked = value; in writeColor() local 2933 …masked = As<Float4>(As<Int4>(masked) & *Pointer<Int4>(constants + OFFSET(Constants, invMaskD4X[rgb… in writeColor() 2934 color.x = As<Float4>(As<Int4>(color.x) | As<Int4>(masked)); in writeColor() [all …]
|
/third_party/libsoup/libsoup/ |
D | soup-websocket-connection.c | 968 gboolean masked; in process_frame() local 984 masked = ((header[1] & 0x80) != 0); in process_frame() 986 if (self->pv->connection_type == SOUP_WEBSOCKET_CONNECTION_CLIENT && masked) { in process_frame() 995 if (self->pv->connection_type == SOUP_WEBSOCKET_CONNECTION_SERVER && !masked) { in process_frame() 1062 if (masked) { in process_frame()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.2.5.rst | 93 - tgsi_to_nir: fix masked out image loads
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | DeferredClears.md | 17 - If the clear is not to the whole attachment (i.e. is scissored, or masked), a draw call is used to
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | main.cpp | 1179 for (auto &masked : args.masked_stage_outputs) in compile_iteration() local 1180 compiler->mask_stage_output_by_location(masked.first, masked.second); in compile_iteration() 1181 for (auto &masked : args.masked_stage_builtins) in compile_iteration() local 1182 compiler->mask_stage_output_by_builtin(masked); in compile_iteration()
|