Home
last modified time | relevance | path

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

12

/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/google/gfxstream/guest/mesa/src/util/
Du_pack_color.h56 double d[4]; member
448 util_pack_mask_z(enum pipe_format format, uint32_t z) in util_pack_mask_z()
474 util_pack64_mask_z(enum pipe_format format, uint32_t z) in util_pack64_mask_z()
486 util_pack_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack_mask_z_stencil()
509 util_pack64_mask_z_stencil(enum pipe_format format, uint32_t z, uint8_t s) in util_pack64_mask_z_stencil()
528 util_pack_z(enum pipe_format format, double z) in util_pack_z()
573 util_pack64_z(enum pipe_format format, double z) in util_pack64_z()
595 util_pack_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack_z_stencil()
618 util_pack64_z_stencil(enum pipe_format format, double z, uint8_t s) in util_pack64_z_stencil()
652 pack_ui32_float4(float a, float b, float c, float d) in pack_ui32_float4()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_tests.c43 #define PACKED_3x8(x, y, z) {x, y, z, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} argument
44 #define PACKED_4x8(x, y, z, w) {x, y, z, w, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} argument
45 #define PACKED_8x8(a, b, c, d, e, f, g, h) {a, b, c, d, e, f, g, h, 0, 0, 0, 0, 0, 0, 0, 0} argument
50 #define PACKED_3x16(x, y, z) {(x) >> 8, (x) & 0xff, (y) >> 8, (y) & 0xff, (z) >> 8, (z) & 0xff, … argument
51 #define PACKED_4x16(x, y, z, w) {(x) >> 8, (x) & 0xff, (y) >> 8, (y) & 0xff, (z) >> 8, (z) & 0xff, … argument
55 #define PACKED_3x16(x, y, z) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, (z) & 0xff, (z) >> 8, … argument
56 #define PACKED_4x16(x, y, z, w) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, (z) & 0xff, (z) >> 8, … argument
62 #define PACKED_3x32(x, y, z) {(x) >> 24, ((x) >> 16) & 0xff, ((x) >> 8) & 0xff, (x) & 0xff, (y) … argument
63 #define PACKED_4x32(x, y, z, w) {(x) >> 24, ((x) >> 16) & 0xff, ((x) >> 8) & 0xff, (x) & 0xff, (y) … argument
67 #define PACKED_3x32(x, y, z) {(x) & 0xff, ((x) >> 8) & 0xff, ((x) >> 16) & 0xff, (x) >> 24, (y) … argument
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/sha1/
Dsha1.c40 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
41 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
42 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
43 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
44 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
57 uint32_t a, b, c, d, e; in SHA1Transform() 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/qcom/display/msm8994/liboverlay/
DoverlayMdp.h201 inline void MdpCtrl::setZ(overlay::utils::eZorder z) { in setZ()
242 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim()
256 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdp.h203 inline void MdpCtrl::setZ(overlay::utils::eZorder z) { in setZ()
248 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim()
262 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim()
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdp.h229 inline void MdpCtrl::setZ(overlay::utils::eZorder z) { in setZ()
278 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim()
292 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayMdp.h234 inline void MdpCtrl::setZ(overlay::utils::eZorder z) { in setZ()
316 inline void MdpCtrl::setSrcRectDim(const overlay::utils::Dim d) { in setSrcRectDim()
330 inline void MdpCtrl::setDstRectDim(const overlay::utils::Dim d) { in setDstRectDim()
/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
/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.h30 uint32_t x, y, z; member
31 uint32_t w, h, d; member
/hardware/google/gfxstream/guest/include/
Dvirtgpu_drm.h120 __u32 z; member
123 __u32 d; member
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Dvirtgpu_drm.h121 __u32 z; member
124 __u32 d; member
/hardware/google/gfxstream/guest/platform/include/
Dvirtgpu_drm.h122 __u32 z; member
125 __u32 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()

12