/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | texcompress_etc_tmp.h | 28 struct TAG(etc1_block) { in TAG() function 36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in) in TAG() function 42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in) in TAG() function 52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in) in TAG() function 58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in) in TAG() function 64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier) in TAG() function 72 static const int TAG(etc1_modifier_tables)[8][4] = { 84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) in TAG() function 88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_hi)(src[0]); in TAG() 89 block->base_colors[1][0] = (int) TAG(etc1_base_color_diff_lo)(src[0]); in TAG() [all …]
|
D | u_format_etc.c | 8 #define TAG(x) x macro 10 #undef TAG
|
/hardware/nxp/weaver/libese_weaver/src/ |
D | weaver-impl.cpp | 45 LOG_D(TAG, "Entry"); in createInstance() 56 LOG_D(TAG, "Entry"); in Init() 64 LOG_E(TAG, "Not able to Initialize Transport Interface"); in Init() 65 LOG_D(TAG, "Exit : FAILED"); in Init() 68 LOG_D(TAG, "Exit : SUCCESS"); in Init() 80 LOG_D(TAG, "Entry"); in GetSlots() 92 LOG_E(TAG, "Failed to perform getSlot Request"); in GetSlots() 97 LOG_E(TAG, "Failed to Close Channel"); in GetSlots() 102 LOG_D(TAG, "Total Slots (%u) ", slotInfo.slots); in GetSlots() 104 LOG_E(TAG, "Failed Parsing getSlot Response"); in GetSlots() [all …]
|
D | weaver-parser-impl.cpp | 95 LOG_D(TAG, "Entry"); in createInstance() 97 LOG_D(TAG, "Exit"); in createInstance() 109 LOG_D(TAG, "Entry"); in FrameOpenCmd() 111 LOG_D(TAG, "Exit"); in FrameOpenCmd() 124 LOG_D(TAG, "Entry"); in FrameGetSlotCmd() 131 LOG_D(TAG, "Exit"); in FrameGetSlotCmd() 148 LOG_D(TAG, "Entry"); in FrameReadCmd() 162 LOG_D(TAG, "Exit"); in FrameReadCmd() 181 LOG_D(TAG, "Entry"); in FrameWriteCmd() 196 LOG_D(TAG, "Exit"); in FrameWriteCmd() [all …]
|
D | weaver-transport-impl.cpp | 75 LOG_D(TAG, "Entry"); in createInstance() 77 LOG_D(TAG, "Exit"); in createInstance() 89 LOG_D(TAG, "Entry"); in Init() 91 LOG_D(TAG, "Exit"); in Init() 106 LOG_D(TAG, "Entry"); in OpenApplet() 112 LOG_D(TAG, "Exit"); in OpenApplet() 123 LOG_D(TAG, "Entry"); in CloseApplet() 126 LOG_D(TAG, "Exit"); in CloseApplet() 146 LOG_E(TAG, ": send Failed, trying with alternateAids"); in sendInternal() 175 LOG_D(TAG, "Entry"); in Send() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | rgtc.c | 37 #define TAG(x) util_format_unsigned_##x macro 45 #undef TAG 50 #define TAG(x) util_format_signed_##x macro 57 #undef TAG
|
D | texcompress_rgtc_tmp.h | 32 void TAG(fetch_texel_rgtc)(unsigned srcRowStride, const TYPE *pixdata, in TAG() function 61 static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, in TAG() function 76 void TAG(encode_rgtc_ubyte)(TYPE *blkaddr, TYPE srccolors[4][4], in TAG() function 396 TAG(write_rgtc_encoded_channel)( blkaddr, alphause[1], alphause[0], alphaenc1 ); in TAG() 406 TAG(write_rgtc_encoded_channel)( blkaddr, alphabase[0], alphabase[1], alphaenc2 ); in TAG() 416 TAG(write_rgtc_encoded_channel)( blkaddr, (TYPE)alphatest[0], (TYPE)alphatest[1], alphaenc3 ); in TAG()
|
/hardware/interfaces/audio/aidl/default/spatializer/ |
D | SpatializerSw.h | 34 template <typename TAG> 35 std::optional<Spatializer> getParam(TAG tag); 36 template <typename TAG> 37 ndk::ScopedAStatus setParam(TAG tag, Spatializer spatializer);
|
D | SpatializerSw.cpp | 181 template <typename TAG> 182 std::optional<Spatializer> SpatializerSwContext::getParam(TAG tag) { in getParam() 194 template <typename TAG> 195 ndk::ScopedAStatus SpatializerSwContext::setParam(TAG tag, Spatializer spatializer) { in setParam()
|
/hardware/nxp/weaver/libese_weaver/inc/ |
D | weaver_utils.h | 27 #define TAG "Weaver-1.0" macro
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | cbor.h | 45 TAG = 6, enumerator
|