/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/vc4/ |
H A D | vc4_cl.c | 63 uint32_t *current_handles = job->bo_handles.base; in vc4_gem_hindex() local 68 current_handles[last_hindex] == bo->handle) { in vc4_gem_hindex() 73 if (current_handles[hindex] == bo->handle) { in vc4_gem_hindex()
|
/dports/www/py-selenium/selenium-3.141.0/selenium/webdriver/support/ |
H A D | expected_conditions.py | 387 def __init__(self, current_handles): argument 388 self.current_handles = current_handles 391 return len(driver.window_handles) > len(self.current_handles)
|
/dports/net-mgmt/p5-RDR-Collector/RDR-Collector-1.0000/lib/RDR/ |
H A D | Collector.pm | 300 my ( $current_handles ) = $self->{_GLOBAL}{'ready_handles'}; 302 foreach my $handle ( @{$current_handles} ) 417 my ( $current_handles ) = $self->{_GLOBAL}{'ready_handles'}; 419 foreach my $handle ( @{$current_handles} )
|
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/selenium/selenium/webdriver/support/ |
H A D | expected_conditions.pyi | 134 current_handles: Any 135 def __init__(self, current_handles) -> None: ...
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/test/ |
H A D | run_py_tests.py | 624 current_handles = self._driver.GetWindowHandles() 630 self.assertTrue(new_window['handle'] not in current_handles) 4847 current_handles = self._driver.GetWindowHandles() 4853 self.assertTrue(new_window['handle'] not in current_handles)
|