HomeSort by relevance Sort by last modified time
    Searched refs:ui32LowCmdCount (Results 1 - 3 of 3) sorted by null

  /hardware/intel/img/psb_video/src/
tng_cmdbuf.c 401 F_ENCODE(((ps_cmd->ui32LowCmdCount - 1) & 0xff) |(ps_cmd->ui32HighCmdCount << 8), MTX_MSG_COUNT);
405 F_ENCODE(ps_cmd->ui32LowCmdCount & 0xff, MTX_MSG_COUNT);
406 ++(ps_cmd->ui32LowCmdCount);
tng_hostcode.h 64 unsigned int ui32LowCmdCount; //!< count of low-priority commands sent to TOPAZ
tng_hostcode.c     [all...]

Completed in 39 milliseconds