Searched refs:region (Results 1 - 25 of 653) sorted by relevance

1234567891011>>

/external/clang/test/Lexer/
H A Dpragma-region.c1 /* Test pragma region directive from
6 // #pragma region optional name
11 #pragma region
15 #pragma region long name
22 __pragma(region) // no sense, but ignored
23 _Pragma("region")// ditto
27 #pragma region one
28 #pragma region inner
33 // {{unclosed pragma region}} - region mismatche
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_regions.c112 intel_region_map(struct intel_context *intel, struct intel_region *region, argument
115 /* We have the region->map_refcount controlling mapping of the BO because
127 if (drm_intel_bo_busy(region->bo)) {
132 _DBG("%s %p\n", __FUNCTION__, region);
133 if (!region->map_refcount) {
136 if (region->tiling != I915_TILING_NONE)
137 drm_intel_gem_bo_map_gtt(region->bo);
139 drm_intel_bo_map(region->bo, true);
141 region->map = region
152 intel_region_unmap(struct intel_context *intel, struct intel_region *region) argument
173 struct intel_region *region; local
201 struct intel_region *region; local
223 intel_region_flink(struct intel_region *region, uint32_t *name) argument
244 struct intel_region *region, *dummy; local
306 struct intel_region *region = *region_handle; local
406 intel_region_get_tile_masks(struct intel_region *region, uint32_t *mask_x, uint32_t *mask_y, bool map_stencil_as_y_tiled) argument
439 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x, uint32_t y, bool map_stencil_as_y_tiled) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_regions.c112 intel_region_map(struct intel_context *intel, struct intel_region *region, argument
115 /* We have the region->map_refcount controlling mapping of the BO because
127 if (drm_intel_bo_busy(region->bo)) {
132 _DBG("%s %p\n", __FUNCTION__, region);
133 if (!region->map_refcount) {
136 if (region->tiling != I915_TILING_NONE)
137 drm_intel_gem_bo_map_gtt(region->bo);
139 drm_intel_bo_map(region->bo, true);
141 region->map = region
152 intel_region_unmap(struct intel_context *intel, struct intel_region *region) argument
173 struct intel_region *region; local
201 struct intel_region *region; local
223 intel_region_flink(struct intel_region *region, uint32_t *name) argument
244 struct intel_region *region, *dummy; local
306 struct intel_region *region = *region_handle; local
406 intel_region_get_tile_masks(struct intel_region *region, uint32_t *mask_x, uint32_t *mask_y, bool map_stencil_as_y_tiled) argument
439 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x, uint32_t y, bool map_stencil_as_y_tiled) argument
[all...]
H A Dgen7_misc_state.c71 intel_region_get_tile_masks(depth_mt->region,
76 intel_region_get_tile_masks(hiz_mt->region,
156 struct intel_region *region = depth_mt->region; local
182 offset = intel_region_get_aligned_offset(region,
187 assert(region->tiling == I915_TILING_Y);
192 OUT_BATCH(((region->pitch * region->cpp) - 1) |
198 OUT_RELOC(region->bo,
217 intel_region_get_aligned_offset(hiz_mt->region,
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_regions.c112 intel_region_map(struct intel_context *intel, struct intel_region *region, argument
115 /* We have the region->map_refcount controlling mapping of the BO because
127 if (drm_intel_bo_busy(region->bo)) {
132 _DBG("%s %p\n", __FUNCTION__, region);
133 if (!region->map_refcount) {
136 if (region->tiling != I915_TILING_NONE)
137 drm_intel_gem_bo_map_gtt(region->bo);
139 drm_intel_bo_map(region->bo, true);
141 region->map = region
152 intel_region_unmap(struct intel_context *intel, struct intel_region *region) argument
173 struct intel_region *region; local
201 struct intel_region *region; local
223 intel_region_flink(struct intel_region *region, uint32_t *name) argument
244 struct intel_region *region, *dummy; local
306 struct intel_region *region = *region_handle; local
406 intel_region_get_tile_masks(struct intel_region *region, uint32_t *mask_x, uint32_t *mask_y, bool map_stencil_as_y_tiled) argument
439 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x, uint32_t y, bool map_stencil_as_y_tiled) argument
[all...]
/external/libchrome/base/trace_event/
H A Dprocess_memory_maps.cc45 for (const auto& region : vm_regions_) {
48 value->SetString("sa", StringPrintf(kHexFmt, region.start_address));
49 value->SetString("sz", StringPrintf(kHexFmt, region.size_in_bytes));
50 value->SetInteger("pf", region.protection_flags);
51 value->SetString("mf", region.mapped_file);
55 "pss", StringPrintf(kHexFmt, region.byte_stats_proportional_resident));
57 "pd", StringPrintf(kHexFmt, region.byte_stats_private_dirty_resident));
59 "pc", StringPrintf(kHexFmt, region.byte_stats_private_clean_resident));
61 "sd", StringPrintf(kHexFmt, region.byte_stats_shared_dirty_resident));
63 "sc", StringPrintf(kHexFmt, region
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Dscreen_capturer_helper_unittest.cc24 DesktopRegion region(DesktopRect::MakeXYWH(1, 2, 3, 4));
25 capturer_helper_.InvalidateRegion(region);
27 capturer_helper_.TakeInvalidRegion(&region);
28 EXPECT_TRUE(region.is_empty());
32 DesktopRegion region; local
33 capturer_helper_.TakeInvalidRegion(&region);
34 EXPECT_TRUE(region.is_empty());
36 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4));
37 capturer_helper_.InvalidateRegion(region);
38 capturer_helper_.TakeInvalidRegion(&region);
50 DesktopRegion region; local
66 DesktopRegion region; local
107 TestExpandRegionToGrid(const DesktopRegion& region, int log_grid_size, const DesktopRegion& expanded_region_expected) argument
158 DesktopRegion region; local
[all...]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYSeriesFormatter.java32 public void addRegion(RectRegion region, XYRegionFormatterType regionFormatter) { argument
33 regions.addToBottom(region, regionFormatter);
36 public void removeRegion(RectRegion region) { argument
37 regions.remove(region);
49 * @param region
52 public XYRegionFormatterType getRegionFormatter(RectRegion region) { argument
53 return regions.get(region);
/external/protobuf/csharp/src/Google.Protobuf/
H A DICustomDiagnosticMessage.cs0 #region Copyright notice and license
H A DIDeepCloneable.cs0 #region Copyright notice and license
H A DInvalidJsonException.cs0 #region Copyright notice and license
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DIDescriptor.cs0 #region Copyright notice and license
H A DPartialClasses.cs0 #region Copyright notice and license
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappersPartial.cs0 #region Copyright notice and license
/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DSampleEnum.cs0 #region Copyright notice and license
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DForeignMessagePartial.cs0 #region Copyright notice and license
/external/clang/tools/clang-format/
H A Dclang-format-sublime.py36 for region in self.view.sel():
37 regions.append(region)
38 region_offset = min(region.a, region.b)
39 region_length = abs(region.b - region.a)
54 for region in regions:
55 self.view.sel().add(region)
/external/e2fsprogs/e2fsck/
H A Dregion.c2 * region.c --- code which manages allocations within a region.
37 region_t region; local
39 region = malloc(sizeof(struct region_struct));
40 if (!region)
42 memset(region, 0, sizeof(struct region_struct));
43 region->min = min;
44 region->max = max;
45 return region;
48 void region_free(region_t region) argument
60 region_allocate(region_t region, region_addr_t start, int n) argument
157 region_print(region_t region, FILE *f) argument
[all...]
/external/libchrome/base/posix/
H A Dglobal_descriptors.cc15 : key(key), fd(fd), region(base::MemoryMappedFile::Region::kWholeFile) {
20 base::MemoryMappedFile::Region region)
21 : key(key), fd(fd), region(region) {
56 base::MemoryMappedFile::Region region) {
60 i.region = region;
65 descriptors_.push_back(Descriptor(key, fd, region));
71 return i.region;
18 Descriptor(Key key, int fd, base::MemoryMappedFile::Region region) argument
54 Set(Key key, int fd, base::MemoryMappedFile::Region region) argument
/external/vboot_reference/firmware/lib/
H A Dregion-init.c12 #include "region.h"
21 enum vb_firmware_region region, uint32_t offset,
25 if (region == VB_REGION_GBB && cparams->gbb_data) {
34 ret = VbExRegionRead(cparams, region, offset, size, buf);
20 VbRegionReadData(VbCommonParams *cparams, enum vb_firmware_region region, uint32_t offset, uint32_t size, void *buf) argument
/external/ImageMagick/MagickCore/
H A Ddistribute-cache.c553 region;
570 length=sizeof(region.width)+sizeof(region.height)+sizeof(region.x)+
571 sizeof(region.y)+sizeof(length);
576 (void) memcpy(&region.width,q,sizeof(region.width));
577 q+=sizeof(region.width);
578 (void) memcpy(&region.height,q,sizeof(region
548 region; local
605 region; local
667 region; local
725 region; local
1220 ReadDistributePixelCacheMetacontent( DistributeCacheInfo *server_info,const RectangleInfo *region, const MagickSizeType length,unsigned char *metacontent) argument
1295 ReadDistributePixelCachePixels( DistributeCacheInfo *server_info,const RectangleInfo *region, const MagickSizeType length,unsigned char *magick_restrict pixels) argument
1431 WriteDistributePixelCacheMetacontent( DistributeCacheInfo *server_info,const RectangleInfo *region, const MagickSizeType length,const unsigned char *metacontent) argument
1507 WriteDistributePixelCachePixels( DistributeCacheInfo *server_info,const RectangleInfo *region, const MagickSizeType length,const unsigned char *magick_restrict pixels) argument
[all...]
/external/skia/src/gpu/ops/
H A DGrRegionOp.h20 const SkRegion& region);
/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_region.c5 * Stub implementations of region API function.
17 enum vb_firmware_region region, uint32_t offset,
16 VbExRegionRead(VbCommonParams *cparams, enum vb_firmware_region region, uint32_t offset, uint32_t size, void *buf) argument
/external/libchrome/base/files/
H A Dmemory_mapped_file_posix.cc24 const MemoryMappedFile::Region& region,
32 if (region == MemoryMappedFile::Region::kWholeFile) {
41 // The region can be arbitrarily aligned. mmap, instead, requires both the
43 // outer region [|aligned_start|, |aligned_start| + |size|] which contains
44 // |region| and then add up the |data_offset| displacement.
47 CalculateVMAlignedBoundaries(region.offset,
48 region.size,
58 static_cast<uint64_t>(region.size) >
66 length_ = static_cast<size_t>(region.size);
81 file_.SetLength(std::max(file_.GetLength(), region
23 MapFileRegionToMemory( const MemoryMappedFile::Region& region, Access access) argument
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs17 #region Internal types
27 #region ZStream structure
57 #region Public enums
82 #region Exception classes
109 #region Interfaces
212 #region Classes
218 #region DLL imports
226 #region Private stuff

Completed in 603 milliseconds

1234567891011>>