Lines Matching defs:ccs_format
2299 enum isl_format ccs_format;
2301 case 8: ccs_format = ISL_FORMAT_GFX12_CCS_8BPP_Y0; break;
2302 case 16: ccs_format = ISL_FORMAT_GFX12_CCS_16BPP_Y0; break;
2303 case 32: ccs_format = ISL_FORMAT_GFX12_CCS_32BPP_Y0; break;
2304 case 64: ccs_format = ISL_FORMAT_GFX12_CCS_64BPP_Y0; break;
2305 case 128: ccs_format = ISL_FORMAT_GFX12_CCS_128BPP_Y0; break;
2316 .format = ccs_format,
2329 enum isl_format ccs_format;
2332 case 32: ccs_format = ISL_FORMAT_GFX9_CCS_32BPP; break;
2333 case 64: ccs_format = ISL_FORMAT_GFX9_CCS_64BPP; break;
2334 case 128: ccs_format = ISL_FORMAT_GFX9_CCS_128BPP; break;
2340 case 32: ccs_format = ISL_FORMAT_GFX7_CCS_32BPP_Y; break;
2341 case 64: ccs_format = ISL_FORMAT_GFX7_CCS_64BPP_Y; break;
2342 case 128: ccs_format = ISL_FORMAT_GFX7_CCS_128BPP_Y; break;
2347 case 32: ccs_format = ISL_FORMAT_GFX7_CCS_32BPP_X; break;
2348 case 64: ccs_format = ISL_FORMAT_GFX7_CCS_64BPP_X; break;
2349 case 128: ccs_format = ISL_FORMAT_GFX7_CCS_128BPP_X; break;
2358 .format = ccs_format,