Searched defs:pipe_resource (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/ |
H A 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
|
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 558 struct pipe_resource struct 563 uint32_t width0; /**< Used by both buffers and textures. */ 564 uint16_t height0; /* Textures: The maximum height/depth/array_size is 16k. */ 588 enum pipe_resource_usage usage:4; argument 596 struct pipe_resource *next; argument 614 struct pipe_resource *resource; /**< resource to transfer to/from */ argument
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
H A D | resource.rs | 68 pub(super) fn new(res: *mut pipe_resource, is_user: bool) -> Option<Self> { in new() 82 pub(super) fn pipe(&self) -> *mut pipe_resource { in pipe() 86 fn as_ref(&self) -> &pipe_resource { in as_ref()
|
H A D | screen.rs | 79 fn apply(&self, tmpl: &mut pipe_resource) { in apply() 132 tmpl: &pipe_resource, in resource_create_from_user()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_state.c | 1489 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 1587 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 1653 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 2493 ARG_BIND_RES(struct pipe_resource, ibuf), in CSMT_ITEM_NO_WAIT() 2537 ARG_BIND_RES(struct pipe_resource, dst_res), in CSMT_ITEM_NO_WAIT() 2588 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 2606 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2622 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | virgl_context.h | 44 struct pipe_resource *pipe_resource; member
|
H A D | virgl_resource.h | 83 struct pipe_resource *pipe_resource; member
|