Home
last modified time | relevance | path

Searched refs:pitches (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_overlay.h141 uint32 *pitches, // OUT (optional) in VMwareVideoGetAttributes() argument
157 if (pitches) { in VMwareVideoGetAttributes()
158 pitches[0] = *size; in VMwareVideoGetAttributes()
169 if (pitches) { in VMwareVideoGetAttributes()
170 pitches[1] = pitches[2] = tmp; in VMwareVideoGetAttributes()
187 if (pitches) { in VMwareVideoGetAttributes()
188 pitches[0] = *size; in VMwareVideoGetAttributes()
Dsvga_reg.h811 uint32 pitches[3]; member
/external/drm_gralloc/
Dgralloc_drm_intel.c197 uint32_t *pitches, uint32_t *offsets, uint32_t *handles) in intel_resolve_format() argument
206 memset(pitches, 0, 4 * sizeof(uint32_t)); in intel_resolve_format()
210 pitches[0] = ib->base.handle->stride; in intel_resolve_format()
217 pitches[2] = pitches[0]/2; in intel_resolve_format()
218 pitches[1] = pitches[0]/2; in intel_resolve_format()
222 pitches[0] * ib->base.handle->height; in intel_resolve_format()
224 pitches[2] * ib->base.handle->height/2; in intel_resolve_format()
232 pitches[1] = pitches[0]; in intel_resolve_format()
234 pitches[0] * ib->base.handle->height; in intel_resolve_format()
Dgralloc_drm_priv.h74 uint32_t *pitches, uint32_t *offsets, uint32_t *handles);
Dgralloc_drm.cpp327 uint32_t *pitches, uint32_t *offsets, uint32_t *handles) in gralloc_drm_resolve_format() argument
336 pitches, offsets, handles); in gralloc_drm_resolve_format()
Dgralloc_drm.h119 void gralloc_drm_resolve_format(buffer_handle_t _handle, uint32_t *pitches, uint32_t *offsets, uint…
/external/libdrm/tests/modetest/
Dbuffers.c1088 unsigned int handles[4], unsigned int pitches[4], in bo_create()
1200 pitches[0] = bo->pitch; in bo_create()
1211 pitches[0] = bo->pitch; in bo_create()
1212 pitches[1] = pitches[0]; in bo_create()
1213 offsets[1] = pitches[0] * height; in bo_create()
1224 pitches[0] = bo->pitch; in bo_create()
1225 pitches[1] = pitches[0] / 2; in bo_create()
1226 offsets[1] = pitches[0] * height; in bo_create()
1228 pitches[2] = pitches[1]; in bo_create()
1229 offsets[2] = offsets[1] + pitches[1] * height / 2; in bo_create()
[all …]
Dmodetest.c969 uint32_t handles[4], pitches[4], offsets[4] = {0}; /* we only use [0] */ in set_plane() local
1013 pitches, offsets, PATTERN_TILES); in set_plane()
1019 handles, pitches, offsets, &p->fb_id, plane_flags)) { in set_plane()
1051 uint32_t handles[4], pitches[4], offsets[4] = {0}; /* we only use [0] */ in set_mode() local
1074 handles, pitches, offsets, PATTERN_SMPTE); in set_mode()
1079 pipes[0].fourcc, handles, pitches, offsets, &fb_id, 0); in set_mode()
1130 uint32_t handles[4], pitches[4], offsets[4] = {0}; /* we only use [0] */ in set_cursors() local
1142 bo = bo_create(dev->fd, DRM_FORMAT_ARGB8888, cw, ch, handles, pitches, in set_cursors()
1170 uint32_t handles[4], pitches[4], offsets[4] = {0}; /* we only use [0] */ in test_page_flip() local
1179 handles, pitches, offsets, PATTERN_PLAIN); in test_page_flip()
[all …]
Dbuffers.h40 unsigned int handles[4], unsigned int pitches[4],
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_xv.c249 int *pitches, int *offsets) in query_image_attributes() argument
266 if (pitches) { in query_image_attributes()
267 pitches[0] = size; in query_image_attributes()
274 if (pitches) { in query_image_attributes()
275 pitches[1] = pitches[2] = tmp; in query_image_attributes()
288 if (pitches) in query_image_attributes()
289 pitches[0] = size; in query_image_attributes()
336 int pitches[3], offsets[3]; in copy_packed_data() local
339 &w, &h, pitches, offsets); in copy_packed_data()
/external/libdrm/tests/planetest/
Dbo.c57 uint32_t handles[4], pitches[4], offsets[4]; in add_fb_sp_bo() local
60 pitches[0] = bo->pitch; in add_fb_sp_bo()
64 format, handles, pitches, offsets, in add_fb_sp_bo()
/external/drm_hwcomposer/
Ddrmgenericimporter.cpp110 bo->pitches[0] = gr_handle->stride; in ImportBuffer()
115 bo->gem_handles, bo->pitches, bo->offsets, &bo->fb_id, 0); in ImportBuffer()
Ddrm_hwcomposer.h58 uint32_t pitches[4]; member
Dnvimporter.cpp101 buf->bo.gem_handles, buf->bo.pitches, buf->bo.offsets, in ImportBuffer()
/external/libdrm/tests/exynos/
Dexynos_fimg2d_test.c560 uint32_t handles[4] = {0}, pitches[4] = {0}, offsets[4] = {0}; in main() local
627 pitches[0] = screen_width * 4; in main()
632 pitches, offsets, &fb_id, 0); in main()
/external/libdrm/
Dxf86drmMode.c280 uint32_t pitches[4], uint32_t offsets[4], in drmModeAddFB2()
291 memcpy(f.pitches, pitches, 4 * sizeof(pitches[0])); in drmModeAddFB2()
Dxf86drmMode.h370 uint32_t pitches[4], uint32_t offsets[4],
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h352 __u32 pitches[4]; /* pitch for each plane */ member
/external/libdrm/include/drm/
Ddrm_mode.h355 __u32 pitches[4]; /* pitch for each plane */ member