Home
last modified time | relevance | path

Searched refs:sparse (Results 101 - 125 of 264) sorted by relevance

1234567891011

/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dswitch.c147 int sparse(int a) in sparse() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp30 namespace sparse namespace
105 } // sparse
H A DvktSparseResourcesShaderIntrinsicsBase.hpp56 namespace sparse namespace
135 // Check if device supports sparse operations for image type in checkSupport()
205 } // sparse
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp30 namespace sparse namespace
141 } // sparse
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.hpp30 namespace sparse namespace
105 } // sparse
H A DvktSparseResourcesShaderIntrinsicsBase.hpp56 namespace sparse namespace
135 // Check if device supports sparse operations for image type in checkSupport()
205 } // sparse
H A DvktSparseResourcesShaderIntrinsicsSampled.hpp30 namespace sparse namespace
141 } // sparse
/kernel/linux/linux-5.10/drivers/input/misc/
H A Ddm355evm_keys.c10 #include <linux/input/sparse-keymap.h>
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Deeepc-wmi.c20 #include <linux/input/sparse-keymap.h>
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Deeepc-wmi.c20 #include <linux/input/sparse-keymap.h>
H A Dlenovo-ymc.c13 #include <linux/input/sparse-keymap.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h12 bool sparse:1; /* Unmapped PDEs/PTEs will not trigger MMU faults. */ member
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_isel.cpp139 BEGIN_TEST(isel.sparse.clause)
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.h161 bool sparse);
H A Dst_texture.c66 bool sparse) in st_texture_create()
100 if (sparse) in st_texture_create()
56 st_texture_create(struct st_context *st, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint nr_samples, GLuint bind, bool sparse) st_texture_create() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dctags.c62 fprintf(fp, "!_TAG_PROGRAM_AUTHOR\tChristopher Li\t/sparse@chrisli.org/\n"); in show_tag_header()
64 fprintf(fp, "!_TAG_PROGRAM_URL\thttp://www.kernel.org/pub/software/devel/sparse/\t/official site/\n"); in show_tag_header()
220 sparse(file); in main()
H A Dgraph.c181 fsyms = sparse(file); in main()
H A Dlib.h9 * Basic helper routine descriptions for 'sparse'.
141 extern struct symbol_list *sparse(char *filename);
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite8 default_cmd="sparse \$file"
13 if [ ! -x "$default_path/sparse-llvm" ]; then
14 disabled_cmds="sparsec sparsei sparse-llvm sparse-llvm-dis"
349 res=$(../sparse - 2>&1 >/dev/null <<- EOF
359 res=$(../sparse -E - 2>/dev/null <<- EOF
525 echo " cmd command to be used (defaults to 'sparse \$file')"
551 def_cmd='sparse -E $file' ;;
/third_party/glslang/glslang/MachineIndependent/
H A DInitialize.cpp6824 // loop over "bool" sparse or not in addSamplingFunctions()
6825 for (int sparse = 0; sparse <= 1; ++sparse) in addSamplingFunctions()
6827 if (sparse && (profile == EEsProfile || version < 450)) in addSamplingFunctions()
6831 if (sparse && (sampler.is1D() || sampler.isBuffer() || proj)) in addSamplingFunctions()
6837 if (sparse) in addSamplingFunctions()
6852 if (sparse) { in addSamplingFunctions()
6876 if (lodClamp != 0 || sparse) in addSamplingFunctions()
6953 // texel out (for sparse textur in addSamplingFunctions()
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c251 * Otherwise, we are dealing with a sparse run and we in ntfs_get_attribute_value()
256 * we have sparse runs in uncompressed files as well? in ntfs_get_attribute_value()
257 * - Yes we can, in sparse files! But not necessarily in ntfs_get_attribute_value()
289 * Otherwise, we are dealing with a sparse run and we just in ntfs_get_attribute_value()
293 * we have sparse runs in uncompressed files as well? in ntfs_get_attribute_value()
294 * - Yes we can, in sparse files! But not necessarily size of in ntfs_get_attribute_value()
352 * @sparse:
363 const BOOL encrypted, const BOOL sparse, in ntfs_attr_init()
376 if (sparse) in ntfs_attr_init()
381 if ((data_flags & ATTR_COMPRESSION_MASK) || sparse) { in ntfs_attr_init()
361 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const ATTR_FLAGS data_flags, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) ntfs_attr_init() argument
5775 int sparse, ret = 0; global() local
5943 int sparse = 0; global() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_planes.c379 bool afbc, sparse; in malidp_partial_prefetch_supported() local
387 sparse = modifier & AFBC_FORMAT_MOD_SPARSE; in malidp_partial_prefetch_supported()
410 /* supported, but if AFBC then must be sparse mode */ in malidp_partial_prefetch_supported()
411 return (!afbc) || (afbc && sparse); in malidp_partial_prefetch_supported()
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/
H A Dmalidp_planes.c367 bool afbc, sparse; in malidp_partial_prefetch_supported() local
375 sparse = modifier & AFBC_FORMAT_MOD_SPARSE; in malidp_partial_prefetch_supported()
398 /* supported, but if AFBC then must be sparse mode */ in malidp_partial_prefetch_supported()
399 return (!afbc) || (afbc && sparse); in malidp_partial_prefetch_supported()
/third_party/rust/crates/regex/src/
H A Dcompile.rs1093 /// This uses similar idea to [`SparseSet`](../sparse/struct.SparseSet.html),
1098 sparse: Box<[usize]>,
1118 sparse: vec![0usize; size].into(), in new()
1125 let pos = &mut self.sparse[hash]; in get()
1148 (h as usize) % self.sparse.len() in hash()
/kernel/linux/linux-5.10/drivers/input/
H A Dsparse-keymap.c3 * Generic support for sparse keymaps
14 #include <linux/input/sparse-keymap.h>
19 MODULE_DESCRIPTION("Generic support for sparse keymaps");
54 * sparse_keymap_entry_from_scancode - perform sparse keymap lookup
55 * @dev: Input device using sparse keymap
59 * input device using sparse keymap.
75 * sparse_keymap_entry_from_keycode - perform sparse keymap lookup
76 * @dev: Input device using sparse keymap
80 * input device using sparse keymap.
154 * sparse_keymap_setup - set up sparse keyma
[all...]

Completed in 24 milliseconds

1234567891011