Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_math.h726 #define COPY_4V( DST, SRC ) \ argument
728 (DST)[0] = (SRC)[0]; \
729 (DST)[1] = (SRC)[1]; \
730 (DST)[2] = (SRC)[2]; \
731 (DST)[3] = (SRC)[3]; \
737 #define COPY_4FV( DST, SRC ) COPY_4V(DST, SRC) argument
742 #define ASSIGN_4V( DST, V0, V1, V2, V3 ) \ argument
744 (DST)[0] = (V0); \
745 (DST)[1] = (V1); \
746 (DST)[2] = (V2); \
[all …]
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUtil.h40 DST, enumerator
DAudioUtil.cpp62 case DST: in printFormatFromEDID()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12420 * Fix reference to nonexistent etext:VK_IMAGE_LAYOUT_TRANSFER_{SRC,DST}BIT
12421 to the actual etext:VK_IMAGE_LAYOUT{SRC,DST}_OPTIMAL (internal issue