Home
last modified time | relevance | path

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

/third_party/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;
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_private.h572 struct v3d_resource_slice { struct
596 struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS]; argument