Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_memory_operations_handler_bind.cpp41 … for (auto drmIterator = 0u; drmIterator < osContext->getDeviceBitfield().size(); drmIterator++) { in makeResidentWithinOsContext() local
42 if (osContext->getDeviceBitfield().test(drmIterator)) { in makeResidentWithinOsContext()
43 drmAllocation->makeBOsResident(osContext, drmIterator, nullptr, true); in makeResidentWithinOsContext()
73 for (auto drmIterator = 0u; drmIterator < deviceBitfield.size(); drmIterator++) { in evictImpl() local
74 if (deviceBitfield.test(drmIterator)) { in evictImpl()
75 drmAllocation->makeBOsResident(osContext, drmIterator, nullptr, false); in evictImpl()
H A Dos_context_linux.cpp92 for (auto drmIterator = 0u; drmIterator < this->deviceBitfield.size(); drmIterator++) { in waitForPagingFence() local
93 if (this->deviceBitfield.test(drmIterator)) { in waitForPagingFence()
94 drm.waitForBind(drmIterator); in waitForPagingFence()
H A Ddrm_buffer_object.cpp244 … for (auto drmIterator = 0u; drmIterator < osContext->getDeviceBitfield().size(); drmIterator++) { in bindBOsWithinContext() local
245 if (osContext->getDeviceBitfield().test(drmIterator)) { in bindBOsWithinContext()
247 retVal |= boToPin[i]->bind(osContext, drmIterator); in bindBOsWithinContext()
H A Ddrm_command_stream.inl143 … for (auto drmIterator = 0u; drmIterator < osContext->getDeviceBitfield().size(); drmIterator++) { local
144 if (osContext->getDeviceBitfield().test(drmIterator)) {
147 drmAllocation->makeBOsResident(osContext, drmIterator, &bosForSubmit, true);
150 … drmCmdBufferAllocation->makeBOsResident(osContext, drmIterator, &bosForSubmit, true);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/direct_submission/linux/
H A Ddrm_direct_submission.inl85 …for (auto drmIterator = 0u; drmIterator < osContextLinux->getDeviceBitfield().size(); drmIterator+… local
86 if (osContextLinux->getDeviceBitfield().test(drmIterator)) {
92 drmIterator,