Home
last modified time | relevance | path

Searched refs:PSB_MAX_PROFILES (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h103 #define PSB_MAX_PROFILES 32 macro
214 format_vtable_p profile2Format[PSB_MAX_PROFILES][PSB_MAX_ENTRYPOINTS];
Dpsb_drv_video.c129 #define INIT_FORMAT_VTABLE format_vtable_p format_vtable = ((profile < PSB_MAX_PROFILES) && (entryp…
132 #define INIT_FORMAT_VTABLE format_vtable_p format_vtable = ((profile < PSB_MAX_PROFILES) && (entryp…
195 ASSERT(i <= PSB_MAX_PROFILES); in psb_QueryConfigProfiles()
215 CHECK_INVALID_PARAM((num_entrypoints == NULL) || (profile >= PSB_MAX_PROFILES)); in psb_QueryConfigEntrypoints()
252 if (profile < PSB_MAX_PROFILES) { in psb__error_unsupported_profile_entrypoint()
3286 ctx->max_profiles = PSB_MAX_PROFILES;