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/frontends/rusticl/mesa/pipe/
Dresource.rs66 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()
Dscreen.rs81 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/
Dp_state.h570 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/
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.c1507 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()