HomeSort by relevance Sort by last modified time
    Searched refs:ptex (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_surface.c 38 struct pipe_resource *ptex,
41 // struct fd_resource* tex = fd_resource(ptex);
47 debug_assert(ptex->target != PIPE_BUFFER);
54 pipe_resource_reference(&psurf->texture, ptex);
58 psurf->width = u_minify(ptex->width0, level);
59 psurf->height = u_minify(ptex->height0, level);
freedreno_surface.h 50 struct pipe_resource *ptex,
freedreno_resource.h 102 fd_resource(struct pipe_resource *ptex)
104 return (struct fd_resource *)ptex;
  /external/mesa3d/src/gallium/state_trackers/dri/
drisw.c 156 struct pipe_resource *ptex, struct pipe_box *sub_box)
164 screen->base.screen->flush_frontbuffer(screen->base.screen, ptex, 0, 0, drawable, sub_box);
179 struct pipe_resource *ptex)
181 drisw_present_texture(dPriv, ptex, NULL);
195 struct pipe_resource *ptex; local
200 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
202 if (ptex) {
204 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
208 drisw_copy_to_front(dPriv, ptex);
218 struct pipe_resource *ptex; local
241 struct pipe_resource *ptex; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 64 struct pipe_resource *ptex = xstfb->textures[statt]; local
67 if (!ptex)
72 if (!pres || pres != ptex) {
73 pipe_resource_reference(&xstfb->display_resource, ptex);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 269 struct pipe_resource *ptex; local
273 ptex = stwfb->textures[front];
275 stwfb->textures[back] = ptex;
  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 192 const struct pipe_resource *ptex,
202 util_format_description(ptex->format);
211 ptex->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT) {
214 bpe = util_format_get_blocksize(ptex->format);
239 (ptex->flags & R600_RESOURCE_FLAG_DISABLE_DCC ||
240 ptex->format == PIPE_FORMAT_R9G9B9E5_FLOAT))
243 if (ptex->bind & PIPE_BIND_SCANOUT || is_scanout) {
245 assert(ptex->nr_samples <= 1 &&
246 ptex->array_size == 1 &&
247 ptex->depth0 == 1 &
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_resource.c 632 struct pipe_resource *ptex,
636 struct vc4_resource *rsc = vc4_resource(ptex);
647 pipe_resource_reference(&psurf->texture, ptex);
651 psurf->width = u_minify(ptex->width0, level);
652 psurf->height = u_minify(ptex->height0, level);
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_texture.c 282 struct pipe_resource *ptex,
286 struct virgl_texture *vtex = virgl_texture(ptex);

Completed in 882 milliseconds