/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | simd_mat4.inl | 22 return this->Data[i]; 32 return this->Data[i]; 42 this->Data[0] = fvec4SIMD(1, 0, 0, 0); 43 this->Data[1] = fvec4SIMD(0, 1, 0, 0); 44 this->Data[2] = fvec4SIMD(0, 0, 1, 0); 45 this->Data[3] = fvec4SIMD(0, 0, 0, 1); 52 this->Data[0] = fvec4SIMD(s, 0, 0, 0); 53 this->Data[1] = fvec4SIMD(0, s, 0, 0); 54 this->Data[2] = fvec4SIMD(0, 0, s, 0); 55 this->Data[3] = fvec4SIMD(0, 0, 0, s); [all …]
|
D | simd_vec4.inl | 13 : Data(_mm_set_ps(0.0f, 0.0f, 0.0f, 0.0f)) 20 Data(v.Data) 24 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(__m128 const & Data) : argument 25 Data(Data) 29 Data(_mm_set_ps(v.w, v.z, v.y, v.x)) 36 Data(_mm_set1_ps(s)) 40 // Data(_mm_setr_ps(x, y, z, w)) 41 Data(_mm_set_ps(w, z, y, x)) 45 Data(_mm_load_ps(v)) 57 Data(_mm_set_ps(s2, s1, v.y, v.x)) [all …]
|
D | simd_quat.inl | 31 : Data(_mm_set_ps(1.0f, 0.0f, 0.0f, 0.0f)) 38 Data(q.Data) 42 GLM_FUNC_QUALIFIER fquatSIMD::fquatSIMD(__m128 const & Data) : argument 43 Data(Data) 50 Data(_mm_set_ps(w, z, y, x)) 54 Data(_mm_set_ps(q.w, q.z, q.y, q.x)) 62 Data = _mm_set_ps( 76 this->Data = q.Data; 83 this->Data = _mm_mul_ps(this->Data, _mm_set_ps1(s)); 89 this->Data = _mm_div_ps(Data, _mm_set1_ps(s)); [all …]
|
D | simd_quat.hpp | 54 __m128 Data; member 58 __m128 Data; variable 66 fquatSIMD(__m128 const & Data);
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayCtrlData.h | 95 class Data : utils::NoCopy { 98 explicit Data(); 100 ~Data(); 128 Data data; 227 inline Data::Data() { in Data() function 231 inline Data::~Data() { close(); } in ~Data() 233 inline void Data::setPipeId(int id) { mMdp.setPipeId(id); } in setPipeId() 235 inline int Data::getPipeId() const { return mMdp.getPipeId(); } in getPipeId() 237 inline bool Data::init(uint32_t fbnum) { in init() 245 inline bool Data::close() { in close() [all …]
|
/hardware/google/aemu/base/include/aemu/base/containers/ |
D | HybridComponentManager.h | 26 class Data> 29 using UCM = UnpackedComponentManager<32, 16, 16, Data>; 30 using EM = EntityManager<32, 16, 16, Data>; 35 void add(IndexType index, const Data& data) { in add() 61 Data* get(IndexType index) { in get() 71 const Data* get_const(IndexType index) const { in get_const() 81 Data* getExceptZero(IndexType index) { in getExceptZero() 82 Data* res = get(index); in getExceptZero() 88 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() 89 const Data* res = get_const(index); in getExceptZero_const() [all …]
|
D | HybridEntityManager.h | 27 class Data> 30 using EM = EntityManager<32, 16, 16, Data>; 38 uint64_t add(const Data& data, size_t type) { in add() 70 uint64_t addFixed(IndexType index, const Data& data, size_t type) { in addFixed() 112 Data* get(IndexType index) { in get() 124 const Data* get_const(IndexType index) const { in get_const() 127 const Data* res; in get_const() 138 Data* getExceptZero(IndexType index) { in getExceptZero() 139 Data* res = get(index); in getExceptZero() 145 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() [all …]
|
D | EntityManager.h | 398 class Data> 407 … std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, Data& data)>; 408 …function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, const Data& data)>; 418 const Data& data, 464 Data* getByEntity(EntityHandle h) { in getByEntity() 468 Data* getByComponent(ComponentHandle h) { in getByComponent() 498 Data data; 514 class Data> 520 … std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, Data& data)>; 522 …function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, const Data& data)>; [all …]
|
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/ |
D | HybridComponentManager.h | 26 class Data> 29 using UCM = UnpackedComponentManager<32, 16, 16, Data>; 30 using EM = EntityManager<32, 16, 16, Data>; 35 void add(IndexType index, const Data& data) { in add() 61 Data* get(IndexType index) { in get() 71 const Data* get_const(IndexType index) const { in get_const() 81 Data* getExceptZero(IndexType index) { in getExceptZero() 82 Data* res = get(index); in getExceptZero() 88 const Data* getExceptZero_const(IndexType index) const { in getExceptZero_const() 89 const Data* res = get_const(index); in getExceptZero_const() [all …]
|
D | EntityManager.h | 410 class Data> 419 … std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, Data& data)>; 420 …function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, const Data& data)>; 430 const Data& data, 476 Data* getByEntity(EntityHandle h) { 480 Data* getByComponent(ComponentHandle h) { 510 Data data; 526 class Data> 532 … std::function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, Data& data)>; 534 …function<void(bool, ComponentHandle componentHandle, EntityHandle entityHandle, const Data& data)>; [all …]
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayCtrlData.h | 97 class Data : utils::NoCopy { 100 explicit Data(const int& dpy); 102 ~Data(); 221 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) { in Data() function 224 inline Data::~Data() { in ~Data() 228 inline void Data::setPipeId(int id) { mMdp->setPipeId(id); } in setPipeId() 230 inline int Data::getPipeId() const { return mMdp->getPipeId(); } in getPipeId() 232 inline bool Data::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 236 inline void Data::dump() const { in dump() 242 inline void Data::getDump(char *buf, size_t len) { in getDump()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayCtrlData.h | 97 class Data : utils::NoCopy { 100 explicit Data(const int& dpy); 102 ~Data(); 222 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) { in Data() function 225 inline Data::~Data() { in ~Data() 229 inline void Data::setPipeId(int id) { mMdp->setPipeId(id); } in setPipeId() 231 inline int Data::getPipeId() const { return mMdp->getPipeId(); } in getPipeId() 233 inline bool Data::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 237 inline void Data::dump() const { in dump() 243 inline void Data::getDump(char *buf, size_t len) { in getDump()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayCtrlData.h | 97 class Data : utils::NoCopy { 100 explicit Data(const int& dpy); 102 ~Data(); 222 inline Data::Data(const int& dpy) : mMdp(new MdpData(dpy)) { in Data() function 225 inline Data::~Data() { in ~Data() 229 inline void Data::setPipeId(int id) { mMdp->setPipeId(id); } in setPipeId() 231 inline int Data::getPipeId() const { return mMdp->getPipeId(); } in getPipeId() 233 inline bool Data::queueBuffer(int fd, uint32_t offset) { in queueBuffer() 237 inline void Data::dump() const { in dump() 243 inline void Data::getDump(char *buf, size_t len) { in getDump()
|
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/ |
D | Callbacks.h | 59 using Data = nn::GeneralResult<nn::SharedPreparedModel>; 65 Data get(); 68 hal::utils::TransferValue<Data> mData; 74 using Data = nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>>; 80 Data get(); 83 hal::utils::TransferValue<Data> mData;
|
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | Callbacks.h | 56 using Data = nn::GeneralResult<nn::SharedPreparedModel>; 65 Data get(); 68 hal::utils::TransferValue<Data> mData; 74 using Data = nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>>; 82 Data get(); 85 hal::utils::TransferValue<Data> mData;
|
/hardware/interfaces/neuralnetworks/1.3/utils/include/nnapi/hal/1.3/ |
D | Callbacks.h | 66 using Data = nn::GeneralResult<nn::SharedPreparedModel>; 76 Data get(); 79 hal::utils::TransferValue<Data> mData; 85 using Data = nn::ExecutionResult<std::pair<std::vector<nn::OutputShape>, nn::Timing>>; 96 Data get(); 99 hal::utils::TransferValue<Data> mData;
|
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/ |
D | Callbacks.h | 37 using Data = nn::GeneralResult<nn::SharedPreparedModel>; 46 Data get(); 50 hal::utils::TransferValue<Data> mData;
|
/hardware/interfaces/gatekeeper/1.0/software/tests/ |
D | gatekeeper_test.cpp | 49 return makeAndInitializeSizedBuffer(rhs.Data<uint8_t>(), rhs.size()); in copySizedBuffer() 90 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() 114 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() 131 ASSERT_NE(nullptr, response.auth_token.Data<hw_auth_token_t>()); in TEST() 132 ASSERT_EQ(secure_id, response.auth_token.Data<hw_auth_token_t>()->user_id); in TEST() 151 auto auth_token = response.auth_token.Data<hw_auth_token_t>(); in TEST() 165 ASSERT_NE(nullptr, response.auth_token.Data<hw_auth_token_t>()); in TEST() 166 ASSERT_NE(secure_id, response.auth_token.Data<hw_auth_token_t>()->user_id); in TEST()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | quaternion_simd.inl | 18 …__m128 const mul0 = _mm_mul_ps(q1.Data, _mm_shuffle_ps(q2.Data, q2.Data, _MM_SHUFFLE(0, 1, 2, 3))); 19 …__m128 const mul1 = _mm_mul_ps(q1.Data, _mm_shuffle_ps(q2.Data, q2.Data, _MM_SHUFFLE(1, 0, 3, 2))); 20 …__m128 const mul2 = _mm_mul_ps(q1.Data, _mm_shuffle_ps(q2.Data, q2.Data, _MM_SHUFFLE(2, 3, 0, 1))); 21 __m128 const mul3 = _mm_mul_ps(q1.Data, q2.Data); 190 Result.data = _mm_add_ps(v.Data, _mm_add_ps(uv, uuv));
|
/hardware/interfaces/gatekeeper/1.0/software/ |
D | SoftGateKeeperDevice.cpp | 65 hidl_vec<uint8_t> new_handle(response.enrolled_password_handle.Data<uint8_t>(), in enroll() 66 response.enrolled_password_handle.Data<uint8_t>() + in enroll() 94 response.auth_token.Data<uint8_t>(), in verify() 95 response.auth_token.Data<uint8_t>() + response.auth_token.size()); in verify()
|
/hardware/interfaces/gatekeeper/aidl/software/ |
D | GateKeeper.cpp | 46 reinterpret_cast<const hw_auth_token_t*>(buffer.Data<uint8_t>()); in sizedBuffer2AidlHWToken() 91 response.enrolled_password_handle.Data<::gatekeeper::password_handle_t>(); in enroll() 95 {response.enrolled_password_handle.Data<uint8_t>(), in enroll() 96 (response.enrolled_password_handle.Data<uint8_t>() + in enroll()
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Callbacks.cpp | 69 PreparedModelCallback::Data PreparedModelCallback::get() { in get() 84 ExecutionCallback::Data ExecutionCallback::get() { in get()
|
/hardware/interfaces/biometrics/common/config/include/config/ |
D | Config.h | 41 struct Data { struct 84 virtual Config::Data* getConfigData(int* size) = 0; 121 void setConfig(const std::string& name, const Config::Data& value) { mMap[name] = value; } in setConfig() 129 std::map<std::string, Config::Data> mMap;
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 471 fwrite(mSections[i].Data, sizeof(unsigned char), in encodeJPEG() 480 fwrite(mJEXIFSection.Data, sizeof(unsigned char), in encodeJPEG() 488 fwrite(mSections[i].Data, sizeof(unsigned char), in encodeJPEG() 499 free(mJEXIFSection.Data); in encodeJPEG() 557 unsigned char * Data; in ReadSectionsFromBuffer() local 593 Data = (unsigned char *)malloc(itemlen); in ReadSectionsFromBuffer() 594 if (Data == NULL) { in ReadSectionsFromBuffer() 598 mSections[mSectionsRead].Data = Data; in ReadSectionsFromBuffer() 601 Data[0] = (unsigned char)lh; in ReadSectionsFromBuffer() 602 Data[1] = (unsigned char)ll; in ReadSectionsFromBuffer() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | compressedtex.adoc | 10 specifically identified sections of the <<data-format,Khronos Data Format 23 described in the "`KHR_DF_TRANSFER_SRGB`" section of the Khronos Data Format 32 Formats`" chapter of the <<data-format,Khronos Data Format Specification>>. 41 | elink:VkFormat | <<data-format,Khronos Data Format Specification>> description 69 Formats`" chapter of the <<data-format,Khronos Data Format Specification>>. 74 | elink:VkFormat | <<data-format,Khronos Data Format Specification>> description 93 chapter of the <<data-format,Khronos Data Format Specification>>. 199 Formats`" chapter of the <<data-format,Khronos Data Format Specification>>.
|