Home
last modified time | relevance | path

Searched refs:V3D_MAX_MIP_LEVELS (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/broadcom/common/
Dv3d_limits.h62 #define V3D_MAX_MIP_LEVELS 13 macro
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c467 pImageFormatProperties->maxMipLevels = V3D_MAX_MIP_LEVELS; in get_image_format_properties()
474 pImageFormatProperties->maxMipLevels = V3D_MAX_MIP_LEVELS; in get_image_format_properties()
481 pImageFormatProperties->maxMipLevels = V3D_MAX_MIP_LEVELS; in get_image_format_properties()
Dv3dv_private.h596 struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS];
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.h91 struct v3d_resource_slice slices[V3D_MAX_MIP_LEVELS];
Dv3d_screen.c252 return V3D_MAX_MIP_LEVELS; in v3d_screen_get_param()