Searched refs:map_count (Results 1 - 25 of 27) sorted by relevance

12

/external/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_winsys.h44 unsigned map_count; member in struct:i915_sw_buffer
H A Di915_sw_buffer.c65 buf->map_count += 1;
75 buf->map_count -= 1;
/external/libdrm/libkms/
H A Dradeon.c51 unsigned map_count; member in struct:radeon_bo
131 bo->map_count = 0;
160 bo->map_count++;
181 bo->map_count++;
191 if (--bo->map_count == 0) {
206 /* XXX Sanity check map_count */
H A Ddumb.c46 unsigned map_count; member in struct:dumb_bo
138 bo->map_count++;
155 bo->map_count++;
165 bo->map_count--;
177 /* XXX Sanity check map_count */
H A Dexynos.c33 unsigned map_count; member in struct:exynos_bo
132 bo->map_count++;
149 bo->map_count++;
159 bo->map_count--;
171 /* XXX Sanity check map_count */
H A Dintel.c48 unsigned map_count; member in struct:intel_bo
164 bo->map_count++;
181 bo->map_count++;
191 bo->map_count--;
203 /* XXX Sanity check map_count */
H A Dnouveau.c49 unsigned map_count; member in struct:nouveau_bo
153 bo->map_count++;
163 bo->map_count++;
173 bo->map_count--;
185 /* XXX Sanity check map_count */
H A Dvmwgfx.c46 unsigned map_count; member in struct:vmwgfx_bo
144 bo->map_count++;
154 bo->map_count++;
164 bo->map_count--;
175 /* XXX Sanity check map_count */
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_exa.h57 unsigned map_count; member in struct:exa_pixmap_priv
H A Dxorg_exa.c277 if (priv->map_count == 0)
303 priv->map_count++;
328 if (--priv->map_count == 0) {
/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_winsys.h55 unsigned map_count; member in struct:i915_drm_buffer
H A Di915_drm_buffer.c162 if (buf->map_count)
174 buf->map_count++;
184 if (--buf->map_count)
/external/mesa3d/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c54 unsigned map_count; member in struct:wayland_sw_displaytarget
89 wldt->map_count--;
90 if (wldt->map_count > 0)
106 wldt->map_count++;
121 wldt->map_count = 1;
/external/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c64 unsigned map_count; member in struct:wrapper_sw_displaytarget
203 if (!wdt->map_count) {
224 wdt->map_count++;
242 wdt->map_count--;
244 if (wdt->map_count)
/external/libdrm/radeon/
H A Dradeon_bo_gem.c52 int map_count; member in struct:radeon_bo_gem
86 bo->map_count = 0;
158 if (bo_gem->map_count++ != 0) {
197 if (--bo_gem->map_count > 0) {
392 bo->map_count = 0;
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc238 static int map_count, unmap_count; member in struct:TestMapUnmapCallback
239 void OnMap(uptr p, uptr size) const { map_count++; }
242 int TestMapUnmapCallback::map_count; member in class:TestMapUnmapCallback
247 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
254 EXPECT_EQ(TestMapUnmapCallback::map_count, 1); // Allocator state.
261 EXPECT_EQ(TestMapUnmapCallback::map_count, 3); // State + alloc + metadata.
269 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
281 EXPECT_EQ(TestMapUnmapCallback::map_count, 0);
288 EXPECT_EQ(TestMapUnmapCallback::map_count, 1);
293 // TestMapUnmapCallback::map_count,
298 TestMapUnmapCallback::map_count = 0; member in class:TestMapUnmapCallback
[all...]
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_debug.c81 unsigned map_count; member in struct:pb_debug_buffer
264 ++buf->map_count;
279 assert(buf->map_count);
280 if(buf->map_count)
281 --buf->map_count;
309 if(buf->map_count) {
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_objects.h46 int map_count; member in struct:galahad_resource
H A Dglhd_context.c899 glhd_resource->map_count++;
933 if (glhd_resource->map_count < 1) {
935 " (count = %d)\n", glhd_resource->map_count);
938 glhd_resource->map_count--;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.hpp53 unsigned map_count() const;
H A Dresource.cpp80 resource::map_count() const { function in class:resource
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c58 uint32_t map_count; member in struct:vmw_region
287 region->map_count = 0;
346 ++region->map_count;
356 --region->map_count;
/external/libdrm/intel/
H A Dintel_bufmgr_fake.c214 unsigned int map_count; member in struct:_drm_intel_bo_fake
933 assert(bo_fake->map_count == 0);
1022 if (bo_fake->map_count++ != 0)
1100 assert(bo_fake->map_count != 0);
1101 if (--bo_fake->map_count != 0)
1178 assert(bo_fake->map_count == 0);
1344 assert(bo_fake->map_count == 0);
1414 assert(bo_fake->map_count == 0);
H A Dintel_bufmgr_gem.c194 int map_count; member in struct:_drm_intel_bo_gem
1139 assert(bo_gem->map_count == 0);
1212 if (bo_gem->map_count) {
1213 DBG("bo freed with non-zero map-count %d\n", bo_gem->map_count);
1214 bo_gem->map_count = 0;
1286 if (bo_gem->map_count++ == 0)
1292 DBG("bo_map: %d (%s), map_count=%d\n",
1293 bo_gem->gem_handle, bo_gem->name, bo_gem->map_count);
1307 if (--bo_gem->map_count == 0)
1355 if (bo_gem->map_count
[all...]
/external/libvncserver/x11vnc/
H A D8to24.c1085 int i, y, ysh, map_count; local
1093 map_count = get_8bpp_regions(validate);
1095 if (db24 > 1) fprintf(stderr, "poll_8bpp mc: %d\n", map_count);
1097 if (! map_count) {

Completed in 1583 milliseconds

12