Home
last modified time | relevance | path

Searched +defs:p +defs:a (Results 1 – 25 of 66) sorted by relevance

123

/hardware/google/gfxstream/guest/mesa/include/D3D9/
Dd3d9.h467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
468 #define IDirect3D9_AddRef(p) (p)->lpVtbl->AddRef(p) argument
469 #define IDirect3D9_Release(p) (p)->lpVtbl->Release(p) argument
471 #define IDirect3D9_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) argument
472 #define IDirect3D9_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p) argument
473 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c)
474 #define IDirect3D9_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b)
475 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d)
476 #define IDirect3D9_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b)
477 #define IDirect3D9_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d,e) argument
[all …]
/hardware/google/gfxstream/guest/mesa/include/d3dadapter/
Dpresent.h110 #define ID3DPresent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
111 #define ID3DPresent_AddRef(p) (p)->lpVtbl->AddRef(p) argument
112 #define ID3DPresent_Release(p) (p)->lpVtbl->Release(p) argument
114 #define ID3DPresent_GetPresentParameters(p,a) (p)->lpVtbl->GetPresentParameters(p,a) argument
115 #define ID3DPresent_SetPresentParameters(p,a,b) (p)->lpVtbl->SetPresentParameters(p,a,b) argument
116 #define ID3DPresent_NewD3DWindowBufferFromDmaBuf(p,a,b,c,d,e,f,g) (p)->lpVtbl->NewD3DWindowBufferFr… argument
117 #define ID3DPresent_DestroyD3DWindowBuffer(p,a) (p)->lpVtbl->DestroyD3DWindowBuffer(p,a) argument
118 #define ID3DPresent_WaitBufferReleased(p,a) (p)->lpVtbl->WaitBufferReleased(p,a) argument
119 #define ID3DPresent_FrontBufferCopy(p,a) (p)->lpVtbl->FrontBufferCopy(p,a) argument
120 #define ID3DPresent_PresentBuffer(p,a,b,c,d,e,f) (p)->lpVtbl->PresentBuffer(p,a,b,c,d,e,f) argument
[all …]
Dd3dadapter9.h57 #define ID3DAdapter9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b)
58 #define ID3DAdapter9_AddRef(p) (p)->lpVtbl->AddRef(p) argument
59 #define ID3DAdapter9_Release(p) (p)->lpVtbl->Release(p) argument
61 #define ID3DAdapter9_GetAdapterIdentifier(p,a,b) (p)->lpVtbl->GetAdapterIdentifier(p,a,b)
62 #define ID3DAdapter9_CheckDeviceType(p,a,b,c,d) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d)
63 #define ID3DAdapter9_CheckDeviceFormat(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e)
64 #define ID3DAdapter9_CheckDeviceMultiSampleType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceMultiSampleTyp…
65 #define ID3DAdapter9_CheckDepthStencilMatch(p,a,b,c,d) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,…
66 #define ID3DAdapter9_CheckDeviceFormatConversion(p,a,b,c) (p)->lpVtbl->CheckDeviceFormatConversion(…
67 #define ID3DAdapter9_GetDeviceCaps(p,a,b) (p)->lpVtbl->GetDeviceCaps(p,a,b)
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/
Du_pack_color.h63 util_pack_color_ub(uint8_t r, uint8_t g, uint8_t b, uint8_t a, in util_pack_color_ub()
165 uint8_t *r, uint8_t *g, uint8_t *b, uint8_t *a) in util_unpack_color_ub()
170 uint32_t p = uc->ui[0]; in util_unpack_color_ub() local
179 uint32_t p = uc->ui[0]; in util_unpack_color_ub() local
188 uint32_t p = uc->ui[0]; in util_unpack_color_ub() local
197 uint32_t p = uc->ui[0]; in util_unpack_color_ub() local
206 uint32_t p = uc->ui[0]; in util_unpack_color_ub() local
215 uint32_t p = uc->ui[0]; in util_unpack_color_ub() local
224 uint16_t p = uc->us; in util_unpack_color_ub() local
233 uint16_t p = uc->us; in util_unpack_color_ub() local
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib.h149 static inline T min(T p, T q) in min()
166 static inline T min(T p, T q, T r) in min()
184 static inline T min(T p, T q, T r, T s) in min()
200 static inline T max(T p, T q) in max()
217 static inline T max(T p, T q, T r) in max()
235 static inline T max(T p, T q, T r, T s) in max()
335 union { int a; float b; } u; in float_as_int() member
349 union { int a; float b; } u; in int_as_float() member
388 if32 p; in frexp() local
442 vfloat4 a; member
[all …]
Dastcenc_vecmathlib_neon_4.h404 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask()
508 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl()
516 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr()
526 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr()
534 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min()
542 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max()
550 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin()
558 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax()
566 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s()
575 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea()
[all …]
Dastcenc_vecmathlib_sse_4.h421 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask()
532 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl()
540 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr()
548 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr()
556 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min()
571 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max()
586 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin()
596 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax()
606 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s()
622 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea()
[all …]
Dastcenc_vecmathlib_avx2_8.h240 __m128i a = _mm_set1_epi32(*p); in load1() local
347 ASTCENC_SIMD_INLINE unsigned int mask(vmask8 a) in mask()
355 ASTCENC_SIMD_INLINE bool any(vmask8 a) in any()
363 ASTCENC_SIMD_INLINE bool all(vmask8 a) in all()
471 template <int s> ASTCENC_SIMD_INLINE vint8 lsl(vint8 a) in lsl()
479 template <int s> ASTCENC_SIMD_INLINE vint8 asr(vint8 a) in asr()
487 template <int s> ASTCENC_SIMD_INLINE vint8 lsr(vint8 a) in lsr()
495 ASTCENC_SIMD_INLINE vint8 min(vint8 a, vint8 b) in min()
503 ASTCENC_SIMD_INLINE vint8 max(vint8 a, vint8 b) in max()
511 ASTCENC_SIMD_INLINE vint8 hmin(vint8 a) in hmin()
[all …]
Dastcenc_vecmathlib_none_4.h404 ASTCENC_SIMD_INLINE unsigned int mask(vmask4 a) in mask()
540 template <int s> ASTCENC_SIMD_INLINE vint4 lsl(vint4 a) in lsl()
551 template <int s> ASTCENC_SIMD_INLINE vint4 lsr(vint4 a) in lsr()
567 template <int s> ASTCENC_SIMD_INLINE vint4 asr(vint4 a) in asr()
578 ASTCENC_SIMD_INLINE vint4 min(vint4 a, vint4 b) in min()
589 ASTCENC_SIMD_INLINE vint4 max(vint4 a, vint4 b) in max()
600 ASTCENC_SIMD_INLINE vint4 hmin(vint4 a) in hmin()
610 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax()
620 ASTCENC_SIMD_INLINE int hadd_s(vint4 a) in hadd_s()
628 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea()
[all …]
Dastcenc_vecmathlib.h213 ASTCENC_SIMD_INLINE vfloat change_sign(vfloat a, vfloat b) in change_sign()
275 static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c) in vfloat3()
283 static ASTCENC_SIMD_INLINE vfloat4 vfloat2(float a, float b) in vfloat2()
291 static ASTCENC_SIMD_INLINE vfloat4 normalize(vfloat4 a) in normalize()
300 static ASTCENC_SIMD_INLINE vfloat4 normalize_safe(vfloat4 a, vfloat4 safe) in normalize_safe()
367 vfloat4 p = POLY4(m, in log2() local
399 static ASTCENC_SIMD_INLINE vint4 clz(vint4 a) in clz()
421 static ASTCENC_SIMD_INLINE vint4 two_to_the_n(vint4 a) in two_to_the_n()
441 static ASTCENC_SIMD_INLINE vint4 unorm16_to_sf16(vint4 p) in unorm16_to_sf16()
452 vint4 a = (~lsr<8>(p)) & p; in unorm16_to_sf16() local
[all …]
Dastcenc_mathlib_softfloat.cpp150 #define WITH_MSB(a) (UINT32_C(a) | (1u << 31)) in sf16_to_sf32() argument
247 uint32_t p; in sf32_to_sf16() local
396 float sf16_to_float(uint16_t p) in sf16_to_float()
404 uint16_t float_to_sf16(float p) in float_to_sf16()
Dstb_image_write.h229 #define STBIW_REALLOC(p,newsz) realloc(p,newsz) argument
230 #define STBIW_FREE(p) free(p) argument
234 #define STBIW_REALLOC_SIZED(p,oldsz,newsz) STBIW_REALLOC(p,newsz) argument
239 #define STBIW_MEMMOVE(a,b,sz) memmove(a,b,sz) argument
399 static void stbiw__write1(stbi__write_context *s, unsigned char a) in stbiw__write1()
406 static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c) in stbiw__write3()
635 #define stbiw__max(a, b) ((a) > (b) ? (a) : (b)) argument
814 #define stbiw__sbraw(a) ((int *) (void *) (a) - 2) argument
815 #define stbiw__sbm(a) stbiw__sbraw(a)[0] argument
816 #define stbiw__sbn(a) stbiw__sbraw(a)[1] argument
[all …]
Dstb_image.h680 #define STBI_REALLOC(p,newsz) realloc(p,newsz) argument
681 #define STBI_FREE(p) free(p) argument
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) argument
999 static int stbi__addsizes_valid(int a, int b) in stbi__addsizes_valid()
1011 static int stbi__mul2sizes_valid(int a, int b) in stbi__mul2sizes_valid()
1021 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid()
1028 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
1036 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
1045 static void *stbi__malloc_mad2(int a, int b, int add) in stbi__malloc_mad2()
1052 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
Dvk_util.h105 static inline void __vk_outarray_init(struct __vk_outarray* a, void* data, uint32_t* len) { in __vk_outarray_init()
115 static inline VkResult __vk_outarray_status(const struct __vk_outarray* a) { in __vk_outarray_status()
122 static inline void* __vk_outarray_next(struct __vk_outarray* a, size_t elem_size) { in __vk_outarray_next()
123 void* p = NULL; in __vk_outarray_next() local
142 #define vk_outarray_typeof_elem(a) __typeof__((a)->meta[0]) argument
143 #define vk_outarray_sizeof_elem(a) sizeof((a)->meta[0]) argument
145 #define vk_outarray_init(a, data, len) __vk_outarray_init(&(a)->base, (data), (len)) argument
155 #define vk_outarray_status(a) __vk_outarray_status(&(a)->base) argument
157 #define vk_outarray_next(a) vk_outarray_next_typed(vk_outarray_typeof_elem(a), a) argument
158 #define vk_outarray_next_typed(type, a) \ argument
[all …]
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DTriStateTest.cpp30 tri_uint32_t a; in TEST() local
70 tri_int32_t a(1); in TEST() local
93 tri_int32_t a(1); in TEST() local
153 #define TEST_COMPOUND_ASSIGN(a, op, op_c, b) \ in TEST() argument
185 tri_int16_t p; in TEST() local
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXos_r.h232 # define _XGetpwuid(u,p) getpwuid((u)) argument
233 # define _XGetpwnam(u,p) getpwnam((u)) argument
252 static __inline__ void _Xpw_copyPasswd(_Xgetpwparams p) in _Xpw_copyPasswd()
284 # define _Xpw_copyPasswd(p) \ argument
310 # define _XGetpwuid(u,p) \ argument
315 # define _XGetpwnam(u,p) \ argument
328 # define _XGetpwuid(u,p) \ argument
330 # define _XGetpwnam(u,p) \ argument
333 # define _XGetpwuid(u,p) \ argument
335 # define _XGetpwnam(u,p) \ argument
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Dset_test.cpp34 const void *a = (const void *)10; in TEST() local
84 const void *a = (const void *)10; in TEST() local
115 const void *a = (const void *)10; in TEST() local
138 static uint32_t hash_int(const void *p) in hash_int()
154 int a = 10, b = 20, c = 20, d = 30; in TEST() local
/hardware/google/gfxstream/host/vulkan/
Dvk_util.h124 static inline void __vk_outarray_init(struct __vk_outarray* a, void* data, uint32_t* len) { in __vk_outarray_init()
134 static inline VkResult __vk_outarray_status(const struct __vk_outarray* a) { in __vk_outarray_status()
141 static inline void* __vk_outarray_next(struct __vk_outarray* a, size_t elem_size) { in __vk_outarray_next()
142 void* p = NULL; in __vk_outarray_next() local
161 #define vk_outarray_typeof_elem(a) __typeof__((a)->meta[0]) argument
162 #define vk_outarray_sizeof_elem(a) sizeof((a)->meta[0]) argument
164 #define vk_outarray_init(a, data, len) __vk_outarray_init(&(a)->base, (data), (len)) argument
170 #define vk_outarray_status(a) __vk_outarray_status(&(a)->base) argument
172 #define vk_outarray_next(a) \ argument
194 #define vk_outarray_append(a, elem) \ argument
[all …]
/hardware/nxp/uwb/extns/inc/
Duci_defs.h72 #define UCI_MSG_BLD_HDR0(p, mt, gid) \ argument
75 #define UCI_MSG_PBLD_HDR0(p, mt, pbf, gid) \ argument
79 #define UCI_MSG_BLD_HDR1(p, oid) *(p)++ = (uint8_t)(((oid) << UCI_OID_SHIFT)); argument
82 #define UCI_MSG_PRS_HDR0(p, mt, pbf, gid) \ argument
88 #define UCI_MSG_PRS_MT_PBF(p, mt, pbf) \ argument
93 #define UCI_MSG_PRS_HDR1(p, oid) \ argument
97 #define UINT8_TO_STREAM(p, u8) \ argument
100 #define ARRAY_TO_STREAM(p, a, len) \ argument
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c87 static ssize_t tuneserver_ack(uint16_t a, uint32_t b, tuningserver_t *tsctrl) in tuneserver_ack()
129 tuneserver_protocol_t *p = tsctrl->proto; in tuneserver_process_command() local
229 tuneserver_protocol_t *p = tsctrl->proto; in tuneserver_process_client_message() local
395 prserver_protocol_t *p = tsctrl->pr_proto; in prevserver_process_command() local
512 prserver_protocol_t *p = tsctrl->pr_proto; in prevserver_process_client_message() local
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec4.hpp46 struct { T r, g, b, a; }; member
47 struct { T s, t, p, q; }; member
73 union { T z, b, p; }; member
74 union { T w, a, q; }; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_util.h179 __vk_outarray_init(struct __vk_outarray *a, in __vk_outarray_init()
193 __vk_outarray_status(const struct __vk_outarray *a) in __vk_outarray_status()
202 __vk_outarray_next(struct __vk_outarray *a, size_t elem_size) in __vk_outarray_next()
204 void *p = NULL; in __vk_outarray_next() local
225 #define vk_outarray_typeof_elem(a) __typeof__((a)->meta[0]) argument
226 #define vk_outarray_sizeof_elem(a) sizeof((a)->meta[0]) argument
228 #define vk_outarray_init(a, data, len) \ argument
235 #define vk_outarray_status(a) \ argument
238 #define vk_outarray_next(a) \ argument
240 #define vk_outarray_next_typed(type, a) \ argument
[all …]
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h229 #define STBIW_REALLOC(p,newsz) realloc(p,newsz) argument
230 #define STBIW_FREE(p) free(p) argument
234 #define STBIW_REALLOC_SIZED(p,oldsz,newsz) STBIW_REALLOC(p,newsz) argument
239 #define STBIW_MEMMOVE(a,b,sz) memmove(a,b,sz) argument
399 static void stbiw__write1(stbi__write_context *s, unsigned char a) in stbiw__write1()
406 static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c) in stbiw__write3()
635 #define stbiw__max(a, b) ((a) > (b) ? (a) : (b)) argument
814 #define stbiw__sbraw(a) ((int *) (void *) (a) - 2) argument
815 #define stbiw__sbm(a) stbiw__sbraw(a)[0] argument
816 #define stbiw__sbn(a) stbiw__sbraw(a)[1] argument
[all …]
Dstb_image.h680 #define STBI_REALLOC(p,newsz) realloc(p,newsz) argument
681 #define STBI_FREE(p) free(p) argument
685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) argument
999 static int stbi__addsizes_valid(int a, int b) in stbi__addsizes_valid()
1011 static int stbi__mul2sizes_valid(int a, int b) in stbi__mul2sizes_valid()
1021 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid()
1028 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
1036 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
1045 static void *stbi__malloc_mad2(int a, int b, int add) in stbi__malloc_mad2()
1052 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Ddual_quaternion.inl64 …UNC_QUALIFIER GLM_CONSTEXPR tdualquat<T, P>::tdualquat(tquat<T, P> const & q, tvec3<T, P> const& p)
154 GLM_FUNC_QUALIFIER tdualquat<T, P> operator+(tdualquat<T, P> const & q, tdualquat<T, P> const & p)
160 GLM_FUNC_QUALIFIER tdualquat<T, P> operator*(tdualquat<T, P> const & p, tdualquat<T, P> const & o)
232 …C_QUALIFIER tdualquat<T, P> lerp(tdualquat<T, P> const & x, tdualquat<T, P> const & y, T const & a) argument
272 tvec4<T, P> const a( local

123