Searched refs:w0 (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/driver/runtime/ |
D | rs_sample.c | 128 int32_t next, float w0, float w1) { in getSample_A() argument 131 float r = p0 * w0 + p1 * w1; in getSample_A() 138 int32_t next, float w0, float w1) { in getSample_L() argument 141 float r = p0 * w0 + p1 * w1; in getSample_L() 148 int32_t next, float w0, float w1) { in getSample_LA() argument 151 float2 r = p0 * w0 + p1 * w1; in getSample_LA() 158 int32_t next, float w0, float w1) { in getSample_RGB() argument 161 float3 r = p0 * w0 + p1 * w1; in getSample_RGB() 168 int32_t next, float w0, float w1) { in getSample_565() argument 171 float3 r = p0 * w0 + p1 * w1; in getSample_565() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 122 FileWriter w0 = new FileWriter(f0); 127 w0.write("FILE0"); 132 w0.close(); 185 FileWriter w0 = new FileWriter(new File(dir, "DropBoxTest@" + (before + 5000) + ".txt")); in testAddEntriesInTheFuture() local 186 w0.write("FUTURE0"); in testAddEntriesInTheFuture() 187 w0.close(); in testAddEntriesInTheFuture()
|
/frameworks/native/opengl/libagl/ |
D | primitives.cpp | 767 int32_t w0 = v0->window.w; in lerp_texcoords_w() local 770 int wscale = 32 - gglClz(w0|w1|w2); in lerp_texcoords_w() 773 int sc = lerp.iteratorsScale(itw, w0, w1, w2); in lerp_texcoords_w() 811 s0 = gglMulx(s0, w0, wscale); in lerp_texcoords_w() 812 t0 = gglMulx(t0, w0, wscale); in lerp_texcoords_w()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | shader_program.cpp | 46 const float w0 = (1.0f - x) * (1.0f - y); in GetTileCoords() local 51 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6]; in GetTileCoords() 52 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7]; in GetTileCoords()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.cpp | 2131 uint32_t w0=0, h0=0, s0=0, f0=0; local 2133 w0 = buf0->getWidth(); 2142 mFormat, w0, h0, s0,f0,
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 55 a��@�w0<H>�v�"��J��[t�'V����r
|
/frameworks/rs/driver/runtime/arch/ |
D | asimd.ll | 1013 %w0 = extractelement <4 x float> %in, i32 3 1014 %w = tail call <4 x float> @smear_f(float %w0) nounwind readnone
|
D | neon.ll | 1005 %w0 = extractelement <4 x float> %in, i32 3 1006 %w = tail call <4 x float> @smear_f(float %w0) nounwind readnone
|