Lines Matching refs:maxExtent
463 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION;
464 pImageFormatProperties->maxExtent.height = 1;
465 pImageFormatProperties->maxExtent.depth = 1;
470 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION;
471 pImageFormatProperties->maxExtent.height = V3D_MAX_IMAGE_DIMENSION;
472 pImageFormatProperties->maxExtent.depth = 1;
477 pImageFormatProperties->maxExtent.width = V3D_MAX_IMAGE_DIMENSION;
478 pImageFormatProperties->maxExtent.height = V3D_MAX_IMAGE_DIMENSION;
479 pImageFormatProperties->maxExtent.depth = V3D_MAX_IMAGE_DIMENSION;
524 .maxExtent = { 0, 0, 0 },