HomeSort by relevance Sort by last modified time
    Searched defs:surf (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_surface_state.c 97 const int surf = SURF_INDEX_VERT_CONST_BUFFER; local
100 &brw->vs.surf_offset[surf]);
gen7_wm_surface_state.c 65 gen7_set_surface_tiling(struct gen7_surface_state *surf, uint32_t tiling)
69 surf->ss0.tiled_surface = 0;
70 surf->ss0.tile_walk = 0;
73 surf->ss0.tiled_surface = 1;
74 surf->ss0.tile_walk = BRW_TILEWALK_XMAJOR;
77 surf->ss0.tiled_surface = 1;
78 surf->ss0.tile_walk = BRW_TILEWALK_YMAJOR;
85 gen7_set_surface_msaa(struct gen7_surface_state *surf, unsigned num_samples,
89 surf->ss4.num_multisamples = GEN7_SURFACE_MULTISAMPLECOUNT_8;
91 surf->ss4.num_multisamples = GEN7_SURFACE_MULTISAMPLECOUNT_4
239 struct gen7_surface_state *surf; local
303 struct gen7_surface_state *surf; local
411 struct gen7_surface_state *surf; local
471 struct gen7_surface_state *surf; local
509 struct gen7_surface_state *surf; local
    [all...]
  /external/skia/gm/
cgm.c 57 sk_surface_t* surf = sk_surface_new_raster(&info, &surfaceProps); local
58 do_draw(sk_surface_get_canvas(surf));
60 sk_image_t* img0 = sk_surface_new_image_snapshot(surf);
61 sk_surface_unref(surf);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.h 57 struct pipe_surface surf; member in struct:program
  /external/mesa3d/src/gallium/tests/graw/
clear.c 23 struct pipe_surface *surf; variable in typeref:struct:pipe_surface
34 graw_save_surface_to_file(ctx, surf, NULL);
89 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
90 if (surf == NULL)
97 fb.cbufs[0] = surf;
shader-leak.c 31 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
217 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
218 if (surf == NULL) {
227 fb.cbufs[0] = surf;
tri-gs.c 27 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface
224 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
225 if (surf == NULL)
232 fb.cbufs[0] = surf;
  /external/opencv3/samples/gpu/
surf_keypoint_matcher.cpp 53 SURF_CUDA surf; local
58 surf(img1, GpuMat(), keypoints1GPU, descriptors1GPU);
59 surf(img2, GpuMat(), keypoints2GPU, descriptors2GPU);
65 Ptr<cv::cuda::DescriptorMatcher> matcher = cv::cuda::DescriptorMatcher::createBFMatcher(surf.defaultNorm());
72 surf.downloadKeypoints(keypoints1GPU, keypoints1);
73 surf.downloadKeypoints(keypoints2GPU, keypoints2);
74 surf.downloadDescriptors(descriptors1GPU, descriptors1);
75 surf.downloadDescriptors(descriptors2GPU, descriptors2);
  /external/mesa3d/src/egl/main/
eglcontext.c 400 _EGLSurface *surf = ctx->DrawSurface; local
403 if (!surf)
405 if (surf->Type == EGL_WINDOW_BIT && ctx->WindowRenderBuffer != EGL_NONE)
408 rb = surf->RenderBuffer;
egldisplay.c 307 _EGLSurface *surf = (_EGLSurface *) list; local
310 _eglUnlinkSurface(surf);
311 drv->API.DestroySurface(drv, display, surf);
eglsurface.h 82 _eglInitSurface(_EGLSurface *surf, _EGLDisplay *dpy, EGLint type,
87 _eglQuerySurface(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint *value);
91 _eglSurfaceAttrib(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint attribute, EGLint value);
95 _eglBindTexImage(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint buffer);
99 _eglSwapInterval(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint interval);
106 _eglGetSurface(_EGLSurface *surf)
108 if (surf)
109 _eglGetResource(&surf->Resource);
110 return surf;
118 _eglPutSurface(_EGLSurface *surf)
154 _EGLSurface *surf = (_EGLSurface *) surface; local
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 71 struct rbug_resource *surf; member in struct:rbug_context::__anon19776
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 206 vlVdpOutputSurface *surf; local
220 surf = vlGetDataHTAB(surface);
221 if (!surf)
242 surf->timestamp = (vlVdpTime)earliest_presentation_time;
266 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
278 pipe->screen->fence_reference(pipe->screen, &surf->fence, NULL);
279 pipe->flush(pipe, &surf->fence);
313 vlVdpOutputSurface *surf; local
323 surf = vlGetDataHTAB(surface);
324 if (!surf)
347 vlVdpOutputSurface *surf; local
    [all...]
mixer.c 223 vlVdpSurface *surf; local
234 surf = vlGetDataHTAB(video_surface_current);
235 if (!surf)
238 if (surf->device != vmixer->device)
241 if (vmixer->video_width > surf->video_buffer->width ||
242 vmixer->video_height > surf->video_buffer->height ||
243 vmixer->chroma_format != surf->video_buffer->chroma_format)
288 rect.x1 = surf->templat.width;
289 rect.y1 = surf->templat.height;
292 vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL, deinterlace)
    [all...]
  /bootable/recovery/minui/
graphics_adf.cpp 53 static int adf_surface_init(adf_pdata *pdata, drm_mode_modeinfo *mode, adf_surface_pdata *surf) {
54 memset(surf, 0, sizeof(*surf));
56 surf->fd = adf_interface_simple_buffer_alloc(pdata->intf_fd, mode->hdisplay,
57 mode->vdisplay, pdata->format, &surf->offset, &surf->pitch);
58 if (surf->fd < 0)
59 return surf->fd;
61 surf->base.width = mode->hdisplay;
62 surf->base.height = mode->vdisplay
199 adf_surface_pdata *surf = &pdata->surfaces[pdata->current_surface]; local
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 43 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; local
44 struct dri2_egl_surface *dri2_surf = surf->dri_private;
62 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; local
63 struct dri2_egl_surface *dri2_surf = surf->dri_private;
76 struct gbm_dri_surface *surf = (struct gbm_dri_surface *) _surf; local
77 struct dri2_egl_surface *dri2_surf = surf->dri_private;
95 struct gbm_dri_surface *surf; local
113 surf = gbm_dri_surface((struct gbm_surface *) window);
114 dri2_surf->gbm_surf = surf;
115 dri2_surf->base.Width = surf->base.width
184 struct gbm_dri_surface *surf = dri2_surf->gbm_surf; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_st.c 157 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; local
158 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf);
193 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; local
194 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf);
209 _EGLSurface *surf = (_EGLSurface *) stfbi->st_manager_private; local
210 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf);
289 egl_g3d_create_st_framebuffer(_EGLSurface *surf)
291 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 361 struct pipe_surface surf_templ, *surf; local
390 surf = pipe->create_surface(pipe, tex, &surf_templ);
392 if (!surf)
436 vl_compositor_render(cstate, compositor, surf, dirty_area);
  /external/skia/tests/
