Home
last modified time | relevance | path

Searched defs:CM_LOADPROGRAM_PARAM (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/cmrtlib/agnostic/hardware/
H A Dcm_def_hw.h154 struct CM_LOADPROGRAM_PARAM struct
156 void *cisaCode; // [in] pointer to the CISA code buffer
157 uint32_t cisaCodeSize; // [in] size of CISA code
158 char *options; // [in] additonal options for LoadProgram
159 void *cmProgramHandle; // [out] pointer to CmProgram object used by CMRT@UMD
160 uint32_t indexInArray; // [out] index in m_ProgramArray of CMRT@UMD
161 int32_t returnValue; // [out] the return value from CMRT@UMD
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_wrapper.h70 }CM_LOADPROGRAM_PARAM, *PCM_LOADPROGRAM_PARAM; typedef