/hardware/google/gfxstream/guest/mesa/src/util/ |
D | rb_tree.c | 74 rb_node_set_parent(struct rb_node *n, struct rb_node *p) in rb_node_set_parent() 106 struct rb_node *p = rb_node_parent(u); in rb_tree_splice() local 125 struct rb_node *y = x->right; in rb_tree_rotate_left() local 135 rb_tree_rotate_right(struct rb_tree *T, struct rb_node *y) in rb_tree_rotate_right() 179 struct rb_node *y = z_p_p->right; in rb_tree_insert_at() local 199 struct rb_node *y = z_p_p->left; in rb_tree_insert_at() local 230 struct rb_node *y = z; in rb_tree_remove() local 349 struct rb_node *p = rb_node_parent(node); in rb_node_next() local 371 struct rb_node *p = rb_node_parent(node); in rb_node_prev() local
|
D | rb_tree.h | 103 #define rb_tree_offsetof(t, f, p) \ argument 106 #define rb_tree_offsetof(t, f, p) offsetof(t, f) argument 154 struct rb_node *y = NULL; in rb_tree_insert() local 242 struct rb_node *y = NULL; in rb_tree_search_sloppy() local
|
/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | type_vec3.hpp | 30 T x, y, z; member 45 struct{ T x, y, z; }; member 47 struct{ T s, t, p; }; member 70 union { T y, g, t; }; member 71 union { T z, b, p; }; member
|
D | type_vec4.hpp | 30 T x, y, z, w; member 45 struct { T x, y, z, w;}; member 47 struct { T s, t, p, q; }; member 72 union { T y, g, t; }; member 73 union { T z, b, p; }; member
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_other.c | 57 unsigned x, y; in util_format_r9g9b9e5_float_pack_rgba_float() local 89 float p[3]; in util_format_r9g9b9e5_float_unpack_rgba_8unorm() local 110 unsigned x, y; in util_format_r9g9b9e5_float_pack_rgba_8unorm() local 111 float p[3]; in util_format_r9g9b9e5_float_pack_rgba_8unorm() local 153 unsigned x, y; in util_format_r11g11b10_float_pack_rgba_float() local 185 float p[3]; in util_format_r11g11b10_float_unpack_rgba_8unorm() local 206 unsigned x, y; in util_format_r11g11b10_float_pack_rgba_8unorm() local 207 float p[3]; in util_format_r11g11b10_float_pack_rgba_8unorm() local 293 unsigned x, y; in util_format_r8g8bx_snorm_pack_rgba_float() local 318 unsigned x, y; in util_format_r8g8bx_snorm_pack_rgba_8unorm() local
|
D | texcompress_bptc_tmp.h | 676 unsigned x, y; in decompress_rgba_unorm_block() local 800 int y, x; in decompress_rgba_unorm() local 1050 unsigned x, y; in decompress_rgb_float_block() local 1139 int y, x; in decompress_rgb_float() local 1179 unsigned x, y; in decompress_rgb_fp16_block() local 1268 int y, x; in decompress_rgb_fp16() local 1313 int y, x; in get_average_luminance_alpha_unorm() local 1340 const uint8_t *p = src; in get_rgba_endpoints_unorm() local 1343 int y, x, i; in get_rgba_endpoints_unorm() local 1435 int y, x; in write_rgb_indices_unorm() local [all …]
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | packing.inl | 51 GLM_FUNC_QUALIFIER glm::uint32 packed11ToFloat(glm::uint32 p) 90 GLM_FUNC_QUALIFIER glm::uint32 packed10ToFloat(glm::uint32 p) 186 uint y : 3; member 197 uint y : 4; member 207 uint y : 4; member 219 uint y : 6; member 230 uint y : 5; member 242 uint y : 10; member 254 int y : 10; member 266 uint y : 9; member [all …]
|
D | quaternion.inl | 120 …GLM_FUNC_QUALIFIER GLM_CONSTEXPR tquat<T, P>::tquat(T const & w, T const & x, T const & y, T const… 256 tquat<T, P> const p(*this); local 297 GLM_FUNC_QUALIFIER tquat<T, P> operator+(tquat<T, P> const & q, tquat<T, P> const & p) 303 GLM_FUNC_QUALIFIER tquat<T, P> operator*(tquat<T, P> const & q, tquat<T, P> const & p) 475 GLM_FUNC_QUALIFIER tquat<T, P> mix(tquat<T, P> const & x, tquat<T, P> const & y, T a) 498 GLM_FUNC_QUALIFIER tquat<T, P> lerp(tquat<T, P> const & x, tquat<T, P> const & y, T a) 508 GLM_FUNC_QUALIFIER tquat<T, P> slerp(tquat<T, P> const & x, tquat<T, P> const & y, T a) 722 GLM_FUNC_QUALIFIER tvec4<bool, P> lessThan(tquat<T, P> const & x, tquat<T, P> const & y) 731 GLM_FUNC_QUALIFIER tvec4<bool, P> lessThanEqual(tquat<T, P> const & x, tquat<T, P> const & y) 740 GLM_FUNC_QUALIFIER tvec4<bool, P> greaterThan(tquat<T, P> const & x, tquat<T, P> const & y) [all …]
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xpoll.h | 85 #define howmany(x,y) (((x)+((y)-1))/(y)) argument 99 # define __FDS_BITS(p) ((p)->__X_FDS_BITS) argument 102 #define __XFDS_BITS(p, n) (__FDS_BITS(p))[n] argument 105 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS))) argument 108 #define FD_CLR(n, p) (__XFDS_BITS((p), ((n)/NFDBITS)) &= ~((fd_mask)1 << ((n) % NFDBITS))) argument 111 #define FD_ISSET(n, p) ((__XFDS_BITS((p), ((n)/NFDBITS))) & ((fd_mask)1 << ((n) % NFDBITS))) argument 114 #define FD_ZERO(p) bzero((char *)(p), sizeof(*(p))) argument 122 #define XFD_ANYSET(p) \ argument 167 #define XFD_SETCOUNT(p) (((fd_set FAR *)(p))->fd_count) argument 168 #define XFD_FD(p,i) (((fd_set FAR *)(p))->fd_array[i]) argument [all …]
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 665 #define stbi_lrot(x,y) _lrotl(x,y) argument 667 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (-(y) & 31))) argument 680 #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 1071 #define stbi__err(x,y) 0 argument 1073 #define stbi__err(x,y) stbi__err(y) argument 1075 #define stbi__err(x,y) stbi__err(x) argument 1078 #define stbi__errpf(x,y) ((float *)(size_t) (stbi__err(x,y)?NULL:NULL)) argument 1079 #define stbi__errpuc(x,y) ((unsigned char *)(size_t) (stbi__err(x,y)?NULL:NULL)) argument [all …]
|
D | stb_image_write.h | 229 #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 451 static void stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int co… in stbiw__write_pixels() 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() 492 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core() 512 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func() 520 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp() 532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() 611 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func() [all …]
|
D | astcenc_vecmathlib.h | 231 vfloat y = select(x, vfloat(1.0f) / x, c); in atan() local 239 ASTCENC_SIMD_INLINE vfloat atan2(vfloat y, vfloat x) in atan2() 367 vfloat4 p = POLY4(m, in log2() local 385 static ASTCENC_SIMD_INLINE vfloat4 pow(vfloat4 x, vfloat4 y) in pow() 441 static ASTCENC_SIMD_INLINE vint4 unorm16_to_sf16(vint4 p) in unorm16_to_sf16() 475 static ASTCENC_SIMD_INLINE vint4 lns_to_sf16(vint4 p) in lns_to_sf16() 563 static ASTCENC_SIMD_INLINE float pow(float x, float y) in pow()
|
D | astcenccli_error_metrics.cpp | 71 if32 p; in mpsnr_operator() local 150 for (unsigned int y = 0; y < dim_y; y++) in compute_error_metrics() local
|
D | tinyexr.h | 1934 #define MZ_REALLOC(p, x) NULL argument 1938 #define MZ_REALLOC(p, x) realloc(p, x) argument 1946 #define MZ_READ_LE16(p) *((const mz_uint16 *)(p)) argument 1947 #define MZ_READ_LE32(p) *((const mz_uint32 *)(p)) argument 1949 #define MZ_READ_LE16(p) \ argument 1952 #define MZ_READ_LE32(p) \ argument 2015 void mz_free(void *p) { MZ_FREE(p); } in mz_free() 2418 #define TINFL_MEMSET(p, c, l) memset(p, c, l) argument 2674 mz_uint8 *p = r->m_tables[0].m_code_size; in tinfl_decompress() local 3483 mz_uint8 *p = &d->m_huff_code_sizes[0][0]; in tdefl_start_static_block() local [all …]
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 665 #define stbi_lrot(x,y) _lrotl(x,y) argument 667 #define stbi_lrot(x,y) (((x) << (y)) | ((x) >> (-(y) & 31))) argument 680 #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 1071 #define stbi__err(x,y) 0 argument 1073 #define stbi__err(x,y) stbi__err(y) argument 1075 #define stbi__err(x,y) stbi__err(x) argument 1078 #define stbi__errpf(x,y) ((float *)(size_t) (stbi__err(x,y)?NULL:NULL)) argument 1079 #define stbi__errpuc(x,y) ((unsigned char *)(size_t) (stbi__err(x,y)?NULL:NULL)) argument [all …]
|
D | stb_image_write.h | 229 #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 451 static void stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int co… in stbiw__write_pixels() 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() 492 static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int comp, const void *data) in stbi_write_bmp_core() 512 STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_bmp_to_func() 520 STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp, const void *data) in stbi_write_bmp() 532 static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int comp, void *data) in stbi_write_tga_core() 611 STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context, int x, int y, int comp, c… in stbi_write_tga_to_func() [all …]
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
D | TriStateTest.cpp | 152 tri_int32_t y, z, w; in TEST() local 185 tri_int16_t p; in TEST() local
|
/hardware/google/gfxstream/common/etc/ |
D | etc.cpp | 237 int x, y; in decode_subblock() local 270 for (int y = 0; y < 4; y++) { in etc2_T_H_index() local 374 int y = i >> 2; in etc2_decode_block_P() local 450 const etc1_byte* p = pIn + 2; in eac_decode_single_channel_block() local 519 for (int y = 0; y < 2; y++) { in etc_average_colors_subblock() local 524 const etc1_byte* p = pIn + i * 3; in etc_average_colors_subblock() local 536 for (int y = 0; y < 4; y++) { in etc_average_colors_subblock() local 541 const etc1_byte* p = pIn + i * 3; in etc_average_colors_subblock() local 605 for (int y = 0; y < 2; y++) { in etc_encode_subblock_helper() local 620 for (int y = 0; y < 4; y++) { in etc_encode_subblock_helper() local [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 444 … first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLenum array_id,GLESpointer* p){ in setupArrayPointerHelper() 467 GLESpointer* p = (*it).second; in setupArraysPointers() local 483 GLESpointer* p = m_currVaoState[array_id]; in setupArraysPointers() local 495 GLESpointer* p = m_currVaoState[GL_POINT_SIZE_ARRAY_OES]; in drawPointsData() local 579 …nt first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLenum array_i… in doConvert() 669 …nt first,GLsizei count,GLenum type,const GLvoid* indices,bool direct,GLESpointer* p,GLenum array_i… in needConvert() 1653 void GLEScmContext::drawTexOES(float x, float y, float z, float width, float height) { in drawTexOES() 1758 void GLEScmContext::rotatef(float angle, float x, float y, float z) { in rotatef() 1769 void GLEScmContext::scalef(float x, float y, float z) { in scalef() 1780 void GLEScmContext::translatef(float x, float y, float z) { in translatef() [all …]
|
D | CoreProfileEngine.cpp | 404 GLESpointer* p, in setupArrayForDraw() 680 void CoreProfileEngine::drawTexOES(float x, float y, float z, float width, float height) { in drawTexOES() 775 void CoreProfileEngine::rotatef(float angle, float x, float y, float z) { in rotatef() 779 void CoreProfileEngine::scalef(float x, float y, float z) { in scalef() 783 void CoreProfileEngine::translatef(float x, float y, float z) { in translatef()
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/ |
D | dual_quaternion.inl | 64 …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 …GLM_FUNC_QUALIFIER tdualquat<T, P> lerp(tdualquat<T, P> const & x, tdualquat<T, P> const & y, T co…
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 206 unsigned char* p = keyPair.data(); in derEncodeKeyPair() local 610 const unsigned char* p = pStart; in certificateChainSplit() local 630 const unsigned char* p = (unsigned char*)certificateChain.data(); in parseX509Certificates() local 646 const unsigned char* p = certificate.data(); in certificateSignedByPublicKey() local 720 const unsigned char* p = (unsigned char*)signature.data(); in checkEcDsaSignature() local 794 unsigned char* p = (unsigned char*)signature.data(); in signEcDsaDigest() local 972 unsigned char* p = keyPair.data(); in createEcKeyPair() local 978 const unsigned char* p = (const unsigned char*)keyPair.data(); in ecKeyPairGetPublicKey() local 1008 const unsigned char* p = (const unsigned char*)keyPair.data(); in ecKeyPairGetPrivateKey() local 1074 unsigned char* p = keyPair.data(); in ecPrivateKeyToKeyPair() local [all …]
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 486 for (const auto& p : physical_map) { in IsStreamCombinationSupported() local 512 for (const auto& p : physical_map) { in IsStreamCombinationSupported() local 521 for (const auto& p : physical_map) { in IsStreamCombinationSupported() local 1399 uint32_t y) { in GetQuadBayerColor() 1516 int y = static_cast<int>(chars.full_res_height * (norm_left_top + norm_y)); in CaptureRaw() local 1570 for (unsigned int y = 0, outy = 0; y < chars.full_res_height; in CaptureRGB() local 1657 int x, y; in CaptureYUV420() local 1745 for (unsigned int y = 0, out_y = 0; y < chars.full_res_height; in CaptureDepth() local
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc() 455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd() 470 float inv_matrix_det(float *p, int *n) in inv_matrix_det() 489 double inv_matrix_detd(double *p, int *n) in inv_matrix_detd()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 440 void inv_matrix_det_inc(float *a, float *b, int *n, int x, int y) in inv_matrix_det_inc() 455 void inv_matrix_det_incd(double *a, double *b, int *n, int x, int y) in inv_matrix_det_incd() 470 float inv_matrix_det(float *p, int *n) in inv_matrix_det() 489 double inv_matrix_detd(double *p, int *n) in inv_matrix_detd()
|