Home
last modified time | relevance | path

Searched refs:both (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dimage_layout_transition_common.adoc54 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
Dcopy_anyimage_to_imageany_no_rotation_common.adoc23 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
Dresolve_image_common.adoc100 [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
Dblit_image_common.adoc156 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
Daccess_mask_common.adoc6 // Common to vkCmdPipelineBarrier and vkCmdWaitEvents which is where both VkPipelineStageFlags and …
/hardware/google/gfxstream/guest/mesa/src/util/
Dralloc.c402 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/
DAndroid.bp48 compile_multilib: "both",
72 compile_multilib: "both",
96 compile_multilib: "both",
/hardware/google/gfxstream/
Dmeson.build19 with_guest = build.contains('guest') or build.contains('both')
20 with_host = build.contains('host') or build.contains('both')
DREADME.md44 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/
DVK_KHR_present_wait.adoc61 *OPTION B*: Finish both waits when the earliest present completes.
69 *OPTION C*: Finish both waits when both have completed.
DVK_NV_inherited_viewport_scissor.adoc41 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
DVK_QCOM_tile_properties.adoc22 This extension supports both renderpasses and dynamic rendering.
DVK_EXT_rasterization_order_attachment_access.adoc20 framebuffer attachments that are used both as input and as color or
DVK_EXT_primitives_generated_query.adoc42 If both the `GL_PRIMITIVES_GENERATED` and the
44 enabled, emulation of both through
DVK_NV_fragment_shading_rate_enums.adoc41 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,
DVK_EXT_attachment_feedback_loop_layout.adoc26 applications to have an image layout in which they are able to both render
DVK_AMD_shader_early_and_late_fragment_tests.adoc22 extension, allowing shaders to explicitly opt in to allowing both early
DVK_EXT_memory_priority.adoc19 On some systems with both device-local and non-device-local memory heaps,
DVK_EXT_image_2d_view_of_3d.adoc27 in image descriptors, matching both the functionality of glBindImageTexture
DVK_KHR_sampler_mirror_clamp_to_edge.adoc37 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/
DREADME.md25 VTS test for VHAL. The VTS test works for both AIDL and HIDL VHAL
/hardware/google/camera/common/apex_update_listener/
DAndroid.bp2 // kept to a minimum so that it can be statically linked into both rlsservice
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dregister_allocate_test.cpp238 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/
DAndroid.bp57 compile_multilib: "both",
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_win32_surface/
DplatformCreateSurface_win32.adoc58 The pname:currentExtent of a Win32 surface must: have both pname:width and
59 pname:height greater than 0, or both of them 0.

12345678910>>...13