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.h73 struct v3d_resource_slice { struct
74 uint32_t offset;
75 uint32_t stride;
76 uint32_t padded_height;
81 uint32_t size;
82 uint8_t ub_pad;
83 enum v3d_tiling_mode tiling;
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h405 struct v3d_resource_slice { struct
406 uint32_t offset;
407 uint32_t stride;
408 uint32_t padded_height;
413 uint32_t size;
414 uint8_t ub_pad;
415 enum v3d_tiling_mode tiling;
439 struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS]; argument