Home
last modified time | relevance | path

Searched defs:pipe_resource (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_state.h406 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 Dp_state.h558 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 Dresource.rs68 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 Dscreen.rs79 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 Dnine_state.c1489 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 Dvirgl_context.h44 struct pipe_resource *pipe_resource; member
H A Dvirgl_resource.h83 struct pipe_resource *pipe_resource; member