DrawPathTest.cpp 21 SkSurface* surf = SkSurface::NewRasterN32Premul(300, 33300); local
22 SkCanvas* canvas = surf->getCanvas();
49 surf->unref();
  /external/dnsmasq/src/
util.c 17 /* The SURF random number generator was taken from djbdns-1.05, by
46 /* SURF random number generator */
69 static void surf(void) function
94 surf();
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 352 unsigned i, j, depth, surf; local
359 for (i = 0, surf = 0; i < depth; ++i ) {
360 for (j = 0; j < VL_NUM_COMPONENTS; ++j, ++surf) {
361 assert(surf < (VL_NUM_COMPONENTS * 2));
364 pipe_surface_reference(&buf->surfaces[surf], NULL);
368 if (!buf->surfaces[surf]) {
373 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[j], &surf_templ);
374 if (!buf->surfaces[surf])
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 280 struct r300_surface *surf = r300_surface(fb->cbufs[0]); local
283 r300_depth_clear_cb_value(surf->base.format, color->f);
285 width = surf->cbzb_width;
286 height = surf->cbzb_height;
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 269 struct r600_surface *surf; local
297 surf = (struct r600_surface*)pipe->ctx->framebuffer.cbufs[id];
298 res = (struct r600_resource*)surf->base.texture;
300 evergreen_init_color_surface(rctx, surf);
304 surf->cb_color_base, res, RADEON_USAGE_READWRITE);
306 surf->cb_color_dim);
308 surf->cb_color_info, res, RADEON_USAGE_READWRITE);
310 surf->cb_color_pitch);
312 surf->cb_color_slice);
314 surf->cb_color_view)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 129 struct pipe_surface *surf; local
131 surf = pipe->create_surface(pipe, strb->texture, 0, 0, 0,
139 pipe_get_tile_rgba(surf, sx, y, width, 1, df);
146 pipe_surface_reference(&surf, NULL);
398 struct pipe_surface *surf, surf_tmpl; local
403 surf = ctx->pipe->create_surface(ctx->pipe, layer->sampler_view->texture,
405 if (surf && renderer_copy_begin(ctx->renderer, surf, VG_FALSE, src)) {
416 pipe_surface_reference(&surf, NULL);
427 struct pipe_surface *surf, surf_tmpl local
    [all...]
vg_context.c 448 struct pipe_surface *surf; local
456 surf = ctx->pipe->create_surface(ctx->pipe,
459 if (surf) {
462 surf, 0, 0, stfb->width, stfb->height,
465 pipe_surface_reference(&surf, NULL);

Completed in 511 milliseconds

1 2 3