Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/os/
H A Dmos_os.cpp579 if (pOsInterface->bDumpCommandBufferToFile) in Mos_DumpCommandBuffer()
616 if (pOsInterface->bDumpCommandBufferToFile) in Mos_DumpCommandBuffer()
630 if (pOsInterface->bDumpCommandBufferToFile) in Mos_DumpCommandBuffer()
684 pOsInterface->bDumpCommandBufferToFile = ((value & 1) != 0); in Mos_DumpCommandBufferInit()
687 if (pOsInterface->bDumpCommandBufferToFile) in Mos_DumpCommandBufferInit()
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/os/
H A Dmos_os.h717 …int32_t bDumpCommandBufferToFile; //!< Indicates … member