Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 109) sorted by relevance

12345

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_blend_operation_advanced.adoc38 compute component-wise minimums or maximums of source and destination color
41 ename:VK_BLEND_OP_REVERSE_SUBTRACT modes multiply the source and destination
42 colors by source and destination factors and either add the two products
50 blending equations do not use source and destination factors specified by
53 source and destination colors.
69 blending source and destination colors with partial coverage have three
71 destination, from the portion covered only by the source, and from the
72 portion covered only by the destination.
75 can: be used to specify a correlation between source and destination pixel
77 If set to ename:VK_BLEND_OVERLAP_CONJOINT_EXT, the source and destination
[all …]
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp68 const DestinationBuffer& destination, in decrypt() argument
76 if (destination.type == BufferType::SHARED_MEMORY) { in decrypt()
77 const SharedBuffer& dest = destination.nonsecureMemory; in decrypt()
143 if (destination.type == BufferType::SHARED_MEMORY) { in decrypt()
144 const SharedBuffer& destBuffer = destination.nonsecureMemory; in decrypt()
165 destPtr = static_cast<void*>(base + destination.nonsecureMemory.offset); in decrypt()
166 } else if (destination.type == BufferType::NATIVE_HANDLE) { in decrypt()
172 destination.secureMemory.getNativeHandle()); in decrypt()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcopies.adoc17 All copy commands that have a destination format with an X component in its
35 * pname:dstBuffer is the destination buffer.
41 buffer to the destination region of the destination buffer.
102 from the source buffer to the destination region of the destination buffer.
134 * pname:dstBuffer is the destination buffer.
196 * pname:dstImage is the destination image.
197 * pname:dstImageLayout is the current layout of the destination image
204 image to the destination region of the destination image.
219 If the format of the destination image has a different
273 subresources of the images used for the source and destination image
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dcopy_anyimage_to_imageany_single_sampled_common.adoc6 // Common to vk*Copy* commands that have image as source and/or destination and
10 // destination image.
Dcopy_anyimage_to_imageany_no_rotation_common.adoc6 // Common to vk*Copy* commands that have image as source and/or destination and
10 // destination image.
Dcopy_anyimage_to_imageany_common.adoc6 // Common to vk*Copy* commands that have image as source and/or destination.
9 // destination image.
/hardware/interfaces/tv/cec/1.1/default/
DHdmiCecMock.cpp46 cecMessage.destination = in onCecMessage_1_1()
47 ::android::hardware::tv::cec::V1_0::CecLogicalAddress(message.destination); in onCecMessage_1_1()
105 cecMessage.destination = in sendMessage()
106 ::android::hardware::tv::cec::V1_1::CecLogicalAddress(message.destination); in sendMessage()
227 (static_cast<uint8_t>(message.destination) & 0xf); in sendMessageToFifo()
300 message.destination = static_cast<::android::hardware::tv::cec::V1_1::CecLogicalAddress>( in handleCecMessage()
302 ALOGD("[halimp] msg dest %x", message.destination); in handleCecMessage()
/hardware/google/camera/common/hal/utils/
Dvendor_tag_utils.cc35 std::vector<VendorTagSection>* destination) { in CombineVendorTags() argument
36 if (destination == nullptr) { in CombineVendorTags()
80 destination->resize(section_tags.size()); in CombineVendorTags()
83 destination->at(index).section_name = section_name; in CombineVendorTags()
84 destination->at(index).tags = section_tags; in CombineVendorTags()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QCOM_rotated_copies/
Drotated_addressing_blits.adoc44 * For each destination texel, the integer coordinate of that texel is
52 * These base coordinates are then offset by the first destination offset:
58 * The UV destination coordinates are scaled by the destination region,
69 The scale is determined from the ratio of source and destination
/hardware/google/aemu/base/include/aemu/base/
DIOVector.h72 size_t copyTo(void* destination, size_t offset, size_t size) const;
80 size_t appendEntriesTo(IOVector* destination,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_blend_operation_advanced/
Dadvanced_blend.adoc32 * pname:dstPremultiplied specifies whether the destination color of the
35 source and destination sample's coverage is correlated.
50 destination color>> property is not supported, pname:dstPremultiplied
117 * pname:dstPremultiplied specifies whether the destination color of the
120 source and destination sample's coverage is correlated.
133 destination color>> property is not supported, pname:dstPremultiplied
191 The R, G, and B components of the destination color used for blending are
193 If pname:dstPremultiplied is set to ename:VK_TRUE, the destination
196 The base destination color [eq]#(R~d~',G~d~',B~d~')# is obtained by dividing
210 If pname:dstPremultiplied is ename:VK_FALSE, the destination color
[all …]
/hardware/interfaces/tv/cec/1.1/
Dtypes.hal38 /** logical address of destination */
39 CecLogicalAddress destination;
/hardware/interfaces/tv/hdmi/cec/aidl/android/hardware/tv/hdmi/cec/
DCecMessage.aidl34 CecLogicalAddress destination;
/hardware/interfaces/tv/hdmi/cec/aidl/aidl_api/android.hardware.tv.hdmi.cec/1/android/hardware/tv/hdmi/cec/
DCecMessage.aidl38 android.hardware.tv.hdmi.cec.CecLogicalAddress destination;
/hardware/interfaces/tv/hdmi/cec/aidl/aidl_api/android.hardware.tv.hdmi.cec/current/android/hardware/tv/hdmi/cec/
DCecMessage.aidl38 android.hardware.tv.hdmi.cec.CecLogicalAddress destination;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/
DDecryptArgs.aidl45 android.hardware.drm.DestinationBuffer destination;
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/
DDecryptArgs.aidl45 android.hardware.drm.DestinationBuffer destination;
/hardware/interfaces/tv/hdmi/cec/aidl/default/
DHdmiCecMock.cpp160 (static_cast<uint8_t>(message.destination) & 0xf); in sendMessageToFifo()
211 message.destination = static_cast<CecLogicalAddress>((msgBuf[0] >> 0) & 0xf); in handleCecMessage()
212 ALOGD("[halimp_aidl] msg dest %hhd", message.destination); in handleCecMessage()
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dxfixesproto.h270 Region destination B32;
281 Region destination B32;
299 Region destination B32;
319 Region destination B32;
452 Cursor destination B32;
475 Region destination B32;
/hardware/interfaces/drm/aidl/android/hardware/drm/
DDecryptArgs.aidl85 DestinationBuffer destination;
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCecMock.cpp176 (static_cast<uint8_t>(message.destination) & 0xf); in sendMessageToFifo()
248 message.destination = static_cast<CecLogicalAddress>((msgBuf[0] >> 0) & 0xf); in handleCecMessage()
249 ALOGD("[halimp] msg dest %x", message.destination); in handleCecMessage()
DHdmiCec.h73 .destination = static_cast<CecLogicalAddress>(event->cec.destination), in eventCallback()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/commonvalidity/
Dipsum.adoc6 // Common to vk*Copy* commands that have image as source and/or destination.
9 // destination image.
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal64 * for decrypt source and destination addresses.
78 * destination memory buffer.
95 * @param destination the output buffer for the decryption
112 SharedBuffer source, uint64_t offset, DestinationBuffer destination)
/hardware/google/aemu/host-common/include/host-common/
Dcrash-handler.h66 bool crashhandler_copy_attachment(const char* destination, const char* source);

12345