Home
last modified time | relevance | path

Searched defs:regions (Results 1 - 25 of 170) sorted by relevance

1234567

/kernel/linux/linux-6.6/drivers/vfio/cdx/
H A Dprivate.h25 struct vfio_cdx_region *regions; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkStructConversion.hpp51 std::vector<VkBufferCopy2KHR> regions; member
86 std::vector<VkImageCopy2KHR> regions; member
121 std::vector<VkImageBlit2KHR> regions; global() member
156 std::vector<VkBufferImageCopy2KHR> regions; global() member
191 std::vector<VkBufferImageCopy2KHR> regions; global() member
226 std::vector<VkImageResolve2KHR> regions; global() member
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp34 regions; in GetAvailableOpportunities() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp34 regions; in GetAvailableOpportunities() local
/third_party/spirv-tools/source/reduce/
H A Dstructured_construct_to_block_reduction_opportunity_finder.cpp34 regions; in GetAvailableOpportunities() local
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dps3stor.h42 struct ps3_storage_region regions[]; /* Must be last */ member
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-afu.h76 struct list_head regions; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dps3stor.h42 struct ps3_storage_region regions[]; /* Must be last */ member
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_trace.c138 unsigned int regions = get_unaligned_be16(&cdb[7]); in scsi_trace_unmap() local
/kernel/linux/linux-5.10/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc_private.h42 struct vfio_fsl_mc_region *regions; member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dpriv.h25 int regions; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_trace.c138 unsigned int regions = get_unaligned_be16(&cdb[7]); in scsi_trace_unmap() local
/kernel/linux/linux-6.6/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc_private.h37 struct vfio_fsl_mc_region *regions; member
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl-afu.h76 struct list_head regions; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dpriv.h33 int regions; member
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DMetadataTableSchema.java65 public static Regions of(PhoneRegion... regions) { in of() argument
69 public static Regions of(Iterable<PhoneRegion> regions) { in of() argument
73 private Regions(Iterable<PhoneRegion> regions) { in Regions() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/generic/
H A Dyamon-dt.c43 gen_fdt_mem_array( const struct yamon_mem_region *regions, __be32 *mem_array, unsigned int max_entries, unsigned long memsize) gen_fdt_mem_array() argument
75 yamon_dt_append_memory(void *fdt, const struct yamon_mem_region *regions) yamon_dt_append_memory() argument
/kernel/linux/linux-6.6/arch/mips/generic/
H A Dyamon-dt.c43 gen_fdt_mem_array( const struct yamon_mem_region *regions, __be32 *mem_array, unsigned int max_entries, unsigned long memsize) gen_fdt_mem_array() argument
75 yamon_dt_append_memory(void *fdt, const struct yamon_mem_region *regions) yamon_dt_append_memory() argument
/kernel/linux/linux-6.6/drivers/virt/acrn/
H A Dmm.c20 struct vm_memory_region_batch *regions; in modify_region() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_dmabuf.c331 struct intel_memory_region *regions[2]; in igt_dmabuf_import_same_driver_lmem_smem() local
216 igt_dmabuf_import_same_driver(struct drm_i915_private *i915, struct intel_memory_region **regions, unsigned int num_regions) igt_dmabuf_import_same_driver() argument
[all...]
/kernel/linux/linux-6.6/mm/damon/
H A Dvaddr-test.h69 struct damon_addr_range regions[3] = {0,}; in damon_test_three_regions_in_vmas() local
129 damon_do_test_apply_three_regions(struct kunit *test, unsigned long *regions, int nr_regions, struct damon_addr_range *three_regions, unsigned long *expected, int nr_expected) damon_do_test_apply_three_regions() argument
164 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, damon_test_apply_three_regions1() local
186 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, damon_test_apply_three_regions2() local
210 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, damon_test_apply_three_regions3() local
235 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, damon_test_apply_three_regions4() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRegion.java126 private static ArrayList<Region> regions = null; // This is the main data structure where the Regions are stored. field in Region
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRegion.java120 private static ArrayList<Region> regions = null; // This is the main data structure where the Regions are stored. field in Region
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.cpp293 const VkBufferCopy *regions = in executeCommands() local
/third_party/skia/src/gpu/vk/
H A Dvulkan_header_ext_huawei.h24 const VkRect2D* regions; member

Completed in 10 milliseconds

1234567