Home
last modified time | relevance | path

Searched defs:v3d_resource_slice (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.h38 struct v3d_resource_slice { struct
39 uint32_t offset;
40 uint32_t stride;
41 uint32_t padded_height;
46 uint32_t size;
47 uint8_t ub_pad;
48 enum v3d_tiling_mode tiling;
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h678 struct v3d_resource_slice { struct
679 uint32_t offset;
680 uint32_t stride;
681 uint32_t padded_height;
682 uint32_t width;
683 uint32_t height;
688 uint32_t size;
689 uint8_t ub_pad;
690 enum v3d_tiling_mode tiling;
691 uint32_t padded_height_of_output_image_in_uif_blocks;