Searched refs:s_dpuColorComponentFormats (Results 1 – 1 of 1) sorted by relevance
811 static const uint32_t s_dpuColorComponentFormats[][2] = { variable2094 control->COLORCOMPONENTBITS = s_dpuColorComponentFormats[config->pixelFormat][0]; in DPU_SetFetchUnitSrcBufferConfig()2095 control->COLORCOMPONENTSHIFT = s_dpuColorComponentFormats[config->pixelFormat][1]; in DPU_SetFetchUnitSrcBufferConfig()2422 store->COLORCOMPONENTBITS = s_dpuColorComponentFormats[config->pixelFormat][0]; in DPU_SetStoreDstBufferConfig()2423 store->COLORCOMPONENTSHIFT = s_dpuColorComponentFormats[config->pixelFormat][1]; in DPU_SetStoreDstBufferConfig()