Home
last modified time | relevance | path

Searched defs:v1 (Results 1 – 25 of 41) sorted by relevance

12

/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec2.inl468 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec1<T, P> const & v2)
484 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec1<T, P> const & v1, tvec2<T, P> const & v2)
492 GLM_FUNC_QUALIFIER tvec2<T, P> operator+(tvec2<T, P> const & v1, tvec2<T, P> const & v2)
508 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec1<T, P> const & v2)
524 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec1<T, P> const & v1, tvec2<T, P> const & v2)
532 GLM_FUNC_QUALIFIER tvec2<T, P> operator-(tvec2<T, P> const & v1, tvec2<T, P> const & v2)
548 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec2<T, P> const & v1, tvec1<T, P> const & v2)
564 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec1<T, P> const & v1, tvec2<T, P> const & v2)
572 GLM_FUNC_QUALIFIER tvec2<T, P> operator*(tvec2<T, P> const & v1, tvec2<T, P> const & v2)
588 GLM_FUNC_QUALIFIER tvec2<T, P> operator/(tvec2<T, P> const & v1, tvec1<T, P> const & v2)
[all …]
Dtype_vec4.inl639 GLM_FUNC_QUALIFIER tvec4<T, P> operator+(tvec4<T, P> const & v1, tvec1<T, P> const & v2)
651 GLM_FUNC_QUALIFIER tvec4<T, P> operator+(tvec1<T, P> const & v1, tvec4<T, P> const & v2)
657 GLM_FUNC_QUALIFIER tvec4<T, P> operator+(tvec4<T, P> const & v1, tvec4<T, P> const & v2)
669 GLM_FUNC_QUALIFIER tvec4<T, P> operator-(tvec4<T, P> const & v1, tvec1<T, P> const & v2)
681 GLM_FUNC_QUALIFIER tvec4<T, P> operator-(tvec1<T, P> const & v1, tvec4<T, P> const & v2)
687 GLM_FUNC_QUALIFIER tvec4<T, P> operator-(tvec4<T, P> const & v1, tvec4<T, P> const & v2)
699 GLM_FUNC_QUALIFIER tvec4<T, P> operator*(tvec4<T, P> const & v1, tvec1<T, P> const & v2)
711 GLM_FUNC_QUALIFIER tvec4<T, P> operator*(tvec1<T, P> const & v1, tvec4<T, P> const & v2)
717 GLM_FUNC_QUALIFIER tvec4<T, P> operator*(tvec4<T, P> const & v1, tvec4<T, P> const & v2)
729 GLM_FUNC_QUALIFIER tvec4<T, P> operator/(tvec4<T, P> const & v1, tvec1<T, P> const & v2)
[all …]
Dtype_vec1.inl328 GLM_FUNC_QUALIFIER tvec1<T, P> operator+(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
350 GLM_FUNC_QUALIFIER tvec1<T, P> operator-(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
371 GLM_FUNC_QUALIFIER tvec1<T, P> operator*(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
392 GLM_FUNC_QUALIFIER tvec1<T, P> operator/(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
415 GLM_FUNC_QUALIFIER tvec1<T, P> operator%(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
436 GLM_FUNC_QUALIFIER tvec1<T, P> operator&(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
457 GLM_FUNC_QUALIFIER tvec1<T, P> operator|(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
478 GLM_FUNC_QUALIFIER tvec1<T, P> operator^(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
499 GLM_FUNC_QUALIFIER tvec1<T, P> operator<<(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
520 GLM_FUNC_QUALIFIER tvec1<T, P> operator>>(tvec1<T, P> const & v1, tvec1<T, P> const & v2)
[all …]
Dtype_vec3.inl573 GLM_FUNC_QUALIFIER tvec3<T, P> operator+(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
618 GLM_FUNC_QUALIFIER tvec3<T, P> operator-(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
663 GLM_FUNC_QUALIFIER tvec3<T, P> operator*(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
708 GLM_FUNC_QUALIFIER tvec3<T, P> operator/(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
755 GLM_FUNC_QUALIFIER tvec3<T, P> operator%(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
800 GLM_FUNC_QUALIFIER tvec3<T, P> operator&(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
845 GLM_FUNC_QUALIFIER tvec3<T, P> operator|(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
890 GLM_FUNC_QUALIFIER tvec3<T, P> operator^(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
935 GLM_FUNC_QUALIFIER tvec3<T, P> operator<<(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
980 GLM_FUNC_QUALIFIER tvec3<T, P> operator>>(tvec3<T, P> const & v1, tvec3<T, P> const & v2)
[all …]
Dtype_mat2x3.inl59 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(col_type const & v0, col_type const & v1)
83 GLM_FUNC_QUALIFIER tmat2x3<T, P>::tmat2x3(tvec3<V1, P> const & v1, tvec3<V2, P> const & v2)
Dtype_mat4x2.inl81 col_type const & v1,
118 tvec2<V1, P> const & v1,
Dtype_mat2x4.inl60 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(col_type const & v0, col_type const & v1)
84 GLM_FUNC_QUALIFIER tmat2x4<T, P>::tmat2x4(tvec4<V1, P> const & v1, tvec4<V2, P> const & v2)
Dtype_mat3x2.inl68 col_type const & v1,
100 tvec2<V1, P> const & v1,
Dtype_mat2x2.inl61 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(col_type const & v0, col_type const & v1)
83 GLM_FUNC_QUALIFIER tmat2x2<T, P>::tmat2x2(tvec2<V1, P> const & v1, tvec2<V2, P> const & v2)
Dtype_mat4x3.inl74 col_type const & v1,
111 tvec3<V1, P> const & v1,
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dmatrix_major_storage.inl9 tvec2<T, P> const & v1,
35 const tvec3<T, P>& v1,
71 const tvec4<T, P>& v1,
122 const tvec2<T, P>& v1,
137 const tvec3<T, P>& v1,
153 const tvec4<T, P>& v1,
Dspline.inl9 genType const & v1,
32 genType const & v1,
54 genType const & v1,
Dvector_query.inl84 vecType<T, P> const & v1,
97 vecType<T, P> const & v1,
186 vecType<T, P> const & v1,
Dmixed_product.inl9 tvec3<T, P> const & v1,
Dsimd_vec4.inl76 GLM_FUNC_QUALIFIER fvec4SIMD::fvec4SIMD(vec2 const & v1, vec2 const & v2) :
187 GLM_FUNC_QUALIFIER fvec4SIMD operator+ (fvec4SIMD const & v1, fvec4SIMD const & v2)
203 GLM_FUNC_QUALIFIER fvec4SIMD operator- (fvec4SIMD const & v1, fvec4SIMD const & v2)
223 GLM_FUNC_QUALIFIER fvec4SIMD operator* (fvec4SIMD const & v1, fvec4SIMD const & v2)
243 GLM_FUNC_QUALIFIER fvec4SIMD operator/ (fvec4SIMD const & v1, fvec4SIMD const & v2)
Dintersect.inl30 genType const & v0, genType const & v1, genType const & v2,
/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dgeometric.h27 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_dot(glm_vec4 v1, glm_vec4 v2) in glm_vec4_dot()
46 GLM_FUNC_QUALIFIER glm_vec4 glm_vec1_dot(glm_vec4 v1, glm_vec4 v2) in glm_vec1_dot()
65 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_cross(glm_vec4 v1, glm_vec4 v2) in glm_vec4_cross()
/hardware/libhardware/modules/sensors/
Dmultihal.cpp288 static bool halSupportDirectSensorReport(sensors_poll_device_1_t* v1) { in halSupportDirectSensorReport()
407 sensors_poll_device_1_t* v1 = this->get_v1_device_by_handle(handle); in batch() local
421 sensors_poll_device_1_t* v1 = this->get_v1_device_by_handle(handle); in flush() local
436 sensors_poll_device_1_t* v1 = get_primary_v1_device(); in inject_sensor_data() local
446 sensors_poll_device_1_t* v1 = this->get_v1_device_by_handle(data->sensor); in inject_sensor_data() local
468 sensors_poll_device_1_t* v1 = get_primary_v1_device(); in register_direct_channel() local
488 sensors_poll_device_1_t* v1 = get_primary_v1_device(); in config_direct_report() local
/hardware/google/gfxstream/host/tests/
DMagma_unittest.cpp38 auto v1 = m.get(k1); in TEST_F() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp294 int v1 = unquant_color(quant_level, input[1]); in luminance_delta_unpack() local
383 int v1 = unquant_color(quant_level, input[1]); in hdr_rgbo_unpack() local
536 int v1 = unquant_color(quant_level, input[1]); in hdr_rgb_unpack() local
725 int v1 = unquant_color(quant_level, input[1]); in hdr_luminance_small_range_unpack() local
762 int v1 = unquant_color(quant_level, input[1]); in hdr_luminance_large_range_unpack() local
Dastcenc_find_best_partitioning.cpp257 int v1 = popcount(a[0] ^ b[0]) + popcount(a[1] ^ b[1]); in partition_mismatch2() local
292 int v1 = astc::min(s2, s3) + p01; in partition_mismatch3() local
341 int v1 = p01 + astc::min(p10 + mx23, p12 + mx03, p13 + mx02); in partition_mismatch4() local
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyProvider.cpp195 const std::pair<std::string, PowerStatsPresentProfile>& v2) { in generatePowerStatsStates()
224 const std::pair<std::string, PowerStatsPresentProfile>& v2) { in generatePowerStatsStates()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv31Imp.cpp135 …ICALL void GL_APIENTRY glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1) { in glProgramUniform2f()
147 …L_APIENTRY glProgramUniform3f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) { in glProgramUniform3f()
159 …PIENTRY glProgramUniform4f(GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLf… in glProgramUniform4f()
183 GL_APICALL void GL_APIENTRY glProgramUniform2i(GLuint program, GLint location, GLint v0, GLint v1) { in glProgramUniform2i()
195 GL_APICALL void GL_APIENTRY glProgramUniform3i(GLuint program, GLint location, GLint v0, GLint v1, … in glProgramUniform3i()
207 GL_APICALL void GL_APIENTRY glProgramUniform4i(GLuint program, GLint location, GLint v0, GLint v1, … in glProgramUniform4i()
231 …APICALL void GL_APIENTRY glProgramUniform2ui(GLuint program, GLint location, GLint v0, GLuint v1) { in glProgramUniform2ui()
243 …id GL_APIENTRY glProgramUniform3ui(GLuint program, GLint location, GLint v0, GLint v1, GLuint v2) { in glProgramUniform3ui()
255 …_APIENTRY glProgramUniform4ui(GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLuint… in glProgramUniform4ui()
/hardware/google/gfxstream/guest/mesa/src/util/
Dxxhash.h326 XXH32_hash_t v1; member
340 XXH64_hash_t v1; member
791 xxh_u32 v1 = seed + PRIME32_1 + PRIME32_2; in XXH32_endian_align() local
904 xxh_u32 v1 = state->v1; in XXH32_update() local
1249 xxh_u64 v1 = seed + PRIME64_1 + PRIME64_2; in XXH64_endian_align() local
1361 xxh_u64 v1 = state->v1; in XXH64_update() local
1394 xxh_u64 const v1 = state->v1; in XXH64_digest() local
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_yuv.c687 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_float() local
739 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_vyuy_pack_rgba_float() local
792 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_uyvy_pack_rgba_8unorm() local
844 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_vyuy_pack_rgba_8unorm() local
1126 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_float() local
1178 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yvyu_pack_rgba_float() local
1230 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yuyv_pack_rgba_8unorm() local
1282 uint8_t y0, y1, u0, u1, v0, v1, u, v; in util_format_yvyu_pack_rgba_8unorm() local

12