Searched refs:noRenderControlEnc (Results 1 – 9 of 9) sorted by relevance
90 static void processPipeDoInit(uint32_t noRenderControlEnc) { in processPipeDoInit() argument94 if (noRenderControlEnc) return; in processPipeDoInit()117 bool processPipeInit(int streamHandle, HostConnectionType connType, uint32_t noRenderControlEnc) { in processPipeInit() argument128 processPipeDoInit(noRenderControlEnc); in processPipeInit()130 if (noRenderControlEnc) { in processPipeInit()
37 uint32_t noRenderControlEnc);
202 uint32_t noRenderControlEnc = 0; in connect() local296 noRenderControlEnc = 1; in connect()300 noRenderControlEnc = caps.vulkanCapset.noRenderControlEnc; in connect()304 processPipeInit(fd, connType, noRenderControlEnc); in connect()305 if (!noRenderControlEnc && capset == kCapsetGfxStreamVulkan) { in connect()
102 uint32_t noRenderControlEnc; member
1509 capset->noRenderControlEnc = 1; in fillCaps()
100 uint32_t noRenderControlEnc; member
64 uint32_t noRenderControlEnc = 0; in SetupInstanceForProcess() local71 gfxstream::vk::ResourceTracker::get()->setupCaps(noRenderControlEnc); in SetupInstanceForProcess()73 if (!noRenderControlEnc) { in SetupInstanceForProcess()
539 void setupCaps(uint32_t& noRenderControlEnc);
1398 void ResourceTracker::setupCaps(uint32_t& noRenderControlEnc) { in setupCaps() argument1431 noRenderControlEnc = mCaps.vulkanCapset.noRenderControlEnc; in setupCaps()