Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h406 struct pipe_resource struct
408 struct pipe_reference reference;
432 struct pipe_resource *resource; /**< resource to transfer to/from */ argument
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h560 struct pipe_resource struct
565 uint32_t width0; /**< Used by both buffers and textures. */
566 uint16_t height0; /* Textures: The maximum height/depth/array_size is 16k. */
590 enum pipe_resource_usage usage:4; argument
598 struct pipe_resource *next; argument
616 struct pipe_resource *resource; /**< resource to transfer to/from */ argument
/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dresource.rs74 pub(super) fn new(res: *mut pipe_resource, is_user: bool) -> Option<Self> { in new()
86 pub(super) fn pipe(&self) -> *mut pipe_resource { in pipe()
90 fn as_ref(&self) -> &pipe_resource { in as_ref()
Dscreen.rs79 fn apply(&self, tmpl: &mut pipe_resource) { in apply()
136 tmpl: &pipe_resource, in resource_create_from_user()
/external/virglrenderer/src/
Dvirgl_context.h44 struct pipe_resource *pipe_resource; member
Dvirgl_resource.h83 struct pipe_resource *pipe_resource; member
/external/mesa3d/src/gallium/frontends/nine/
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()
2492 ARG_BIND_RES(struct pipe_resource, ibuf), in CSMT_ITEM_NO_WAIT()
2536 ARG_BIND_RES(struct pipe_resource, dst_res), in CSMT_ITEM_NO_WAIT()
2587 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT()
2605 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
2621 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT_WITH_COUNTER()