Home
last modified time | relevance | path

Searched +defs:z +defs:d (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dassociated_min_max.inl58 T z, U c
70 vecType<T, P> const & z, vecType<U, P> const & c
85 T z, U c,
86 T w, U d
103 vecType<T, P> const & z, vecType<U, P> const & c,
104 vecType<T, P> const & w, vecType<U, P> const & d
125 T z, vecType<U, P> const & c,
126 T w, vecType<U, P> const & d
148 vecType<T, P> const & z, U c,
149 vecType<T, P> const & w, U d
[all …]
Dsimd_quat.inl49 …UALIFIER fquatSIMD::fquatSIMD(float const & w, float const & x, float const & y, float const & z) :
159 float z; local
434 float d = 1.0f / glm::sin(angle); local
461 detail::fquatSIMD z = y; local
485 float d = 1.0f / glm::sin(angle); local
514 __m128 d = _mm_div_ps(_mm_set1_ps(1.0f), _mm_shuffle_ps(s, s, _MM_SHUFFLE(1, 1, 1, 1))); local
527 detail::fquatSIMD z = y; local
550 __m128 d = _mm_div_ps(_mm_set1_ps(1.0f), _mm_shuffle_ps(s, s, _MM_SHUFFLE(1, 1, 1, 1))); local
595 float const & z
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compute_variance.cpp49 vfloat4* d, in brent_kung_prefix_sum()
150 #define VARBUF1(z, y, x) varbuf1[z * zst + y * yst + x] in compute_pixel_region_variance() argument
151 #define VARBUF2(z, y, x) varbuf2[z * zst + y * yst + x] in compute_pixel_region_variance() argument
161 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
187 vfloat4 d = vfloat4 (r * (1.0f / 255.0f), in compute_pixel_region_variance() local
205 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
227 vfloat4 d = float16_to_float(di); in compute_pixel_region_variance() local
244 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
270 vfloat4 d(r, g, b, a); in compute_pixel_region_variance() local
281 for (int z = 0; z < padsize_z; z++) in compute_pixel_region_variance() local
[all …]
Dastcenc_partition_tables.cpp127 int z, in select_partition()
201 int d = seed7 * x + seed8 * y + seed10 * z + (rnum >> 2); in select_partition() local
272 for (unsigned int z = 0; z < bsd.zdim; z++) in generate_one_partition_info_entry() local
Dastcenccli_image_load_store.cpp699 unsigned int z; member
776 unsigned int z, in get_format()
1142 for (unsigned int z = 0; z < dim_z; z++) in load_ktx_uncompressed_image() local
1407 for (unsigned int z = 1; z < dim_z; z++) in store_ktx_uncompressed_image() local
1413 for (unsigned int z = 0; z < dim_z; z++) in store_ktx_uncompressed_image() local
1421 for (unsigned int z = 0; z < dim_z; z++) in store_ktx_uncompressed_image() local
1469 for (unsigned int z = 1; z < dim_z; z++) in store_ktx_uncompressed_image() local
1475 for (unsigned int z = 0; z < dim_z; z++) in store_ktx_uncompressed_image() local
1483 for (unsigned int z = 0; z < dim_z; z++) in store_ktx_uncompressed_image() local
1917 for (unsigned int z = 0; z < dim_z; z++) in load_dds_uncompressed_image() local
[all …]
Dstb_image.h1036 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
1059 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
1227 static void stbi__vertical_flip_slices(void *image, int w, int h, int z, int bytes_per_pixel) in stbi__vertical_flip_slices()
1424 …rom_memory(stbi_uc const *buffer, int len, int **delays, int *x, int *y, int *z, int *comp, int re… in stbi_load_gif_from_memory()
1676 int z = stbi__get8(s); in stbi__get16be() local
1686 stbi__uint32 z = stbi__get16be(s); in stbi__get32be() local
1696 int z = stbi__get8(s); in stbi__get16le() local
1704 stbi__uint32 z = stbi__get16le(s); in stbi__get32le() local
1875 float z = (float) pow(data[i*comp+k]*stbi__h2l_scale_i, stbi__h2l_gamma_i) * 255 + 0.5f; in stbi__hdr_to_ldr() local
1881 float z = data[i*comp+k] * 255 + 0.5f; in stbi__hdr_to_ldr() local
[all …]
Dwuffs-v0.3.c462 wuffs_base__status z; in wuffs_base__make_status() local
468 wuffs_base__status__is_complete(const wuffs_base__status* z) { in wuffs_base__status__is_complete()
473 wuffs_base__status__is_error(const wuffs_base__status* z) { in wuffs_base__status__is_error()
478 wuffs_base__status__is_note(const wuffs_base__status* z) { in wuffs_base__status__is_note()
483 wuffs_base__status__is_ok(const wuffs_base__status* z) { in wuffs_base__status__is_ok()
488 wuffs_base__status__is_suspension(const wuffs_base__status* z) { in wuffs_base__status__is_suspension()
494 wuffs_base__status__message(const wuffs_base__status* z) { in wuffs_base__status__message()
993 __uint128_t z = ((__uint128_t)x) * ((__uint128_t)y); in wuffs_base__multiply_u64() local
2524 uint64_t z; member
2572 uint64_t z) { in wuffs_base__more_information__set()
[all …]
Dtinyexr.h2417 #define TINFL_MEMCPY(d, s, l) memcpy(d, s, l) argument
3290 static void tdefl_optimize_huffman_table(tdefl_compressor *d, int table_num, in tdefl_optimize_huffman_table()
3398 static void tdefl_start_dynamic_block(tdefl_compressor *d) { in tdefl_start_dynamic_block()
3481 static void tdefl_start_static_block(tdefl_compressor *d) { in tdefl_start_static_block()
3504 static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) { in tdefl_compress_lz_codes()
3597 static mz_bool tdefl_compress_lz_codes(tdefl_compressor *d) { in tdefl_compress_lz_codes()
3641 static mz_bool tdefl_compress_block(tdefl_compressor *d, mz_bool static_block) { in tdefl_compress_block()
3649 static int tdefl_flush_block(tdefl_compressor *d, int flush) { in tdefl_flush_block()
3731 mz_uint i, z = 0; in tdefl_flush_block() local
3782 tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max_dist, in tdefl_find_match()
[all …]
Dstb_image_write.h418 …(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int expand_mono, unsigned char *d) in stbiw__write_pixel()
470 unsigned char *d = (unsigned char *) data + (j*x+i)*comp; in stbiw__write_pixels() local
1073 #define stbiw__wpng4(o,a,b,c,d) ((o)[0]=STBIW_UCHAR(a),(o)[1]=STBIW_UCHAR(b),(o)[2]=STBIW_UCHAR(c),… argument
1099 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line() local
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DTriStateTest.cpp65 tri_uint32_t d(a); in TEST() local
96 tri_int32_t d; in TEST() local
152 tri_int32_t y, z, w; in TEST() local
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Validate.cpp322 bool GLESv2Validate::blendDst(GLenum d) { in blendDst()
708 #define VALIDATE_FORMAT_COMBINATION(x, y, z) \ in pixelSizedFrmt() argument
779 #define RETURN_COMPATIBLE_FORMAT(x, y, z) \ in getCompatibleFormatTypeForInternalFormat() argument
DGLESv2Imp.cpp3803 for (int d = 0; d < depth; d++) { in glGetTexImage() local
3820 for (int d = 0; d < depth; d++) { in glGetTexImage() local
3977 GL_APICALL void GL_APIENTRY glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z){ in glUniform3f()
3991 GL_APICALL void GL_APIENTRY glUniform3i(GLint location, GLint x, GLint y, GLint z){ in glUniform3i()
4005 GL_APICALL void GL_APIENTRY glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w… in glUniform4f()
4019 GL_APICALL void GL_APIENTRY glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w){ in glUniform4i()
4170 GL_APICALL void GL_APIENTRY glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z){ in glVertexAttrib3f()
4189 GL_APICALL void GL_APIENTRY glVertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloa… in glVertexAttrib4f()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h1036 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
1059 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
1227 static void stbi__vertical_flip_slices(void *image, int w, int h, int z, int bytes_per_pixel) in stbi__vertical_flip_slices()
1424 …rom_memory(stbi_uc const *buffer, int len, int **delays, int *x, int *y, int *z, int *comp, int re… in stbi_load_gif_from_memory()
1676 int z = stbi__get8(s); in stbi__get16be() local
1686 stbi__uint32 z = stbi__get16be(s); in stbi__get32be() local
1696 int z = stbi__get8(s); in stbi__get16le() local
1704 stbi__uint32 z = stbi__get16le(s); in stbi__get32le() local
1875 float z = (float) pow(data[i*comp+k]*stbi__h2l_scale_i, stbi__h2l_gamma_i) * 255 + 0.5f; in stbi__hdr_to_ldr() local
1881 float z = data[i*comp+k] * 255 + 0.5f; in stbi__hdr_to_ldr() local
[all …]
Dstb_image_write.h418 …(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int expand_mono, unsigned char *d) in stbiw__write_pixel()
470 unsigned char *d = (unsigned char *) data + (j*x+i)*comp; in stbiw__write_pixels() local
1073 #define stbiw__wpng4(o,a,b,c,d) ((o)[0]=STBIW_UCHAR(a),(o)[1]=STBIW_UCHAR(b),(o)[2]=STBIW_UCHAR(c),… argument
1099 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line() local
/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer.h35 uint32_t x, y, z; member
36 uint32_t w, h, d; member
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp175 …:allocationElementWrite(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, c… in allocationElementWrite()
203 …f, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, const hidl_vec<… in allocation3DWrite()
244 …::allocationElementRead(Allocation allocation, uint32_t x, uint32_t y, uint32_t z, uint32_t lod, P… in allocationElementRead()
272 …f, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, Ptr data, Size … in allocation3DRead()
349 …inter(Allocation allocation, uint32_t lod, AllocationCubemapFace face, uint32_t z, allocationGetPo… in allocationGetPointer()
/hardware/google/gfxstream/host/
Dvirgl_hw.h30 uint32_t x, y, z; member
31 uint32_t w, h, d; member
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp4663 char x[15], y[15], z[15]; in inv_read_sensor_bias() local
5613 for (int d = 0; d < NumSensors; d++) { in batch() local
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp5028 char x[15], y[15], z[15]; local
6113 for (int d = 0; d < NumSensors; d++) { local