Home
last modified time | relevance | path

Searched defs:mask (Results 1701 - 1725 of 2279) sorted by relevance

1...<<61626364656667686970>>...92

/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_to_hw_instr.cpp1134 uint32_t mask = ((1u << (dst.bytes() * 8)) - 1) << offset; in copy_constant() local
/third_party/mesa3d/src/amd/vulkan/
H A Dsi_cmd_buffer.c1014 radv_cp_wait_mem(struct radeon_cmdbuf *cs, uint32_t op, uint64_t va, uint32_t ref, uint32_t mask) in radv_cp_wait_mem() argument
H A Dradv_device_generated_commands.c1214 uint32_t mask = graphics_pipeline->vb_desc_usage_mask; in radv_prepare_dgc() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c1615 uint64_t mask = 0; in agx_flat_varying_mask() local
H A Dagx_compiler.h337 unsigned mask : 4; member
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c972 uint32_t mask = 0; in v3d_fixup_fs_output_types() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.cpp3318 unsigned mask = prog->data->linked_stages; in check_explicit_uniform_locations() local
3357 unsigned mask = prog->data->linked_stages; in link_assign_subroutine_types() local
3421 unsigned mask = prog->data->linked_stages; in verify_subroutine_associated_funcs() local
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dstr_agp.h62 unsigned long mask; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c190 unsigned mask = ((1 << so->output[i].num_components) - 1) << so->output[i].start_component; in si_dump_streamout() local
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c453 tegra_set_sample_mask(struct pipe_context *pcontext, unsigned int mask) in tegra_set_sample_mask() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h374 __u32 mask; member
/third_party/mesa3d/src/glx/
H A Dglxcmds.c625 glXCopyContext(Display * dpy, GLXContext source_user, GLXContext dest_user, unsigned long mask) glXCopyContext() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp245 int mask = int_from_string_with_prefix(value, "MASK:"); in read_output() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c383 const unsigned mask = key->mtl_diffuse | key->mtl_specular | in nine_ff_build_vs() local
1639 uint32_t mask = (key.color0in_one ? 0 : 1) | (key.color1in_zero ? 0 : 2); in nine_ff_get_vs() local
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc156 uint32_t mask = AsyncFunctionBitField::kMask | in IsFunctionOrMethod() local
164 uint32_t mask = ClassConstructorBitField::kMask | in IsConstructor() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-serialization.cc402 int mask = RelocInfo::ModeMask(RelocInfo::WASM_CALL) | in WriteCode() local
773 int mask = RelocInfo::ModeMask(RelocInfo::WASM_CALL) | in CopyAndRelocate() local
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h358 __u32 mask; member
/third_party/ntfs-3g/src/
H A Dntfs-3g.c262 static void ntfs_fuse_update_times(ntfs_inode *ni, ntfs_time_update_flags mask) in ntfs_fuse_update_times() argument
2800 ntfs_time_update_flags mask = NTFS_UPDATE_CTIME; in ntfs_fuse_utimens() local
4118 mode_t mask = umask(0); in mknod_dev_fuse() local
4137 mode_t mask = umask(0); create_dev_fuse() local
[all...]
/third_party/nghttp2/src/
H A Dshrpx_tls.cc901 long int mask; member
/third_party/musl/src/network/
H A Dlookup_name.c361 unsigned char len, mask; member
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c450 uint32_t mask = BitMask((*bits - HUFFMAN_TABLE_BITS)); in ReadPreloadedSymbol() local
1914 int mask = (int)BitMask(shift); in ProcessCommandsInternal() local
/third_party/node/deps/brotli/c/enc/
H A Dbrotli_bit_stream.c935 BrotliStoreMetaBlock(MemoryManager* m, const uint8_t* input, size_t start_pos, size_t length, size_t mask, uint8_t prev_byte, uint8_t prev_byte2, BROTLI_BOOL is_last, const BrotliEncoderParams* params, ContextType literal_context_mode, const Command* commands, size_t n_commands, const MetaBlockSplit* mb, size_t* storage_ix, uint8_t* storage) BrotliStoreMetaBlock() argument
1069 BuildHistograms(const uint8_t* input, size_t start_pos, size_t mask, const Command* commands, size_t n_commands, HistogramLiteral* lit_histo, HistogramCommand* cmd_histo, HistogramDistance* dist_histo) BuildHistograms() argument
1094 StoreDataWithHuffmanCodes(const uint8_t* input, size_t start_pos, size_t mask, const Command* commands, size_t n_commands, const uint8_t* lit_depth, const uint16_t* lit_bits, const uint8_t* cmd_depth, const uint16_t* cmd_bits, const uint8_t* dist_depth, const uint16_t* dist_bits, size_t* storage_ix, uint8_t* storage) StoreDataWithHuffmanCodes() argument
1134 BrotliStoreMetaBlockTrivial(MemoryManager* m, const uint8_t* input, size_t start_pos, size_t length, size_t mask, BROTLI_BOOL is_last, const BrotliEncoderParams* params, const Command* commands, size_t n_commands, size_t* storage_ix, uint8_t* storage) BrotliStoreMetaBlockTrivial() argument
1187 BrotliStoreMetaBlockFast(MemoryManager* m, const uint8_t* input, size_t start_pos, size_t length, size_t mask, BROTLI_BOOL is_last, const BrotliEncoderParams* params, const Command* commands, size_t n_commands, size_t* storage_ix, uint8_t* storage) BrotliStoreMetaBlockFast() argument
1279 BrotliStoreUncompressedMetaBlock(BROTLI_BOOL is_final_block, const uint8_t* BROTLI_RESTRICT input, size_t position, size_t mask, size_t len, size_t* BROTLI_RESTRICT storage_ix, uint8_t* BROTLI_RESTRICT storage) BrotliStoreUncompressedMetaBlock() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dumutablecptrie.cpp559 void MutableCodePointTrie::maskValues(uint32_t mask) { in maskValues() argument
922 uint32_t mask = 0; global() member in __anon11850::MixedBlocks
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h303 uint64_t mask; member
/third_party/mesa3d/src/mesa/main/
H A Dvarray.c3833 GLbitfield mask = vao->Enabled; in _mesa_print_arrays() local

Completed in 72 milliseconds

1...<<61626364656667686970>>...92