/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | image_layout_transition_common.adoc | 54 If pname:image has a depth/stencil format with both depth and stencil 56 must: include both ename:VK_IMAGE_ASPECT_DEPTH_BIT and 61 If pname:image has a depth/stencil format with both depth and stencil 65 or both ename:VK_IMAGE_ASPECT_DEPTH_BIT and 68 If pname:image has a depth/stencil format with both depth and stencil 71 pname:aspectMask member of pname:subresourceRange must: include both
|
D | copy_anyimage_to_imageany_no_rotation_common.adoc | 23 both be greater than or equal to `0` and less than or equal to the width 28 both be greater than or equal to `0` and less than or equal to the
|
D | resolve_image_common.adoc | 100 [eq]#(pname:extent.width {plus} pname:srcOffset.x)# must: both be 105 [eq]#(pname:extent.height {plus} pname:srcOffset.y)# must: both be 114 [eq]#(pname:extent.depth {plus} pname:srcOffset.z)# must: both be 123 [eq]#(pname:extent.width {plus} pname:dstOffset.x)# must: both be 128 [eq]#(pname:extent.height {plus} pname:dstOffset.y)# must: both be 137 [eq]#(pname:extent.depth {plus} pname:dstOffset.z)# must: both be
|
D | blit_image_common.adoc | 156 pname:srcOffsets[1].x must: both be greater than or equal to `0` and 161 pname:srcOffsets[1].y must: both be greater than or equal to `0` and 170 pname:srcOffsets[1].z must: both be greater than or equal to `0` and 180 pname:dstOffsets[1].x must: both be greater than or equal to `0` and 185 pname:dstOffsets[1].y must: both be greater than or equal to `0` and 194 pname:dstOffsets[1].z must: both be greater than or equal to `0` and
|
D | access_mask_common.adoc | 6 // Common to vkCmdPipelineBarrier and vkCmdWaitEvents which is where both VkPipelineStageFlags and …
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | ralloc.c | 402 char *both; in cat() local 407 both = resize(*dest, existing_length + n + 1); in cat() 408 if (unlikely(both == NULL)) in cat() 411 memcpy(both + existing_length, str, n); in cat() 412 both[existing_length + n] = '\0'; in cat() 414 *dest = both; in cat() 435 char *both; in ralloc_str_append() local 438 both = resize(*dest, existing_length + str_size + 1); in ralloc_str_append() 439 if (unlikely(both == NULL)) in ralloc_str_append() 442 memcpy(both + existing_length, str, str_size); in ralloc_str_append() [all …]
|
/hardware/interfaces/media/bufferpool/aidl/default/tests/ |
D | Android.bp | 48 compile_multilib: "both", 72 compile_multilib: "both", 96 compile_multilib: "both",
|
/hardware/google/gfxstream/ |
D | meson.build | 19 with_guest = build.contains('guest') or build.contains('both') 20 with_host = build.contains('host') or build.contains('both')
|
D | README.md | 44 To re-generate both guest and Vulkan code, please run: 82 - `base/`: common libraries that are built for both the guest and host. 100 - Support for both virtio-gpu, goldish and testing transports. 106 `struct gfxstream_vk_device` and the gfxstream object `goldfish_device` both are internal
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_present_wait.adoc | 61 *OPTION B*: Finish both waits when the earliest present completes. 69 *OPTION C*: Finish both waits when both have completed.
|
D | VK_NV_inherited_viewport_scissor.adoc | 41 We considered both adding a new ftext:vkCmdSetViewportDepthNV function, and 77 However, as application developers would need to maintain both a 82 slink:VkViewport array for both code paths, rather than constructing
|
D | VK_QCOM_tile_properties.adoc | 22 This extension supports both renderpasses and dynamic rendering.
|
D | VK_EXT_rasterization_order_attachment_access.adoc | 20 framebuffer attachments that are used both as input and as color or
|
D | VK_EXT_primitives_generated_query.adoc | 42 If both the `GL_PRIMITIVES_GENERATED` and the 44 enabled, emulation of both through
|
D | VK_NV_fragment_shading_rate_enums.adoc | 41 Since this extension adds two different types of shading rates, both 81 features from both extensions. 85 structures for both this extension and the KHR extension concurrently,
|
D | VK_EXT_attachment_feedback_loop_layout.adoc | 26 applications to have an image layout in which they are able to both render
|
D | VK_AMD_shader_early_and_late_fragment_tests.adoc | 22 extension, allowing shaders to explicitly opt in to allowing both early
|
D | VK_EXT_memory_priority.adoc | 19 On some systems with both device-local and non-device-local memory heaps,
|
D | VK_EXT_image_2d_view_of_3d.adoc | 27 in image descriptors, matching both the functionality of glBindImageTexture
|
D | VK_KHR_sampler_mirror_clamp_to_edge.adoc | 37 ename:VK_SAMPLER_ADDRESS_MODE_MIRROR_CLAMP_TO_EDGE, it is used by both core 67 1) Why are both KHR and core versions of the
|
/hardware/interfaces/automotive/vehicle/ |
D | README.md | 25 VTS test for VHAL. The VTS test works for both AIDL and HIDL VHAL
|
/hardware/google/camera/common/apex_update_listener/ |
D | Android.bp | 2 // kept to a minimum so that it can be statically linked into both rlsservice
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | register_allocate_test.cpp | 238 const unsigned both = 8 + i; in TEST_F() local 241 ra_add_reg_conflict(regs, low, both); in TEST_F() 242 ra_add_reg_conflict(regs, high, both); in TEST_F()
|
/hardware/google/pixel/health/ |
D | Android.bp | 57 compile_multilib: "both",
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_win32_surface/ |
D | platformCreateSurface_win32.adoc | 58 The pname:currentExtent of a Win32 surface must: have both pname:width and 59 pname:height greater than 0, or both of them 0.
|