Home
last modified time | relevance | path

Searched refs:bufferTableIndex (Results 1 – 5 of 5) sorted by relevance

/external/intel-media-driver/media_driver/linux/common/cm/hal/
Dcm_command_buffer_os.cpp96 … loadRegMemParams.presStoreBuffer = &(m_cmhal->bufferTable[cbbInfo->bufferTableIndex].osResource); in AddConditionalFrameTracker()
117 … loadRegMemParams.presStoreBuffer = &(m_cmhal->bufferTable[cbbInfo->bufferTableIndex].osResource); in AddConditionalFrameTracker()
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_task_rt.cpp429 m_conditionalEndInfo[m_kernelCount].bufferTableIndex = handle; in SetConditionalEndInfo()
Dcm_command_buffer.cpp795 cbbParams.presSemaphoreBuffer = &(m_cmhal->bufferTable[cbbInfo->bufferTableIndex].osResource); in AddConditionalBatchBufferEnd()
Dcm_hal.h357 uint32_t bufferTableIndex; member
Dcm_hal.cpp7893 …presSemaphoreBuffer = &(state->bufferTable[conditionalEndInfo[index].bufferTableIndex].osResource); in HalCm_SetConditionalEndInfo()