Searched defs:pipe_resource (Results 1 – 2 of 2) sorted by relevance
| /third_party/mesa3d/src/gallium/include/pipe/ |
| D | p_state.h | 555 struct pipe_resource struct 560 unsigned width0; /**< Used by both buffers and textures. */ 561 uint16_t height0; /* Textures: The maximum height/depth/array_size is 16k. */ 562 uint16_t depth0; 563 uint16_t array_size; 565 enum pipe_format format:16; /**< PIPE_FORMAT_x */ 566 enum pipe_texture_target target:8; /**< PIPE_TEXTURE_x */ 567 unsigned last_level:8; /**< Index of last mipmap level present/defined */ 591 struct pipe_resource *next; argument 606 struct pipe_resource *resource; /**< resource to transfer to/from */ argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | nine_state.c | 1454 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 1552 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 1611 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 2436 ARG_BIND_RES(struct pipe_resource, ibuf), in CSMT_ITEM_NO_WAIT() 2472 ARG_BIND_RES(struct pipe_resource, dst_res), in CSMT_ITEM_NO_WAIT() 2523 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT() 2541 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2557 ARG_BIND_RES(struct pipe_resource, res), in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
|