Home
last modified time | relevance | path

Searched refs:V3D_MAX_IMAGE_DIMENSION (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c463 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()
Dv3dv_device.c1390 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()
Dv3dvx_meta_common.c1199 const uint32_t max_dim_pixels = V3D_MAX_IMAGE_DIMENSION; in framebuffer_size_for_pixel_count()
Dv3dv_cmd_buffer.c978 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()
/third_party/mesa3d/src/broadcom/common/
Dv3d_limits.h56 #define V3D_MAX_IMAGE_DIMENSION 4096 macro
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_screen.c246 return V3D_MAX_IMAGE_DIMENSION; in v3d_screen_get_param()