Home
last modified time | relevance | path

Searched +defs:access +defs:handle (Results 1 – 25 of 1010) sorted by relevance

12345678910>>...41

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexturebindless.c106 is_texture_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_texture_handle_resident()
116 is_image_handle_resident(struct gl_context *ctx, GLuint64 handle) in is_image_handle_resident()
132 GLuint64 handle = texHandleObj->handle; in make_texture_handle_resident() local
178 GLenum access, bool resident) in make_image_handle_resident()
181 GLuint64 handle = imgHandleObj->handle; in make_image_handle_resident() local
255 GLuint64 handle; in get_texture_handle() local
334 GLuint64 handle; in get_image_handle() local
729 _mesa_MakeTextureHandleResidentARB_no_error(GLuint64 handle) in _mesa_MakeTextureHandleResidentARB_no_error()
740 _mesa_MakeTextureHandleResidentARB(GLuint64 handle) in _mesa_MakeTextureHandleResidentARB()
775 _mesa_MakeTextureHandleNonResidentARB_no_error(GLuint64 handle) in _mesa_MakeTextureHandleNonResidentARB_no_error()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dmetal_arguments.cc339 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetArgumentBufferStructDefinition() local
347 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetArgumentBufferStructDefinition() local
355 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetArgumentBufferStructDefinition() local
363 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetArgumentBufferStructDefinition() local
562 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetListOfArgs() local
574 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetListOfArgs() local
584 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetListOfArgs() local
593 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetListOfArgs() local
684 id<MTLBuffer> handle, uint64_t offset) { in SetBuffer()
696 id<MTLTexture> handle) { in SetImage2D()
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java/0.282/
HDsqlite4java-0.282.jar ... , int) com.almworks.sqlite4java.SWIGTYPE_p_direct_buffer handle java.nio.ByteBuffer controlBuffer java.nio. ...
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSemaphoreVk.cpp47 GLuint handle) in importZirconHandle()
82 vk::CommandBufferAccess access; in wait() local
105 vk::CommandBufferAccess access; in wait() local
140 vk::CommandBufferAccess access; in signal() local
172 vk::CommandBufferAccess access; in signal() local
229 angle::Result SemaphoreVk::importZirconEvent(ContextVk *contextVk, GLuint handle) in importZirconEvent()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dfrom_nir.rs1977 let access = AttrAccess { in parse_intrinsic() localVariable
2031 let access = AttrAccess { in parse_intrinsic() localVariable
2218 let handle = self.get_src(&srcs[0]); in parse_intrinsic() localVariable
2276 let handle = self.get_src(&srcs[0]); in parse_intrinsic() localVariable
2301 let handle = self.get_src(&srcs[0]); in parse_intrinsic() localVariable
2334 let handle = self.get_src(&srcs[0]); in parse_intrinsic() localVariable
2551 let access = MemAccess { in parse_intrinsic() localVariable
2639 let access = AttrAccess { in parse_intrinsic() localVariable
2664 let access = MemAccess { in parse_intrinsic() localVariable
2685 let access = MemAccess { in parse_intrinsic() localVariable
[all …]
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/tinkkey/
H A DKeyHandleTest.java90 KeyAccess access = KeyAccess.publicAccess(); in createFromKey_tinkKeyWithSecret_noSecretKeyAccess_shouldThrowException() local
158 KeyHandle handle = KeyHandle.generateNew(template); in generateNew_shouldWork() local
198 KeyHandle handle = KeyHandle.generateNew(template); in generateNew_generatesDifferentKeys() local
231 KeyAccess access = KeyAccess.publicAccess(); in hasSecret_tinkKeyWithoutSecret_shouldReturnFalse() local
240 KeyAccess access = KeyAccess.publicAccess(); in getKey_tinkKeyWithoutSecret_noSecretKeyAccess_shouldWork() local
249 KeyAccess access = SecretKeyAccess.insecureSecretAccess(); in getKey_tinkKeyWithoutSecret_secretKeyAccess_shouldWork() local
267 KeyAccess access = SecretKeyAccess.insecureSecretAccess(); in getKey_tinkKeyWithSecret_secretKeyAccess_shouldWork() local
/aosp_15_r20/external/capstone/arch/X86/
H A DX86Mapping.c826 const char *X86_reg_name(csh handle, unsigned int reg) in X86_reg_name()
2364 const char *X86_insn_name(csh handle, unsigned int id) in X86_insn_name()
2434 const char *X86_group_name(csh handle, unsigned int id) in X86_group_name()
2689 enum cs_ac_type access; member
2982 x86_reg X86_insn_reg_intel(unsigned int id, enum cs_ac_type *access) in X86_insn_reg_intel()
3065 x86_reg X86_insn_reg_att(unsigned int id, enum cs_ac_type *access) in X86_insn_reg_att()
3488 uint8_t access[6]; member
/aosp_15_r20/external/cronet/base/containers/
H A Dintrusive_heap.h248 IntrusiveHeap(const value_compare& comp, const heap_handle_accessor& access) in IntrusiveHeap()
256 : impl_(comp, access) { in impl_() argument
272 : impl_(comp, access) { in impl_() argument
519 size_type ToIndex(HeapHandle handle) { return handle.index(); } in ToIndex()
631 HeapHandle* handle() const { return handle_.get(); } in handle() function
635 void SetHeapHandle(HeapHandle handle) { in SetHeapHandle()
718 bool IsInvalid(const HandleType& handle) { in IsInvalid()
722 BASE_EXPORT inline void CheckInvalidOrEqualTo(HeapHandle handle, size_t index) { in CheckInvalidOrEqualTo()
/aosp_15_r20/external/capstone/arch/ARM/
H A DARMMapping.c245 const char *ARM_reg_name(csh handle, unsigned int reg) in ARM_reg_name()
257 const char *ARM_reg_name2(csh handle, unsigned int reg) in ARM_reg_name2()
290 cs_struct handle; in ARM_get_insn_id() local
755 const char *ARM_insn_name(csh handle, unsigned int id) in ARM_insn_name()
813 const char *ARM_group_name(csh handle, unsigned int id) in ARM_group_name()
876 uint8_t access[7]; member
/aosp_15_r20/external/capstone/arch/AArch64/
H A DAArch64Mapping.c283 const char *AArch64_reg_name(csh handle, unsigned int reg) in AArch64_reg_name()
316 cs_struct handle; in AArch64_get_insn_id() local
806 const char *AArch64_insn_name(csh handle, unsigned int id) in AArch64_insn_name()
849 const char *AArch64_group_name(csh handle, unsigned int id) in AArch64_group_name()
1003 uint8_t access[5]; member
H A DAArch64InstPrinter.c71 uint8_t access; in set_mem_access() local
140 uint8_t access; in AArch64_printInst() local
205 uint8_t access; in AArch64_printInst() local
248 uint8_t access; in AArch64_printInst() local
297 uint8_t access; in AArch64_printInst() local
356 uint8_t access; in AArch64_printInst() local
406 uint8_t access; in AArch64_printInst() local
700 uint8_t access; in printSysAlias() local
715 uint8_t access; in printSysAlias() local
747 uint8_t access; in printOperand() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c856 nve4_delete_texture_handle(struct pipe_context *pipe, uint64_t handle) in nve4_delete_texture_handle()
877 uint64_t handle, bool resident) in nve4_make_texture_handle_resident()
1379 nve4_delete_image_handle(struct pipe_context *pipe, uint64_t handle) in nve4_delete_image_handle()
1390 nve4_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, in nve4_make_image_handle_resident()
1391 unsigned access, bool resident) in nve4_make_image_handle_resident()
1451 uint64_t handle = 0x100000000ULL | tic->id; in gm107_create_image_handle() local
1465 gm107_delete_image_handle(struct pipe_context *pipe, uint64_t handle) in gm107_delete_image_handle()
1479 gm107_make_image_handle_resident(struct pipe_context *pipe, uint64_t handle, in gm107_make_image_handle_resident()
1480 unsigned access, bool resident) in gm107_make_image_handle_resident()
/aosp_15_r20/external/libdrm/nouveau/
H A Dnouveau.c247 nouveau_object_init(struct nouveau_object *parent, uint32_t handle, in nouveau_object_init()
302 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_new()
661 nouveau_bo_wrap_locked(struct nouveau_device *dev, uint32_t handle, in nouveau_bo_wrap_locked()
734 nouveau_bo_wrap(struct nouveau_device *dev, uint32_t handle, in nouveau_bo_wrap()
817 unsigned int handle; in nouveau_bo_prime_handle_ref() local
846 nouveau_bo_wait(struct nouveau_bo *bo, uint32_t access, in nouveau_bo_wait()
881 nouveau_bo_map(struct nouveau_bo *bo, uint32_t access, in nouveau_bo_map()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dreduction.py71 def duplicate(handle, target_process=None, inheritable=False, argument
83 def steal_handle(source_pid, handle): argument
95 def send_handle(conn, handle, destination_pid): argument
106 def __init__(self, handle, access, pid=None): argument
181 def send_handle(conn, handle, destination_pid): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dreduction.py71 def duplicate(handle, target_process=None, inheritable=False, argument
83 def steal_handle(source_pid, handle): argument
95 def send_handle(conn, handle, destination_pid): argument
106 def __init__(self, handle, access, pid=None): argument
181 def send_handle(conn, handle, destination_pid): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dreduction.py71 def duplicate(handle, target_process=None, inheritable=False, argument
83 def steal_handle(source_pid, handle): argument
95 def send_handle(conn, handle, destination_pid): argument
106 def __init__(self, handle, access, pid=None): argument
181 def send_handle(conn, handle, destination_pid): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dreduction.py71 def duplicate(handle, target_process=None, inheritable=False, argument
83 def steal_handle(source_pid, handle): argument
95 def send_handle(conn, handle, destination_pid): argument
106 def __init__(self, handle, access, pid=None): argument
181 def send_handle(conn, handle, destination_pid): argument
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dreduction.py71 def duplicate(handle, target_process=None, inheritable=False, argument
83 def steal_handle(source_pid, handle): argument
95 def send_handle(conn, handle, destination_pid): argument
106 def __init__(self, handle, access, pid=None): argument
181 def send_handle(conn, handle, destination_pid): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dreduction.py71 def duplicate(handle, target_process=None, inheritable=False, argument
83 def steal_handle(source_pid, handle): argument
95 def send_handle(conn, handle, destination_pid): argument
106 def __init__(self, handle, access, pid=None): argument
181 def send_handle(conn, handle, destination_pid): argument
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_sync.c227 HANDLE handle, LPCWSTR name) in dzn_sync_import_win32_handle()
250 dzn_sync_export_win32_handle(struct vk_device *device, struct vk_sync *sync, HANDLE *handle) in dzn_sync_export_win32_handle()
270 const void *security_attributes, uint32_t access, in dzn_sync_prep_win32_export()
291 HANDLE handle = (HANDLE)(intptr_t)fd; in dzn_sync_import_opaque_fd() local
302 HANDLE handle; in dzn_sync_export_opaque_fd() local
/aosp_15_r20/external/caliper/lib/
HDjersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A Dnouveau.c97 nouveau_object_channel_new(struct nouveau_object *parent, uint64_t handle, uint32_t oclass, in nouveau_object_channel_new()
128 nouveau_object_notifier_new(struct nouveau_object *parent, uint64_t handle, in nouveau_object_notifier_new()
148 nouveau_object_subchan_new(struct nouveau_object *parent, uint64_t handle, uint32_t oclass, in nouveau_object_subchan_new()
177 nouveau_object_new(struct nouveau_object *parent, uint64_t handle, uint32_t oclass, void *data, in nouveau_object_new()
561 uint32_t access; member
617 nouveau_bo_wrap_locked(struct nouveau_device *dev, uint32_t handle, in nouveau_bo_wrap_locked()
753 nouveau_bo_map(struct nouveau_bo *bo, uint32_t access, struct nouveau_client *client) in nouveau_bo_map()
821 unsigned int handle; in nouveau_bo_prime_handle_ref() local
907 nouveau_bo_wait(struct nouveau_bo *bo, uint32_t access, struct nouveau_client *client) in nouveau_bo_wait()
939 nouveau_bo_wrap(struct nouveau_device *dev, uint32_t handle, struct nouveau_bo **pbo) in nouveau_bo_wrap()
/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeFile.c53 deFile *deFile_createFromHandle(uintptr_t handle) in deFile_createFromHandle()
219 HANDLE handle; member
232 deFile *deFile_createFromHandle(uintptr_t handle) in deFile_createFromHandle()
247 DWORD access = 0; in deFile_create() local
249 HANDLE handle = DE_NULL; in deFile_create() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.c287 panfrost_batch_get_bo_access(struct panfrost_batch *batch, unsigned handle) in panfrost_batch_get_bo_access()
306 uint32_t handle = panfrost_bo_handle(rsrc->bo); in panfrost_batch_uses_resource() local
368 uint32_t access = PAN_BO_ACCESS_READ | panfrost_access_for_stage(stage); in panfrost_batch_read_rsrc() local
383 uint32_t access = PAN_BO_ACCESS_WRITE | panfrost_access_for_stage(stage); in panfrost_batch_write_rsrc() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dwinconsoleio.c49 char _get_console_type(HANDLE handle) { in _get_console_type()
68 HANDLE handle = _Py_get_osfhandle_noraise(fd); in _PyIO_get_console_type() local
261 HANDLE handle = NULL; in _io__WindowsConsoleIO___init___impl() local
337 DWORD access = GENERIC_READ; in _io__WindowsConsoleIO___init___impl() local
354 handle = CreateFileW(name, GENERIC_READ | GENERIC_WRITE, in _io__WindowsConsoleIO___init___impl() local
528 read_console_w(HANDLE handle, DWORD maxlen, DWORD *readlen) { in read_console_w()
647 HANDLE handle = _Py_get_osfhandle(self->fd); in readinto() local
778 HANDLE handle; in _io__WindowsConsoleIO_readall_impl() local
958 HANDLE handle; in _io__WindowsConsoleIO_write_impl() local

12345678910>>...41