/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_atom_framebuffer.c | 71 struct pipe_surface surf_tmpl; local 72 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 73 surf_tmpl.format = format; 74 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 75 surf_tmpl.u.tex.level = level; 76 surf_tmpl.u.tex.first_layer = strb->rtt_face + strb->rtt_slice; 77 surf_tmpl.u.tex.last_layer = strb->rtt_face + strb->rtt_slice; 83 &surf_tmpl);
|
st_cb_fbo.c | 117 struct pipe_surface surf_tmpl; local 209 u_surface_default_template(&surf_tmpl, strb->texture, templ.bind); 212 &surf_tmpl); 394 struct pipe_surface surf_tmpl; local 444 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 445 surf_tmpl.format = ctx->Color.sRGBEnabled 447 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 448 surf_tmpl.u.tex.level = strb->rtt_level; 449 surf_tmpl.u.tex.first_layer = strb->rtt_face + strb->rtt_slice [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_framebuffer.c | 71 struct pipe_surface surf_tmpl; local 72 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 73 surf_tmpl.format = format; 74 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 75 surf_tmpl.u.tex.level = level; 76 surf_tmpl.u.tex.first_layer = strb->rtt_face + strb->rtt_slice; 77 surf_tmpl.u.tex.last_layer = strb->rtt_face + strb->rtt_slice; 83 &surf_tmpl);
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/ |
clear.c | 43 struct pipe_surface surf_tmpl; local 84 surf_tmpl.format = templat.format; 85 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 86 surf_tmpl.u.tex.level = 0; 87 surf_tmpl.u.tex.first_layer = 0; 88 surf_tmpl.u.tex.last_layer = 0; 89 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
shader-leak.c | 171 struct pipe_surface surf_tmpl; local 212 surf_tmpl.format = templat.format; 213 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 214 surf_tmpl.u.tex.level = 0; 215 surf_tmpl.u.tex.first_layer = 0; 216 surf_tmpl.u.tex.last_layer = 0; 217 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
tri-gs.c | 178 struct pipe_surface surf_tmpl; local 219 surf_tmpl.format = templat.format; 220 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 221 surf_tmpl.u.tex.level = 0; 222 surf_tmpl.u.tex.first_layer = 0; 223 surf_tmpl.u.tex.last_layer = 0; 224 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
fs-test.c | 427 struct pipe_surface surf_tmpl; local 468 surf_tmpl.format = templat.format; 469 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 470 surf_tmpl.u.tex.level = 0; 471 surf_tmpl.u.tex.first_layer = 0; 472 surf_tmpl.u.tex.last_layer = 0; 473 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
|
quad-sample.c | 300 struct pipe_surface surf_tmpl; local 341 surf_tmpl.format = templat.format; 342 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 343 surf_tmpl.u.tex.level = 0; 344 surf_tmpl.u.tex.first_layer = 0; 345 surf_tmpl.u.tex.last_layer = 0; 346 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
|
tri-instanced.c | 229 struct pipe_surface surf_tmpl; local 270 surf_tmpl.format = templat.format; 271 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 272 surf_tmpl.u.tex.level = 0; 273 surf_tmpl.u.tex.first_layer = 0; 274 surf_tmpl.u.tex.last_layer = 0; 275 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
vs-test.c | 378 struct pipe_surface surf_tmpl; local 419 surf_tmpl.format = templat.format; 420 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 421 surf_tmpl.u.tex.level = 0; 422 surf_tmpl.u.tex.first_layer = 0; 423 surf_tmpl.u.tex.last_layer = 0; 424 surf = ctx->create_surface(ctx, rttex, &surf_tmpl);
|
/external/mesa3d/src/gallium/tests/graw/ |
clear.c | 43 struct pipe_surface surf_tmpl; local 84 surf_tmpl.format = templat.format; 85 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 86 surf_tmpl.u.tex.level = 0; 87 surf_tmpl.u.tex.first_layer = 0; 88 surf_tmpl.u.tex.last_layer = 0; 89 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
shader-leak.c | 171 struct pipe_surface surf_tmpl; local 212 surf_tmpl.format = templat.format; 213 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 214 surf_tmpl.u.tex.level = 0; 215 surf_tmpl.u.tex.first_layer = 0; 216 surf_tmpl.u.tex.last_layer = 0; 217 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
tri-gs.c | 178 struct pipe_surface surf_tmpl; local 219 surf_tmpl.format = templat.format; 220 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 221 surf_tmpl.u.tex.level = 0; 222 surf_tmpl.u.tex.first_layer = 0; 223 surf_tmpl.u.tex.last_layer = 0; 224 surf = ctx->create_surface(ctx, tex, &surf_tmpl);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
vg_manager.c | 50 struct pipe_surface surf_tmpl; local 64 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 65 u_surface_default_template(&surf_tmpl, strb->texture, 67 strb->surface = pipe->create_surface(pipe, strb->texture, &surf_tmpl);
|
mask.c | 398 struct pipe_surface *surf, surf_tmpl; local 401 u_surface_default_template(&surf_tmpl, layer->sampler_view->texture, 404 &surf_tmpl); 427 struct pipe_surface *surf, surf_tmpl; local 428 u_surface_default_template(&surf_tmpl, view->texture, 430 surf = pipe->create_surface(pipe, view->texture, &surf_tmpl);
|
vg_context.c | 366 struct pipe_surface surf_tmpl; local 380 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 381 u_surface_default_template(&surf_tmpl, dsrb->texture, 385 &surf_tmpl); 449 struct pipe_surface surf_tmpl; local 453 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 454 u_surface_default_template(&surf_tmpl, stfb->blend_texture_view->texture, 458 &surf_tmpl); [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
vg_manager.c | 50 struct pipe_surface surf_tmpl; local 64 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 65 u_surface_default_template(&surf_tmpl, strb->texture, 67 strb->surface = pipe->create_surface(pipe, strb->texture, &surf_tmpl);
|
mask.c | 398 struct pipe_surface *surf, surf_tmpl; local 401 u_surface_default_template(&surf_tmpl, layer->sampler_view->texture, 404 &surf_tmpl); 427 struct pipe_surface *surf, surf_tmpl; local 428 u_surface_default_template(&surf_tmpl, view->texture, 430 surf = pipe->create_surface(pipe, view->texture, &surf_tmpl);
|
vg_context.c | 366 struct pipe_surface surf_tmpl; local 380 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 381 u_surface_default_template(&surf_tmpl, dsrb->texture, 385 &surf_tmpl); 449 struct pipe_surface surf_tmpl; local 453 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 454 u_surface_default_template(&surf_tmpl, stfb->blend_texture_view->texture, 458 &surf_tmpl); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_blit.c | 129 struct pipe_surface *zsurf, *cbsurf, surf_tmpl; local 131 surf_tmpl.format = texture->real_format; 132 surf_tmpl.u.tex.level = level; 133 surf_tmpl.u.tex.first_layer = layer; 134 surf_tmpl.u.tex.last_layer = layer; 135 surf_tmpl.usage = PIPE_BIND_DEPTH_STENCIL; 137 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl); 139 surf_tmpl.format = texture->flushed_depth_texture->real_format; 140 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 142 (struct pipe_resource*)texture->flushed_depth_texture, &surf_tmpl); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 1067 struct pipe_surface surf_tmpl; local 1068 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 1069 u_surface_default_template(&surf_tmpl, priv->tex, 1072 return pipe->create_surface(pipe, priv->tex, &surf_tmpl);
|
/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/ |
quad-tex.c | 91 struct pipe_surface surf_tmpl; local 217 surf_tmpl.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */ 218 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 219 surf_tmpl.u.tex.level = 0; 220 surf_tmpl.u.tex.first_layer = 0; 221 surf_tmpl.u.tex.last_layer = 0; 227 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl);
|
tri.c | 86 struct pipe_surface surf_tmpl; local 158 surf_tmpl.format = PIPE_FORMAT_B8G8R8A8_UNORM; 159 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 160 surf_tmpl.u.tex.level = 0; 161 surf_tmpl.u.tex.first_layer = 0; 162 surf_tmpl.u.tex.last_layer = 0; 168 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl);
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_blit.c | 129 struct pipe_surface *zsurf, *cbsurf, surf_tmpl; local 131 surf_tmpl.format = texture->real_format; 132 surf_tmpl.u.tex.level = level; 133 surf_tmpl.u.tex.first_layer = layer; 134 surf_tmpl.u.tex.last_layer = layer; 135 surf_tmpl.usage = PIPE_BIND_DEPTH_STENCIL; 137 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl); 139 surf_tmpl.format = texture->flushed_depth_texture->real_format; 140 surf_tmpl.usage = PIPE_BIND_RENDER_TARGET; 142 (struct pipe_resource*)texture->flushed_depth_texture, &surf_tmpl); [all...] |
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 1067 struct pipe_surface surf_tmpl; local 1068 memset(&surf_tmpl, 0, sizeof(surf_tmpl)); 1069 u_surface_default_template(&surf_tmpl, priv->tex, 1072 return pipe->create_surface(pipe, priv->tex, &surf_tmpl);
|