/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_gentype.hpp | 22 template <typename> class TYPE 33 typedef TYPE<bool> bool_type; 39 typedef TYPE<VALTYPE> type; 40 typedef TYPE<VALTYPE> * pointer; 41 typedef TYPE<VALTYPE> const * const_pointer; 42 typedef TYPE<VALTYPE> const * const const_pointer_const; 43 typedef TYPE<VALTYPE> * const pointer_const; 44 typedef TYPE<VALTYPE> & reference; 45 typedef TYPE<VALTYPE> const & const_reference; 46 typedef TYPE<VALTYPE> const & param_type; [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | rgtc.c | 39 #define TYPE unsigned char macro 46 #undef TYPE 51 #define TYPE signed char macro 58 #undef TYPE
|
D | texcompress_rgtc_tmp.h | 32 void TAG(fetch_texel_rgtc)(unsigned srcRowStride, const TYPE *pixdata, in TAG() 33 unsigned i, unsigned j, TYPE *value, unsigned comps) in TAG() 35 TYPE decode; in TAG() 36 const TYPE *blksrc = (pixdata + ((srcRowStride + 3) / 4 * (j / 4) + (i / 4)) * 8 * comps); in TAG() 37 const TYPE alpha0 = blksrc[0]; in TAG() 38 const TYPE alpha1 = blksrc[1]; in TAG() 61 static void TAG(write_rgtc_encoded_channel)(TYPE *blkaddr, in TAG() 62 TYPE alphabase1, in TAG() 63 TYPE alphabase2, in TAG() 64 TYPE alphaenc[16]) in TAG() [all …]
|
D | ralloc.h | 520 #define DECLARE_ALLOC_CXX_OPERATORS_TEMPLATE(TYPE, ALLOC_FUNC) \ argument 524 reinterpret_cast<TYPE *>(p)->TYPE::~TYPE(); \ 531 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \ 542 if (!HAS_TRIVIAL_DESTRUCTOR(TYPE)) \
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/2/android/hardware/automotive/vehicle/ |
D | EvsServiceRequestIndex.aidl | 37 TYPE = 0, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/ |
D | EvsServiceRequestIndex.aidl | 25 TYPE = 0, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/1/android/hardware/automotive/vehicle/ |
D | EvsServiceRequestIndex.aidl | 37 TYPE = 0, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/current/android/hardware/automotive/vehicle/ |
D | EvsServiceRequestIndex.aidl | 37 TYPE = 0, enumConstant
|
/hardware/interfaces/automotive/vehicle/aidl_property/aidl_api/android.hardware.automotive.vehicle.property/3/android/hardware/automotive/vehicle/ |
D | EvsServiceRequestIndex.aidl | 37 TYPE = 0, enumConstant
|
/hardware/google/gchips/gralloc4/src/stable-c/ |
D | GrallocMapper.cpp | 276 template <StandardMetadataType TYPE> 278 typename StandardMetadata<TYPE>::value_type&& value) { in setStandardMetadataHelper() 279 if constexpr (TYPE == StandardMetadataType::DATASPACE) { in setStandardMetadataHelper() 282 if constexpr (TYPE == StandardMetadataType::CROP) { in setStandardMetadataHelper() 285 if constexpr (TYPE == StandardMetadataType::BLEND_MODE) { in setStandardMetadataHelper() 288 if constexpr (TYPE == StandardMetadataType::SMPTE2086) { in setStandardMetadataHelper() 291 if constexpr (TYPE == StandardMetadataType::CTA861_3) { in setStandardMetadataHelper() 294 if constexpr (TYPE == StandardMetadataType::SMPTE2094_40) { in setStandardMetadataHelper()
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format.c | 1377 #define CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS, NR_VAR) \ in util_format_get_array() argument 1381 return PIPE_FORMAT_R##BITS##_##TYPE; \ in util_format_get_array() 1383 return PIPE_FORMAT_R##BITS##G##BITS##_##TYPE; \ in util_format_get_array() 1385 return PIPE_FORMAT_R##BITS##G##BITS##B##BITS##_##TYPE; \ in util_format_get_array() 1387 return PIPE_FORMAT_R##BITS##G##BITS##B##BITS##A##BITS##_##TYPE; \ in util_format_get_array() 1392 #define SWITCH_BY_BITS_CASEX3(TYPE, BITS_VAR, BITS1, BITS2, BITS3, NR_VAR) \ in util_format_get_array() argument 1394 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS1, NR_VAR) \ in util_format_get_array() 1395 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS2, NR_VAR) \ in util_format_get_array() 1396 CASE_BY_BIT_SWITCH_BY_NR_COMPONENTS_1TO4(TYPE, BITS3, NR_VAR) \ in util_format_get_array() 1401 #define SWITCH_BY_BITS_CASEX4(TYPE, BITS_VAR, BITS1, BITS2, BITS3, BITS4, NR_VAR) \ in util_format_get_array() argument [all …]
|
/hardware/google/gchips/libexynosutils/ |
D | ExynosMutex.h | 41 enum TYPE { enum
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/ |
D | HintManager.cc | 664 #define ADPF_PARSE(VARIABLE, ENTRY, TYPE) \ argument 665 static_assert(std::is_same<decltype(adpfs[i][ENTRY].as##TYPE()), decltype(VARIABLE)>::value, \ 667 if (adpfs[i][ENTRY].empty() || !adpfs[i][ENTRY].is##TYPE()) { \ 672 VARIABLE = adpfs[i][ENTRY].as##TYPE() 674 #define ADPF_PARSE_OPTIONAL(VARIABLE, ENTRY, TYPE) \ argument 675 static_assert(std::is_same<decltype(adpfs[i][ENTRY].as##TYPE()), \ 678 if (!adpfs[i][ENTRY].empty() && adpfs[i][ENTRY].is##TYPE()) { \ 679 VARIABLE = adpfs[i][ENTRY].as##TYPE(); \
|
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_property.h | 43 TYPE, enumerator
|
D | drm_property.cpp | 37 if (name == "type") { return DRMProperty::TYPE; } in GetPropertyEnum()
|
D | drm_plane.cpp | 591 cursor = (prop_enum == DRMProperty::TYPE && props->prop_values[j] == DRM_PLANE_TYPE_CURSOR) \ in ParseProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/ |
D | macro_checker_file.py | 130 TYPE = 'type' variable in Attrib 1055 if Attrib.TYPE.value in attribs: 1056 type_text = attribs[Attrib.TYPE.value].value 1093 if Attrib.TYPE.value in attribs: 1094 attrib = attribs[Attrib.TYPE.value]
|
/hardware/interfaces/renderscript/1.0/ |
D | types.hal | 116 TYPE,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …TYPE:"type",ACTION:"action",ENCODING:"encoding",PROMPT:"prompt",NAME:"name",COLOR:"color",FACE:"fa… property
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 129 /* ADDING A NEW FUNDAMENTAL TYPE REQUIRES UPDATING THE VALUE OF 132 /* ADDING A NEW OEM TYPE REQUIRES UPDATING THE VALUE OF
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 65 /* ADDING A NEW FUNDAMENTAL TYPE REQUIRES UPDATING THE VALUE OF 68 /* ADDING A NEW OEM TYPE REQUIRES UPDATING THE VALUE OF
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3460 TYPE = 0,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.mjs | 6119 // The definition of ParseNode<TYPE> doesn't communicate to flow that 6120 // `type: TYPE` (as that's not explicitly mentioned anywhere), though that
|