Home
last modified time | relevance | path

Searched refs:sparse (Results 126 - 150 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-6.6/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...]
/third_party/fsverity-utils/scripts/
H A Drun-tests.sh268 log "Run sparse"
269 ./scripts/run-sparse.sh
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.h98 } sparse; member
H A Dzink_resource.h133 VkSparseImageMemoryRequirements sparse; member
/third_party/ltp/tools/sparse/
H A Dsparse-ltp.c319 process_symbols(sparse(file)); in main()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp37 namespace sparse namespace
257 } // sparse
H A DvktSparseResourcesShaderIntrinsics.cpp31 namespace sparse namespace
155 } // sparse
/third_party/rust/crates/regex/src/
H A Dpikevm.rs24 use crate::sparse::SparseSet;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesBase.cpp37 namespace sparse namespace
227 } // sparse
H A DvktSparseResourcesShaderIntrinsics.cpp31 namespace sparse namespace
155 } // sparse
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c971 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in __ceph_sync_read() local
1013 sparse ? CEPH_OSD_OP_SPARSE_READ : in __ceph_sync_read()
1042 if (sparse) { in __ceph_sync_read()
1066 if (sparse && ret >= 0) in __ceph_sync_read()
1247 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in ceph_aio_complete_req() local
1268 if (sparse && rc >= 0) in ceph_aio_complete_req()
1406 bool sparse = ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_direct_read_write() local
1435 int readop = sparse ? CEPH_OSD_OP_SPARSE_READ : CEPH_OSD_OP_READ; in ceph_direct_read_write()
1498 if (sparse) { in ceph_direct_read_write()
1532 if (sparse in ceph_direct_read_write()
[all...]
H A Daddr.c252 bool sparse = (op->op == CEPH_OSD_OP_SPARSE_READ); in finish_netfs_read() local
267 if (sparse && err > 0) in finish_netfs_read()
357 bool sparse = IS_ENCRYPTED(inode) || ceph_test_mount_opt(fsc, SPARSEREAD); in ceph_netfs_issue_read() local
371 off, &len, 0, 1, sparse ? CEPH_OSD_OP_SPARSE_READ : CEPH_OSD_OP_READ, in ceph_netfs_issue_read()
380 if (sparse) { in ceph_netfs_issue_read()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2883 Id Builder::createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool proj, bool gather, in createTextureCall() argument
2970 if (sparse) in createTextureCall()
2978 if (sparse) in createTextureCall()
2983 if (sparse) in createTextureCall()
2990 if (sparse) in createTextureCall()
2995 if (sparse) in createTextureCall()
3001 if (sparse) in createTextureCall()
3006 if (sparse) in createTextureCall()
3014 if (sparse) in createTextureCall()
3019 if (sparse) in createTextureCall()
[all...]
/third_party/f2fs-tools/lib/
H A Dlibf2fs_io.c49 #include <sparse/sparse.h>
665 MSG(0, "\tError: Corrupted sparse file\n"); in f2fs_init_sparse_file()
773 /*gzip*/0, /*sparse*/1, /*crc*/0); in f2fs_finalize_device()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp336 const bool sparse = m_backingMode == IMAGE_BACKING_MODE_SPARSE; in updateTextureData() local
342 VkImageCreateFlags imageCreateFlags = (isCube ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0) | (sparse ? (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT) : 0); in updateTextureData()
353 const VkSharingMode sharingMode = (sparse && m_context.getUniversalQueueFamilyIndex() != m_context.getSparseQueueFamilyIndex()) ? VK_SHARING_MODE_CONCURRENT : VK_SHARING_MODE_EXCLUSIVE; in updateTextureData()
364 if (sparse) in updateTextureData()
413 if (sparse) in updateTextureData()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTestUtil.cpp346 const bool sparse = m_backingMode == IMAGE_BACKING_MODE_SPARSE; in updateTextureData() local
352 VkImageCreateFlags imageCreateFlags = (isCube ? VK_IMAGE_CREATE_CUBE_COMPATIBLE_BIT : 0) | (sparse ? (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT) : 0); in updateTextureData()
363 const VkSharingMode sharingMode = (sparse && m_context.getUniversalQueueFamilyIndex() != m_context.getSparseQueueFamilyIndex()) ? VK_SHARING_MODE_CONCURRENT : VK_SHARING_MODE_EXCLUSIVE; in updateTextureData()
374 if (sparse) in updateTextureData()
423 if (sparse) in updateTextureData()
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh161 dd conv=sparse status=none if=/dev/zero bs=1M count=2 of=$tmpfile
/kernel/linux/linux-5.10/fs/squashfs/
H A Dsquashfs_fs.h357 __le64 sparse; member
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dintel-vbtn.c12 #include <linux/input/sparse-keymap.h>
H A Dmsi-wmi.c14 #include <linux/input/sparse-keymap.h>
H A Dtopstar-laptop.c21 #include <linux/input/sparse-keymap.h>
/kernel/linux/linux-6.6/fs/squashfs/
H A Dsquashfs_fs.h357 __le64 sparse; member
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dtopstar-laptop.c21 #include <linux/input/sparse-keymap.h>
H A Dmsi-wmi.c14 #include <linux/input/sparse-keymap.h>
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddell-wmi-privacy.c13 #include <linux/input/sparse-keymap.h>

Completed in 27 milliseconds

1234567891011