Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/vulkan/vkjson/
H A Dvkjson_instance.cc236 for (VkExternalFenceHandleTypeFlagBits handle_type = in VkJsonGetDevice() local
238 handle_type <= VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()
239 handle_type = in VkJsonGetDevice()
241 external_fence_info.handleType = handle_type; in VkJsonGetDevice()
248 std::make_pair(handle_type, external_fence_properties)); in VkJsonGetDevice()
257 for (VkExternalSemaphoreHandleTypeFlagBits handle_type = in VkJsonGetDevice() local
259 handle_type <= VK_EXTERNAL_SEMAPHORE_HANDLE_TYPE_SYNC_FD_BIT; in VkJsonGetDevice()
260 handle_type = static_cast<VkExternalSemaphoreHandleTypeFlagBits>( in VkJsonGetDevice()
261 handle_type << 1)) { in VkJsonGetDevice()
262 external_semaphore_info.handleType = handle_type; in VkJsonGetDevice()
[all …]
/aosp12/art/runtime/
H A Dmethod_handles.cc650 Handle<mirror::MethodType> handle_type, in RefineTargetMethod() argument
682 DCHECK(handle_type->GetRType()->IsStringClass()); in RefineTargetMethod()
690 ObjPtr<mirror::Class> referrer_class = handle_type->GetPTypes()->Get(0); in RefineTargetMethod()
738 handle_type, in DoInvokePolymorphicMethod()
758 : handle_type; in DoInvokePolymorphicMethod()
770 handle_type, in DoInvokePolymorphicMethod()
946 handle_type, in MethodHandleFieldAccess()
970 handle_type, in MethodHandleFieldAccess()
1105 ObjPtr<mirror::MethodType> handle_type(method_handle->GetMethodType()); in MethodHandleInvokeInternal() local
1106 DCHECK(!callsite_type->IsExactMatch(handle_type.Ptr())); in MethodHandleInvokeInternal()
[all …]
H A Dclass_linker.cc9460 DexFile::MethodHandleType handle_type = in ResolveMethodHandleForField() local
9466 switch (handle_type) { in ResolveMethodHandleForField()
9532 switch (handle_type) { in ResolveMethodHandleForField()
9588 DexFile::MethodHandleType handle_type = in ResolveMethodHandleForMethod() local
9593 switch (handle_type) { in ResolveMethodHandleForMethod()
9749 if (UNLIKELY(handle_type == DexFile::MethodHandleType::kInvokeConstructor)) { in ResolveMethodHandleForMethod()
/aosp12/bionic/libc/kernel/uapi/drm/
H A Dvmwgfx_drm.h98 enum drm_vmw_handle_type handle_type; member