Searched refs:V3D_MAX_IMAGE_DIMENSION (Results 1 – 6 of 6) sorted by relevance
463 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()470 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()471 pImageFormatProperties->maxExtent.height = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()477 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()478 pImageFormatProperties->maxExtent.height = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()479 pImageFormatProperties->maxExtent.depth = V3D_MAX_IMAGE_DIMENSION; in get_image_format_properties()
1390 const uint32_t max_fb_size = V3D_MAX_IMAGE_DIMENSION; in v3dv_GetPhysicalDeviceProperties()1402 .maxImageDimension1D = V3D_MAX_IMAGE_DIMENSION, in v3dv_GetPhysicalDeviceProperties()1403 .maxImageDimension2D = V3D_MAX_IMAGE_DIMENSION, in v3dv_GetPhysicalDeviceProperties()1404 .maxImageDimension3D = V3D_MAX_IMAGE_DIMENSION, in v3dv_GetPhysicalDeviceProperties()1405 .maxImageDimensionCube = V3D_MAX_IMAGE_DIMENSION, in v3dv_GetPhysicalDeviceProperties()
1199 const uint32_t max_dim_pixels = V3D_MAX_IMAGE_DIMENSION; in framebuffer_size_for_pixel_count()
978 framebuffer ? framebuffer->width : V3D_MAX_IMAGE_DIMENSION; in cmd_buffer_begin_render_pass_secondary()980 framebuffer ? framebuffer->height : V3D_MAX_IMAGE_DIMENSION; in cmd_buffer_begin_render_pass_secondary()
56 #define V3D_MAX_IMAGE_DIMENSION 4096 macro
246 return V3D_MAX_IMAGE_DIMENSION; in v3d_screen_get_param()