Home
last modified time | relevance | path

Searched defs:mask (Results 951 - 975 of 2233) sorted by relevance

1...<<31323334353637383940>>...90

/third_party/mesa3d/src/panfrost/midgard/
H A Dmir.c203 mir_round_bytemask_up(uint16_t mask, unsigned bits) in mir_round_bytemask_up() argument
319 uint16_t mask = 0; mir_bytemask_of_read_components() local
[all...]
/third_party/mesa3d/src/util/
H A Du_queue.c258 uint32_t mask[UTIL_MAX_CPUS / 32]; in util_queue_thread_func() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_build_util.cpp335 const uint32_t mask = rMask & 0xf; in mkClobber() local
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c127 panvk_meta_clear_zs_attachment_emit_rsd(struct panfrost_device *pdev, struct pan_pool *desc_pool, VkImageAspectFlags mask, VkClearDepthStencilValue value) panvk_meta_clear_zs_attachment_emit_rsd() argument
263 panvk_meta_clear_attachment(struct panvk_cmd_buffer *cmdbuf, unsigned attachment, unsigned rt, VkImageAspectFlags mask, const VkClearValue *clear_value, const VkClearRect *clear_rect) panvk_meta_clear_attachment() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear_llvm.c201 LLVMValueRef mask = NULL; in llvm_fragment_body() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c436 int mask = 0; in tgsi_mask() local
453 int mask, sat, unit = 0; in nvfx_fragprog_parse_instruction() local
[all...]
H A Dnvfx_vertprog.c451 int mask = 0; in tgsi_mask() local
472 int mask; nvfx_vertprog_parse_instruction() local
1066 unsigned mask; _nvfx_vertprog_translate() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.h34 unsigned mask : 4; member
H A Dnv50_vbo.c296 uint32_t mask; in nv50_vertex_arrays_validate() local
/third_party/libevdev/libevdev/
H A Dlibevdev-int.h287 type_to_mask_const(const struct libevdev *dev, unsigned int type, const unsigned long **mask) in type_to_mask_const() argument
310 type_to_mask(struct libevdev *dev, unsigned int type, unsigned long **mask) in type_to_mask() argument
/third_party/libfuse/example/
H A Dpassthrough.c89 static int xmp_access(const char *path, int mask) in xmp_access() argument
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify16.c48 unsigned long long mask; member
79 unsigned long mask; member
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc136 void SetSpillRequired(uint64_t mask) { in SetSpillRequired() argument
142 void SetSpillRequiredInNonDeferredSuccessor(uint64_t mask) { in SetSpillRequiredInNonDeferredSuccessor() argument
148 void SetSpillRequiredInDeferredSuccessor(uint64_t mask) { in SetSpillRequiredInDeferredSuccessor() argument
152 void SetDefinition(uint64_t mask) { UpdateValuesToState<kDefinition>(mask); } in SetDefinition() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.cc565 int mask = (1 << 8 * ElementSizeInBytes(to.representation())) - 1; in TruncateAndExtend() local
H A Dnode.cc326 unsigned mask = 0; in OwnedBy() local
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.cc415 uint32_t mask = bmask << 24 | bmask << 16 | bmask << 8 | bmask; in I8x16Shl() local
499 uint32_t mask = bmask << 24 | bmask << 16 | bmask << 8 | bmask; in I8x16ShrU() local
106 Pblendvb(XMMRegister dst, XMMRegister src1, XMMRegister src2, XMMRegister mask) Pblendvb() argument
1057 uint8_t mask = low ? 0x50 : 0xFA; I64x2ExtMul() local
1121 S128Select(XMMRegister dst, XMMRegister mask, XMMRegister src1, XMMRegister src2, XMMRegister scratch) S128Select() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc129 int mask = width - 1; in ImmLogical() local
308 Instr mask = ImmLLiteral_mask; in SetImmLLiteral() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h342 uint64_t mask = reg.ToVfpRegList(); in CanAcquireVfp() local
356 uint64_t mask = reg.ToVfpRegList(); in AcquireVfp() local
/third_party/node/deps/v8/src/heap/
H A Dmarking.h19 inline MarkBit(CellType* cell, CellType mask) : cell_(cell), mask_(mask) {} in MarkBit() argument
137 MarkBit::CellType mask = 1u << IndexInCell(index); in MarkBitFromIndex() local
247 SetBitsInCell( uint32_t cell_index, uint32_t mask) SetBitsInCell() argument
253 SetBitsInCell( uint32_t cell_index, uint32_t mask) SetBitsInCell() argument
259 ClearBitsInCell( uint32_t cell_index, uint32_t mask) ClearBitsInCell() argument
265 ClearBitsInCell( uint32_t cell_index, uint32_t mask) ClearBitsInCell() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.cc381 int mask = RelocInfo::ModeMask(RelocInfo::DEOPT_ID) | in AttachDeoptInlinedFrames() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c665 unsigned mask = coord_mode ? 0b1101 : 0b1001; in fd5_program_emit() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c317 unsigned mask = 0; in i915_clear_depth_stencil_blitter() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c49 print_mask(uint8_t mask, FILE *fp) in print_mask() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c486 uint64_t mask = 0; in lp_build_swizzle_aos() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c174 si_cp_wait_mem(struct si_context *ctx, struct radeon_cmdbuf *cs, uint64_t va, uint32_t ref, uint32_t mask, unsigned flags) si_cp_wait_mem() argument

Completed in 23 milliseconds

1...<<31323334353637383940>>...90