/hardware/interfaces/tests/inheritance/1.0/default/ |
D | Child.h | 11 namespace inheritance { 15 using ::android::hardware::tests::inheritance::V1_0::IParent; 16 using ::android::hardware::tests::inheritance::V1_0::IChild;
|
D | Grandparent.h | 11 namespace inheritance { 15 using ::android::hardware::tests::inheritance::V1_0::IGrandparent;
|
D | Parent.h | 11 namespace inheritance { 15 using ::android::hardware::tests::inheritance::V1_0::IParent;
|
D | Fetcher.h | 12 namespace inheritance { 16 using ::android::hardware::tests::inheritance::V1_0::IFetcher;
|
D | Android.bp | 13 name: "android.hardware.tests.inheritance@1.0-impl", 32 static_libs: ["android.hardware.tests.inheritance@1.0"],
|
D | Grandparent.cpp | 9 namespace inheritance { namespace
|
D | Parent.cpp | 12 namespace inheritance { namespace
|
D | Child.cpp | 10 namespace inheritance { namespace
|
D | Fetcher.cpp | 11 namespace inheritance { namespace
|
/hardware/interfaces/audio/aidl/default/ |
D | android.hardware.audio.service-aidl.example.rc | 8 # setting RLIMIT_RTPRIO allows binder RT priority inheritance 20 # setting RLIMIT_RTPRIO allows binder RT priority inheritance
|
/hardware/interfaces/audio/common/all-versions/default/service/ |
D | android.hardware.audio.service.rc | 7 # setting RLIMIT_RTPRIO allows binder RT priority inheritance
|
/hardware/interfaces/tests/inheritance/1.0/ |
D | Android.bp | 13 name: "android.hardware.tests.inheritance@1.0",
|
D | IParent.hal | 17 package android.hardware.tests.inheritance@1.0;
|
D | IGrandparent.hal | 17 package android.hardware.tests.inheritance@1.0;
|
D | IChild.hal | 17 package android.hardware.tests.inheritance@1.0;
|
D | IFetcher.hal | 17 package android.hardware.tests.inheritance@1.0;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 893 const VkCommandBufferInheritanceInfo *inheritance = in vk_get_command_buffer_inheritance_rendering_info() local 907 VK_FROM_HANDLE(vk_render_pass, render_pass, inheritance->renderPass); in vk_get_command_buffer_inheritance_rendering_info() 909 assert(inheritance->subpass < render_pass->subpass_count); in vk_get_command_buffer_inheritance_rendering_info() 910 return &render_pass->subpasses[inheritance->subpass].inheritance_info; in vk_get_command_buffer_inheritance_rendering_info() 913 return vk_find_struct_const(inheritance->pNext, in vk_get_command_buffer_inheritance_rendering_info() 940 const VkCommandBufferInheritanceInfo *inheritance = in vk_get_command_buffer_inheritance_as_rendering_resume() local 943 VK_FROM_HANDLE(vk_render_pass, pass, inheritance->renderPass); in vk_get_command_buffer_inheritance_as_rendering_resume() 947 assert(inheritance->subpass < pass->subpass_count); in vk_get_command_buffer_inheritance_as_rendering_resume() 948 const struct vk_subpass *subpass = &pass->subpasses[inheritance->subpass]; in vk_get_command_buffer_inheritance_as_rendering_resume() 950 VK_FROM_HANDLE(vk_framebuffer, fb, inheritance->framebuffer); in vk_get_command_buffer_inheritance_as_rendering_resume()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_dynamic_rendering.adoc | 153 This requires the introduction of a new inheritance info when dynamic rendering is used, as the ren… 178 [[command-buffer-inheritance-mixed-samples]] 198 [[command-buffer-inheritance-multiview-per-view-attributes]] 284 As with <<command-buffer-inheritance-mixed-samples,command buffer inheritance>>, the sample count o…
|
D | VK_ANDROID_external_format_resolve.adoc | 74 When dynamic rendering is used with secondary command buffer inheritance, the external format must:…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_inherited_viewport_scissor.adoc | 28 Viewport inheritance is effectively limited to the 2D rectangle; secondary
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | khronos.css | 96 …inheritance for `button` and `select`. All other form control elements do not inherit `text-transf…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 30 There is no inheritance of state across primary and secondary command 46 allowing limited inheritance of dynamic viewport and scissor state. 1067 …ommandBufferInheritanceInfo',desc='Structure specifying command buffer inheritance information',ty… 1171 …ConditionalRenderingInfoEXT',desc='Structure specifying command buffer inheritance information',ty… 1257 …itanceViewportScissorInfoNV',desc='Structure specifying command buffer inheritance information',ty… 1384 …ferInheritanceRenderingInfo',desc='Structure specifying command buffer inheritance info for dynami… 1486 …ttachmentSampleCountInfoAMD',desc='Structure specifying command buffer inheritance info for dynami…
|
D | features.adoc | 5323 …portScissorFeaturesNV',desc='Structure describing the viewport scissor inheritance behavior for an…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 1078 * target environments support class inheritance
|