Home
last modified time | relevance | path

Searched defs:z (Results 1 – 25 of 122) sorted by relevance

12345

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dextended_min_max.inl10 T const & z)
20 typename C<T>::T const & z
31 C<T> const & z
42 T const & z,
54 typename C<T>::T const & z,
66 C<T> const & z,
77 T const & z)
87 typename C<T>::T const & z
98 C<T> const & z
109 T const & z,
[all …]
Dassociated_min_max.inl58 T z, U c
70 vecType<T, P> const & z, vecType<U, P> const & c
85 T z, U c,
103 vecType<T, P> const & z, vecType<U, P> const & c,
125 T z, vecType<U, P> const & c,
148 vecType<T, P> const & z, U c,
219 T z, U c
232 vecType<T, P> const & z, vecType<U, P> const & c
247 T z, vecType<U, P> const & c
262 vecType<T, P> const & z, U c
[all …]
Dsimd_quat.inl49 …UALIFIER fquatSIMD::fquatSIMD(float const & w, float const & x, float const & y, float const & z) :
159 float z; local
461 detail::fquatSIMD z = y; local
527 detail::fquatSIMD z = y; local
595 float const & z
Dsimd_quat.hpp55 struct {float x, y, z, w;}; member
Dsimd_vec4.hpp78 struct {float x, y, z, w;}; member
/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
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
68 #define PACKED_4x32(x, y, z, w) {(x) & 0xff, ((x) >> 8) & 0xff, ((x) >> 16) & 0xff, (x) >> 24, (y) … argument
Du_format_zs.c38 z32_unorm_to_z16_unorm(uint32_t z) in z32_unorm_to_z16_unorm()
45 z16_unorm_to_z32_unorm(uint16_t z) in z16_unorm_to_z32_unorm()
52 z32_unorm_to_z24_unorm(uint32_t z) in z32_unorm_to_z24_unorm()
59 z24_unorm_to_z32_unorm(uint32_t z) in z24_unorm_to_z32_unorm()
71 z32_float_to_z16_unorm(float z) in z32_float_to_z16_unorm()
78 z16_unorm_to_z32_float(uint16_t z) in z16_unorm_to_z32_float()
85 z32_float_to_z24_unorm(float z) in z32_float_to_z24_unorm()
92 z24_unorm_to_z32_float(uint32_t z) in z24_unorm_to_z32_float()
99 z32_float_to_z32_unorm(float z) in z32_float_to_z32_unorm()
106 z32_unorm_to_z32_float(uint32_t z) in z32_unorm_to_z32_float()
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/
Du_pack_color.h448 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()
Drb_tree.c172 struct rb_node *z = node; in rb_tree_insert_at() local
224 rb_tree_remove(struct rb_tree *T, struct rb_node *z) in rb_tree_remove()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dbitfield.inl82 GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z)
108 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z)
138 GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint32 x, glm::uint32 y, glm::uint32 z)
168 …GLM_FUNC_QUALIFIER glm::uint32 bitfieldInterleave(glm::uint8 x, glm::uint8 y, glm::uint8 z, glm::u…
194 …GLM_FUNC_QUALIFIER glm::uint64 bitfieldInterleave(glm::uint16 x, glm::uint16 y, glm::uint16 z, glm…
379 GLM_FUNC_QUALIFIER int32 bitfieldInterleave(int8 x, int8 y, int8 z)
401 GLM_FUNC_QUALIFIER uint32 bitfieldInterleave(uint8 x, uint8 y, uint8 z)
406 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int16 x, int16 y, int16 z)
428 GLM_FUNC_QUALIFIER uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z)
433 GLM_FUNC_QUALIFIER int64 bitfieldInterleave(int32 x, int32 y, int32 z)
[all …]
Dquaternion.hpp56 struct { T x, y, z, w;}; member
67 T x, y, z, w; member
Dpacking.inl187 uint z : 2; member
208 uint z : 4; member
220 uint z : 5; member
231 uint z : 5; member
243 uint z : 10; member
255 int z : 10; member
267 uint z : 9; member
/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
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image.cpp45 for (unsigned int z = 0; z < dim_z; z++) in alloc_image() local
53 for (unsigned int z = 0; z < dim_z; z++) in alloc_image() local
62 for (unsigned int z = 0; z < dim_z; z++) in alloc_image() local
79 for (unsigned int z = 0; z < img->dim_z; z++) in free_image() local
101 for (unsigned int z = 0; z < dim_z; z++) in determine_image_components() local
122 for (unsigned int z = 0; z < dim_z; z++) in determine_image_components() local
146 for (unsigned int z = 0; z < dim_z; z++) in determine_image_components() local
Dastcenc_compute_variance.cpp150 #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
205 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
244 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
281 for (int z = 0; z < padsize_z; z++) in compute_pixel_region_variance() local
310 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
319 for (int z = zd_start; z < padsize_z; z++) in compute_pixel_region_variance() local
356 for (int z = 0; z < size_z; z++) in compute_pixel_region_variance() 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 …]
Dastcenc_image.cpp211 for (unsigned int z = 0; z < bsd.zdim; z++) in load_image_block() local
371 for (unsigned int z = z_start; z < z_end; z++) in store_image_block() local
448 for (unsigned int z = z_start; z < z_end; z++) in store_image_block() local
510 for (unsigned int z = z_start; z < z_end; z++) in store_image_block() local
Dastcenc_partition_tables.cpp127 int z, in select_partition()
272 for (unsigned int z = 0; z < bsd.zdim; z++) in generate_one_partition_info_entry() local
/hardware/google/aemu/base/
Dmsvc.cpp96 int getntptimeofday(struct timespec* tp, struct timezone* z) { in getntptimeofday()
132 int gettimeofday(struct timeval* p, struct timezone* z) { in gettimeofday()
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec3.hpp30 T x, y, z; member
45 struct{ T x, y, z; }; member
71 union { T z, b, p; }; member
Dtype_vec4.hpp30 T x, y, z, w; member
45 struct { T x, y, z, w;}; member
73 union { T z, b, p; }; member
/hardware/google/gfxstream/third-party/astc-encoder/Source/Fuzzers/
Dfuzz_astc_physical_to_symbolic.cpp38 int z; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_meta_draw_rects.c149 float x, y, z; member
249 float z = rects[r].z; in create_vertex_buffer() local
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
DTriStateTest.cpp152 tri_int32_t y, z, w; in TEST() local
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_platform.h575 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; }; member
594 __CL_ANON_STRUCT__ struct{ cl_char x, y, z, w; }; member
613 …__CL_ANON_STRUCT__ struct{ cl_char x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spac… member
650 __CL_ANON_STRUCT__ struct{ cl_uchar x, y, z, w; }; member
669 __CL_ANON_STRUCT__ struct{ cl_uchar x, y, z, w; }; member
688 …__CL_ANON_STRUCT__ struct{ cl_uchar x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spa… member
725 __CL_ANON_STRUCT__ struct{ cl_short x, y, z, w; }; member
744 __CL_ANON_STRUCT__ struct{ cl_short x, y, z, w; }; member
763 …__CL_ANON_STRUCT__ struct{ cl_short x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spa… member
800 __CL_ANON_STRUCT__ struct{ cl_ushort x, y, z, w; }; member
[all …]

12345