/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 207 void *handle; /**< Handle of map */ member 221 void *handle; /**< User-space: "Handle" to pass to mmap() */ member 419 drm_context_t handle; member 435 drm_drawable_t handle; member 446 drm_drawable_t handle; member 540 unsigned long handle; /**< Used for binding / unbinding */ member 551 unsigned long handle; /**< From drm_agp_buffer */ member 581 unsigned long handle; /**< Used for mapping / unmapping */ member 597 __u32 handle; member 604 __u32 handle; global() member 616 __u32 handle; global() member 842 __u32 handle; global() member 852 __u32 handle; global() member 858 __u32 handle; global() member 865 __u32 handle; global() member [all...] |
H A D | drm_mode.h | 660 __u32 handle; member 775 __u32 handle; member 786 __u32 handle; member 983 __u32 handle; member 991 __u32 handle; member 1002 __u32 handle; global() member [all...] |
/third_party/libdrm/include/drm/ |
H A D | drm.h | 207 void *handle; /**< Handle of map */ member 221 void *handle; /**< User-space: "Handle" to pass to mmap() */ member 419 drm_context_t handle; member 435 drm_drawable_t handle; member 446 drm_drawable_t handle; member 540 unsigned long handle; /**< Used for binding / unbinding */ member 551 unsigned long handle; /**< From drm_agp_buffer */ member 581 unsigned long handle; /**< Used for mapping / unmapping */ member 597 __u32 handle; member 604 __u32 handle; global() member 616 __u32 handle; global() member 842 __u32 handle; global() member 852 __u32 handle; global() member 858 __u32 handle; global() member 865 __u32 handle; global() member [all...] |
H A D | drm_mode.h | 576 __u32 handle; member 691 __u32 handle; member 702 __u32 handle; member 899 __u32 handle; member 907 __u32 handle; member 918 __u32 handle; global() member [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_compiler.c | 2898 int handle = nir_tex_instr_src_index(tex, nir_tex_src_texture_handle); in match_tex_dests_instr() local
|
H A D | zink_context.c | 1842 uint64_t handle = util_idalloc_alloc(&ctx->di.bindless[bd->ds.is_buffer].tex_slots); in zink_create_texture_handle() local 1851 zink_delete_texture_handle(struct pipe_context *pctx, uint64_t handle) in zink_delete_texture_handle() argument 1895 zero_bindless_descriptor(struct zink_context *ctx, uint32_t handle, bool is_buffer, bool is_image) zero_bindless_descriptor() argument 1921 zink_make_texture_handle_resident(struct pipe_context *pctx, uint64_t handle, bool resident) zink_make_texture_handle_resident() argument 1990 uint64_t handle = util_idalloc_alloc(&ctx->di.bindless[bd->ds.is_buffer].img_slots); zink_create_image_handle() local 1999 zink_delete_image_handle(struct pipe_context *pctx, uint64_t handle) zink_delete_image_handle() argument 2024 zink_make_image_handle_resident(struct pipe_context *pctx, uint64_t handle, unsigned paccess, bool resident) zink_make_image_handle_resident() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_enc.h | 555 struct pb_buffer *handle; member
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 208 struct pipe_fence_handle *handle = NULL; in finish_fence() local
|
/third_party/node/src/ |
H A D | js_native_api_v8.cc | 452 v8::Local<T> Escape(v8::Local<T> handle) { in Escape() argument [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 541 D3D12_CPU_DESCRIPTOR_HANDLE handle; member 551 D3D12_CPU_DESCRIPTOR_HANDLE handle; member
|
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 706 amdgpu_va_handle handle; in amdgpu_bo_alloc_and_map_raw() local 2166 amdgpu_bo_handle handle; amdgpu_userptr_test() local [all...] |
/third_party/libdrm/ |
H A D | xf86drm.c | 1572 drm_public int drmRmMap(int fd, drm_handle_t handle) in drmRmMap() argument 1555 drmAddMap(int fd, drm_handle_t offset, drmSize size, drmMapType type, drmMapFlags flags, drm_handle_t *handle) drmAddMap() argument 1719 drmMap(int fd, drm_handle_t handle, drmSize size, drmAddressPtr address) drmMap() argument 2026 drmCreateContext(int fd, drm_context_t *handle) drmCreateContext() argument 2104 drmDestroyContext(int fd, drm_context_t handle) drmDestroyContext() argument 2115 drmCreateDrawable(int fd, drm_drawable_t *handle) drmCreateDrawable() argument 2126 drmDestroyDrawable(int fd, drm_drawable_t handle) drmDestroyDrawable() argument 2137 drmUpdateDrawableInfo(int fd, drm_drawable_t handle, drm_drawable_info_type_t type, unsigned int num, void *data) drmUpdateDrawableInfo() argument 2273 drmAgpAlloc(int fd, unsigned long size, unsigned long type, unsigned long *address, drm_handle_t *handle) drmAgpAlloc() argument 2303 drmAgpFree(int fd, drm_handle_t handle) drmAgpFree() argument 2328 drmAgpBind(int fd, drm_handle_t handle, unsigned long offset) drmAgpBind() argument 2353 drmAgpUnbind(int fd, drm_handle_t handle) drmAgpUnbind() argument 2571 drmScatterGatherAlloc(int fd, unsigned long size, drm_handle_t *handle) drmScatterGatherAlloc() argument 2586 drmScatterGatherFree(int fd, drm_handle_t handle) drmScatterGatherFree() argument 2787 drmAddContextPrivateMapping(int fd, drm_context_t ctx_id, drm_handle_t handle) drmAddContextPrivateMapping() argument 2801 drmGetContextPrivateMapping(int fd, drm_context_t ctx_id, drm_handle_t *handle) drmGetContextPrivateMapping() argument 2817 drmGetMap(int fd, int idx, drm_handle_t *offset, drmSize *size, drmMapType *type, drmMapFlags *flags, drm_handle_t *handle, int *mtrr) drmGetMap() argument 3306 drmPrimeHandleToFD(int fd, uint32_t handle, uint32_t flags, int *prime_fd) drmPrimeHandleToFD() argument 3324 drmPrimeFDToHandle(int fd, int prime_fd, uint32_t *handle) drmPrimeFDToHandle() argument 3339 drmCloseBufferHandle(int fd, uint32_t handle) drmCloseBufferHandle() argument 4822 drmSyncobjCreate(int fd, uint32_t flags, uint32_t *handle) drmSyncobjCreate() argument 4837 drmSyncobjDestroy(int fd, uint32_t handle) drmSyncobjDestroy() argument 4846 drmSyncobjHandleToFD(int fd, uint32_t handle, int *obj_fd) drmSyncobjHandleToFD() argument 4861 drmSyncobjFDToHandle(int fd, int obj_fd, uint32_t *handle) drmSyncobjFDToHandle() argument 4876 drmSyncobjImportSyncFile(int fd, uint32_t handle, int sync_file_fd) drmSyncobjImportSyncFile() argument 4888 drmSyncobjExportSyncFile(int fd, uint32_t handle, int *sync_file_fd) drmSyncobjExportSyncFile() argument [all...] |
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.cc | 4683 void TurboAssembler::Push(Handle<HeapObject> handle) { in CallRecordWriteStub() argument
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 402 void TurboAssembler::Push(Handle<HeapObject> handle) { in Push() argument
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.cc | 302 void TurboAssembler::Push(Handle<HeapObject> handle) { in Push() argument
|
H A D | assembler-ppc.cc | 174 Operand::Operand(Handle<HeapObject> handle) { in Operand() argument
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 80 bool Clobbers(Register target, Handle<Object> handle) { return false; } in Clobbers() argument 92 bool MachineTypeMatches(MachineType type, Handle<HeapObject> handle) { in MachineTypeMatches() argument 95 bool MachineTypeMatches(MachineType type, Smi handle) { in MachineTypeMatches() argument 98 bool MachineTypeMatches(MachineType type, TaggedIndex handle) { in MachineTypeMatches() argument
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 619 void Assembler::mov(Register dst, Handle<HeapObject> handle) { in mov() argument 651 void Assembler::mov(Operand dst, Handle<HeapObject> handle) { in mov() argument 957 void Assembler::cmp(Register reg, Handle<HeapObject> handle) { in cmp() argument 979 void Assembler::cmp(Operand op, Handle<HeapObject> handle) { in cmp() argument
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.cc | 2871 void TurboAssembler::Push(Handle<HeapObject> handle) { in CallRecordWriteStub() argument
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 426 uv_stream_t* handle; global() member 543 uv_stream_t* handle; global() member 600 uv_stream_t* handle; global() member 677 uv_udp_t* handle; global() member 773 uv_tty_set_mode(uv_tty_t* handle, int mode) uv_tty_set_mode() argument [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 974 HANDLE handle; member 2527 fill_buffer(void *handle, int frtype, char *buffer, PCRE2_SIZE length, in fill_buffer() argument 2579 pcre2grep(void *handle, int frtype, const char *filename, const char *printname) pcre2grep() argument 3249 void *handle; grep_or_recurse() local [all...] |
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 5062 snd_pcm_t* handle; in mapping_open_pcm() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Program.cpp | 1369 Program::Program(rx::GLImplFactory *factory, ShaderProgramManager *manager, ShaderProgramID handle) in Program() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | libGLESv2.cpp | 4208 GLuint handle = context->getRenderbufferName(); in RenderbufferStorageMultisample() local
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.cpp | 613 bool Compiler::InterfaceVariableAccessHandler::handle(Op opcode, const uint32_t *args, uint32_t length) in handle() function in Compiler::InterfaceVariableAccessHandler 1973 bool Compiler::BufferAccessHandler::handle(Op opcode, const uint32_t *args, uint32_t length) in handle() function in Compiler::BufferAccessHandler 2542 bool Compiler::DummySamplerForCombinedImageHandler::handle(Op opcode, const uint32_t *args, uint32_t length) in handle() function in Compiler::DummySamplerForCombinedImageHandler 2623 bool Compiler::CombinedImageSamplerHandler::handle(Op opcode, const uint32_t *args, uint32_t length) in handle() function in Compiler::CombinedImageSamplerHandler 3082 bool Compiler::AnalyzeVariableScopeAccessHandler::handle(spv::Op op, const uint32_t *args, uint32_t length) in handle() function in Compiler::AnalyzeVariableScopeAccessHandler 3386 bool Compiler::StaticExpressionAccessHandler::handle(spv::Op op, const uint32_t *args, uint32_t length) in handle() function in Compiler::StaticExpressionAccessHandler 4013 bool Compiler::ActiveBuiltinHandler::handle(spv::Op opcode, const uint32_t *args, uint32_t length) handle() function in Compiler::ActiveBuiltinHandler 4207 bool Compiler::CombinedImageSamplerDrefHandler::handle(spv::Op opcode, const uint32_t *args, uint32_t) handle() function in Compiler::CombinedImageSamplerDrefHandler 4297 bool Compiler::CFGBuilder::handle(spv::Op, const uint32_t *, uint32_t) handle() function in Compiler::CFGBuilder 4348 bool Compiler::CombinedImageSamplerUsageHandler::handle(Op opcode, const uint32_t *args, uint32_t length) handle() function in Compiler::CombinedImageSamplerUsageHandler 4680 bool Compiler::PhysicalStorageBufferPointerHandler::handle(Op op, const uint32_t *args, uint32_t) handle() function in Compiler::PhysicalStorageBufferPointerHandler 4707 bool Compiler::InterlockedResourceAccessPrepassHandler::handle(Op op, const uint32_t *, uint32_t) handle() function in Compiler::InterlockedResourceAccessPrepassHandler 4782 bool Compiler::InterlockedResourceAccessHandler::handle(Op opcode, const uint32_t *args, uint32_t length) handle() function in Compiler::InterlockedResourceAccessHandler [all...] |