Searched defs:pipe_resource (Results 1 – 7 of 7) sorted by relevance
| /external/virglrenderer/src/gallium/include/pipe/ |
| D | p_state.h | 406 struct pipe_resource struct 408 struct pipe_reference reference; 432 struct pipe_resource *resource; /**< resource to transfer to/from */ argument
|
| /external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
| D | resource.rs | 66 pub(super) fn new(res: *mut pipe_resource, is_user: bool) -> Option<Self> { in new() 77 pub(super) fn pipe(&self) -> *mut pipe_resource { in pipe() 81 fn as_ref(&self) -> &pipe_resource { in as_ref()
|
| D | screen.rs | 81 fn apply(&self, tmpl: &mut pipe_resource, screen: &PipeScreen) { in apply() 138 tmpl: &pipe_resource, in resource_create_from_user()
|
| /external/mesa3d/src/gallium/include/pipe/ |
| D | p_state.h | 570 struct pipe_resource struct 575 unsigned width0; /**< Used by both buffers and textures. */ 576 uint16_t height0; /* Textures: The maximum height/depth/array_size is 16k. */ 577 uint16_t depth0; 578 uint16_t array_size; 580 enum pipe_format format:16; /**< PIPE_FORMAT_x */ 581 enum pipe_texture_target target:8; /**< PIPE_TEXTURE_x */ 582 unsigned last_level:8; /**< Index of last mipmap level present/defined */ 606 struct pipe_resource *next; argument 621 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 | 1507 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 1605 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 1671 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 2511 ARG_BIND_RES(struct pipe_resource, ibuf), in CSMT_ITEM_NO_WAIT() 2555 ARG_BIND_RES(struct pipe_resource, dst_res), in CSMT_ITEM_NO_WAIT() 2606 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 2624 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2640 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
|