Searched defs:pipe_resource (Results  1 – 5 of 5) sorted by relevance
| /external/virglrenderer/src/gallium/include/pipe/ | 
| D | p_state.h | 406 struct pipe_resource  struct408    struct pipe_reference reference;
 432    struct pipe_resource *resource; /**< resource to transfer to/from  */  argument
 
 | 
| /external/mesa3d/src/gallium/include/pipe/ | 
| D | p_state.h | 540 struct pipe_resource  struct542    struct pipe_reference reference;
 544    unsigned width0; /**< Used by both buffers and textures. */
 545    uint16_t height0; /* Textures: The maximum height/depth/array_size is 16k. */
 546    uint16_t depth0;
 547    uint16_t array_size;
 549    enum pipe_format format:16;         /**< PIPE_FORMAT_x */
 573    struct pipe_resource *next;  argument
 588    struct pipe_resource *resource; /**< resource to transfer to/from  */  argument
 
 | 
| /external/virglrenderer/src/ | 
| D | virgl_context.h | 44       struct pipe_resource *pipe_resource;  member
 | 
| D | virgl_resource.h | 83    struct pipe_resource *pipe_resource;  member
 | 
| /external/mesa3d/src/gallium/frontends/nine/ | 
| D | nine_state.c | 1438                   ARG_BIND_RES(struct pipe_resource, res),  in CSMT_ITEM_NO_WAIT()1507                   ARG_BIND_RES(struct pipe_resource, res),  in CSMT_ITEM_NO_WAIT()
 1559                   ARG_BIND_RES(struct pipe_resource, res),  in CSMT_ITEM_NO_WAIT()
 2400                   ARG_BIND_RES(struct pipe_resource, ibuf),  in CSMT_ITEM_NO_WAIT()
 2430                   ARG_BIND_RES(struct pipe_resource, dst_res),  in CSMT_ITEM_NO_WAIT()
 2481                   ARG_BIND_RES(struct pipe_resource, res),  in CSMT_ITEM_NO_WAIT()
 2499                                ARG_BIND_RES(struct pipe_resource, res),  in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
 2514                                ARG_BIND_RES(struct pipe_resource, res),  in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
 
 |