Searched defs:ptex (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_image.c228 struct pipe_resource *ptex; local
245 ptex = egl_g3d_reference_native_pixmap(dpy,
250 ptex = egl_g3d_reference_drm_buffer(dpy,
256 ptex = egl_g3d_reference_wl_buffer(dpy,
262 ptex = egl_g3d_reference_android_native_buffer(dpy,
267 ptex = NULL;
271 if (!ptex) {
276 if (level > ptex->last_level) {
282 if (layer >= (u_minify(ptex->depth0, level) + ptex
313 struct pipe_resource *ptex; local
[all...]
H A Degl_g3d_st.c134 struct pipe_resource templ, *ptex; local
147 ptex = screen->resource_create(screen, &templ);
148 gsurf->render_texture = ptex;
H A Degl_g3d_api.c398 struct pipe_resource *ptex = NULL; local
448 &gsurf->stvis.render_buffer, 1, &ptex)) {
453 pipe_resource_reference(&ptex, NULL);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_st.c230 struct pipe_resource *ptex; local
234 ptex = stwfb->textures[front];
236 stwfb->textures[back] = ptex;
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_image.c228 struct pipe_resource *ptex; local
245 ptex = egl_g3d_reference_native_pixmap(dpy,
250 ptex = egl_g3d_reference_drm_buffer(dpy,
256 ptex = egl_g3d_reference_wl_buffer(dpy,
262 ptex = egl_g3d_reference_android_native_buffer(dpy,
267 ptex = NULL;
271 if (!ptex) {
276 if (level > ptex->last_level) {
282 if (layer >= (u_minify(ptex->depth0, level) + ptex
313 struct pipe_resource *ptex; local
[all...]
H A Degl_g3d_st.c134 struct pipe_resource templ, *ptex; local
147 ptex = screen->resource_create(screen, &templ);
148 gsurf->render_texture = ptex;
H A Degl_g3d_api.c398 struct pipe_resource *ptex = NULL; local
448 &gsurf->stvis.render_buffer, 1, &ptex)) {
453 pipe_resource_reference(&ptex, NULL);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_st.c230 struct pipe_resource *ptex; local
234 ptex = stwfb->textures[front];
236 stwfb->textures[back] = ptex;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_texture.c77 const struct pipe_resource *ptex,
80 surface->npix_x = ptex->width0;
81 surface->npix_y = ptex->height0;
82 surface->npix_z = ptex->depth0;
83 surface->blk_w = util_format_get_blockwidth(ptex->format);
84 surface->blk_h = util_format_get_blockheight(ptex->format);
87 surface->last_level = ptex->last_level;
88 surface->bpe = util_format_get_blocksize(ptex->format);
110 switch (ptex->target) {
123 surface->array_size = ptex
76 r600_init_surface(struct radeon_surface *surface, const struct pipe_resource *ptex, unsigned array_mode) argument
219 r600_texture_get_handle(struct pipe_screen* screen, struct pipe_resource *ptex, struct winsys_handle *whandle) argument
244 r600_texture_destroy(struct pipe_screen *screen, struct pipe_resource *ptex) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c104 struct pipe_resource *ptex)
112 screen->base.screen->flush_frontbuffer(screen->base.screen, ptex, 0, 0, drawable);
127 struct pipe_resource *ptex)
129 drisw_present_texture(dPriv, ptex);
143 struct pipe_resource *ptex; local
148 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
150 if (ptex) {
152 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
156 drisw_copy_to_front(dPriv, ptex);
103 drisw_present_texture(__DRIdrawable *dPriv, struct pipe_resource *ptex) argument
126 drisw_copy_to_front(__DRIdrawable * dPriv, struct pipe_resource *ptex) argument
165 struct pipe_resource *ptex; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c63 struct pipe_resource *ptex = xstfb->textures[statt]; local
66 if (!ptex)
71 if (!pres || pres != ptex) {
72 pipe_resource_reference(&xstfb->display_resource, ptex);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_texture.c77 const struct pipe_resource *ptex,
80 surface->npix_x = ptex->width0;
81 surface->npix_y = ptex->height0;
82 surface->npix_z = ptex->depth0;
83 surface->blk_w = util_format_get_blockwidth(ptex->format);
84 surface->blk_h = util_format_get_blockheight(ptex->format);
87 surface->last_level = ptex->last_level;
88 surface->bpe = util_format_get_blocksize(ptex->format);
110 switch (ptex->target) {
123 surface->array_size = ptex
76 r600_init_surface(struct radeon_surface *surface, const struct pipe_resource *ptex, unsigned array_mode) argument
219 r600_texture_get_handle(struct pipe_screen* screen, struct pipe_resource *ptex, struct winsys_handle *whandle) argument
244 r600_texture_destroy(struct pipe_screen *screen, struct pipe_resource *ptex) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddrisw.c104 struct pipe_resource *ptex)
112 screen->base.screen->flush_frontbuffer(screen->base.screen, ptex, 0, 0, drawable);
127 struct pipe_resource *ptex)
129 drisw_present_texture(dPriv, ptex);
143 struct pipe_resource *ptex; local
148 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
150 if (ptex) {
152 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
156 drisw_copy_to_front(dPriv, ptex);
103 drisw_present_texture(__DRIdrawable *dPriv, struct pipe_resource *ptex) argument
126 drisw_copy_to_front(__DRIdrawable * dPriv, struct pipe_resource *ptex) argument
165 struct pipe_resource *ptex; local
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c63 struct pipe_resource *ptex = xstfb->textures[statt]; local
66 if (!ptex)
71 if (!pres || pres != ptex) {
72 pipe_resource_reference(&xstfb->display_resource, ptex);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_texture.c70 const struct pipe_resource *ptex,
75 util_format_description(ptex->format);
81 surface->npix_x = ptex->width0;
82 surface->npix_y = ptex->height0;
83 surface->npix_z = ptex->depth0;
84 surface->blk_w = util_format_get_blockwidth(ptex->format);
85 surface->blk_h = util_format_get_blockheight(ptex->format);
88 surface->last_level = ptex->last_level;
92 ptex->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT) {
95 surface->bpe = util_format_get_blocksize(ptex
68 r600_init_surface(struct r600_screen *rscreen, struct radeon_surface *surface, const struct pipe_resource *ptex, unsigned array_mode, bool is_transfer, bool is_flushed_depth) argument
164 struct pipe_resource *ptex = &rtex->resource.b.b; local
205 r600_texture_get_handle(struct pipe_screen* screen, struct pipe_resource *ptex, struct winsys_handle *whandle) argument
230 r600_texture_destroy(struct pipe_screen *screen, struct pipe_resource *ptex) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
H A Ddri2.c52 struct pipe_resource *ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT]; local
55 if (ptex && ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
56 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c400 struct pipe_resource *ptex = dri2surf->textures[att]; local
403 pipe_resource_reference(&textures[att], ptex);
439 struct pipe_resource *ptex = dri2surf->textures[i]; local
440 pipe_resource_reference(&ptex, NULL);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c70 const struct pipe_resource *ptex,
75 util_format_description(ptex->format);
81 surface->npix_x = ptex->width0;
82 surface->npix_y = ptex->height0;
83 surface->npix_z = ptex->depth0;
84 surface->blk_w = util_format_get_blockwidth(ptex->format);
85 surface->blk_h = util_format_get_blockheight(ptex->format);
88 surface->last_level = ptex->last_level;
92 ptex->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT) {
95 surface->bpe = util_format_get_blocksize(ptex
68 r600_init_surface(struct r600_screen *rscreen, struct radeon_surface *surface, const struct pipe_resource *ptex, unsigned array_mode, bool is_transfer, bool is_flushed_depth) argument
164 struct pipe_resource *ptex = &rtex->resource.b.b; local
205 r600_texture_get_handle(struct pipe_screen* screen, struct pipe_resource *ptex, struct winsys_handle *whandle) argument
230 r600_texture_destroy(struct pipe_screen *screen, struct pipe_resource *ptex) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri2.c52 struct pipe_resource *ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT]; local
55 if (ptex && ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
56 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c400 struct pipe_resource *ptex = dri2surf->textures[att]; local
403 pipe_resource_reference(&textures[att], ptex);
439 struct pipe_resource *ptex = dri2surf->textures[i]; local
440 pipe_resource_reference(&ptex, NULL);

Completed in 7000 milliseconds