Searched defs:local_ptr (Results 1 – 8 of 8) sorted by relevance
19 int *local_ptr; in test_element_index_lifetime_with_local_ptr() local
476 typedef cl::sycl::multi_ptr<OutScalar, cl::sycl::access::address_space::local_space> local_ptr; typedef
548 let local_ptr = (entry as *const Entry).cast::<Self>(); in element_of() localVariable
384 GpuDeviceArrayStruct<int> cuda_ptr_s, int* local_ptr, int length) { in CopyFromGpuDeviceArrayToLocal()
587 const uint8_t *local_ptr = info->index.user; in r300_draw_elements() local
3043 PCRE2_SPTR local_ptr = ptr; in internal_dfa_match() local
215 const uint8_t* local_ptr = reinterpret_cast<const uint8_t*>(&image_header) + boot_offset; in RemoteContentsPointerToLocal() local
1670 TEST_F(ComputeTest, local_ptr) in TEST_F() argument