Lines Matching refs:format
1287 enum SVGA3dSurfaceFormat format;
1302 "unsupported pixel format %p4cc / modifier 0x%llx\n",
1323 format = SVGA3D_A8R8G8B8;
1326 format = SVGA3D_X8R8G8B8;
1329 format = SVGA3D_R5G6B5;
1332 format = SVGA3D_A1R5G5B5;
1335 DRM_ERROR("Invalid pixel format: %p4cc\n",
1341 * For DX, surface format validation is done when surface->scanout
1344 if (!has_sm4_context(dev_priv) && format != surface->metadata.format) {
1345 DRM_ERROR("Invalid surface format for requested mode.\n");
1428 uint32_t format;
1436 format = SVGA3D_X8R8G8B8;
1442 format = SVGA3D_R5G6B5;
1447 format = SVGA3D_P8;
1452 DRM_ERROR("Invalid framebuffer format %p4cc\n",
1457 metadata.format = format;
1510 "unsupported pixel format %p4cc / modifier 0x%llx\n",