Home
last modified time | relevance | path

Searched refs:s0 (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/cmds/incident_helper/testdata/
Dps.txt2 u:r:init:s0 root 1 1 0 15816 2636 SyS_epoll_wait 0 …
3 u:r:kernel:s0 root 2 2 0 0 0 kthreadd 0 …
4 u:r:surfaceflinger:s0 system 499 534 1 73940 22024 futex_wait_queue_me 0 …
5 u:r:hal_gnss_default:s0 gps 670 2004 1 43064 7272 poll_schedule_timeout …
6 u:r:platform_app:s0:c512,c768 u0_a48 1660 1976 806 4468612 138328 binder_thread_read 0 …
7 u:r:perfd:s0 root 1939 1946 1 18132 2088 __skb_recv_datagram 7b…
8 u:r:perfd:s0 root 1939 1955 1 18132 2088 do_sigtimedwait 7b9782…
9 u:r:shell:s0 shell 2645 2645 802 11664 2972 0 7f67a2f8b4 …
/frameworks/native/services/surfaceflinger/
Dsurfaceflinger.rc8 …/vr/display/client stream 0666 system graphics u:object_r:pdx_display_client_endpoint_socket:s0
9 …vr/display/manager stream 0666 system graphics u:object_r:pdx_display_manager_endpoint_socket:s0
10 …m/vr/display/vsync stream 0666 system graphics u:object_r:pdx_display_vsync_endpoint_socket:s0
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
Dlayer_info_fast.rsh28 return (depth <= layer_info_f2.s0);
33 return (layer_info_i2.s1 <= depth && depth <= layer_info_i2.s0);
39 return (depth != 0) & (depth <= layer_info_f2.s0);
45 ((depth < layer_info_f2.s1) | (depth > layer_info_f2.s0));
Dlayered_filter_d1new_helper.rsh54 …int current_meta_index = index_sharp_meta - kernel_center_y * image_size_i4.s0 - kernel_center_x; …
56 const int jump_to_next_row = image_size_i4.s0 - kernel_dim_x; // image_size.width
95 …int current_meta_index = index_sharp_meta - kernel_center_y * image_size_i4.s0 - kernel_center_x; …
97 const int jump_to_next_row = image_size_i4.s0 - kernel_dim_x; // image_size.width
134 int current_kernel_index = alloc_kernel_info.s0; // kernel_info.offset
137 const float *vis_prob = visibility_probability->lut[layer_info_i2.s0]; // layer_info.front_depth
140 int current_meta_index = (y - kernel_center_y) * image_size_i4.s0 + // image_size.width
145 const int jump_to_next_row = image_size_i4.s0 - kernel_dim_x; // image_size.width
191 int current_index_integral = (y - kernel_radius_y) * image_size_i4.s0 + x; // image_size.width
194 const int jump_to_next_row = image_size_i4.s0; // image_size.width
[all …]
Dlayered_filter_fast_d1new.rscript91 const int index = y * g_image_size_i4.s0 + x; // width
120 const int index = y * g_image_size_i4.s0 + x; // width
133 sharp_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, index - g_image_size_i4.s0);
137 sharp_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, index + g_image_size_i4.s0);
160 int current_meta_index = x - (kernel_center_y * g_image_size_i4.s0 + kernel_center_x); // width
162 const int jump_to_next_row = g_image_size_i4.s0 - kernel_dim_x; // width
192 uchar sharp_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, x - g_image_size_i4.s0);
196 sharp_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, x + g_image_size_i4.s0);
220 int current_meta_index = x - (kernel_center_y * g_image_size_i4.s0 + kernel_center_x); // width
222 const int jump_to_next_row = g_image_size_i4.s0 - kernel_dim_x; // width
[all …]
/frameworks/av/services/audiopolicy/engineconfigurable/sepolicy/
Dfile_contexts1 /dev/socket/audioserver(/.*)? u:object_r:audioserver_socket:s0
/frameworks/native/opengl/libagl/
Dprimitives.cpp696 int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2) in compute_lod() argument
708 int32_t texelArea = abs( gglMulx(s1-s0, t2-t0, shift) - in compute_lod()
709 gglMulx(s2-s0, t1-t0, shift) )*w*h; in compute_lod()
727 int32_t s0 = v0->texture[i].S; in lerp_texcoords() local
736 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); in lerp_texcoords()
744 s0 *= width; in lerp_texcoords()
754 itt[6] = -lerp.iteratorsScale(itt+0, s0, s1, s2); in lerp_texcoords()
784 int32_t s0 = v0->texture[i].S; in lerp_texcoords_w() local
793 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2); in lerp_texcoords_w()
801 s0 *= width; in lerp_texcoords_w()
[all …]
Dtexture.cpp716 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx in drawTexxOESImp() local
718 texcoords[0] = s0; in drawTexxOESImp()
793 const GLint s0 = Ucr - x; in drawTexiOES() local
798 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) { in drawTexiOES()
807 c->rasterizer.procs.texCoord2i(c, s0, t0); in drawTexiOES()
/frameworks/native/services/vr/bufferhubd/
Dbufferhubd.rc5 …stem/buffer_hub/client stream 0660 system system u:object_r:pdx_bufferhub_client_endpoint_socket:s0
/frameworks/native/services/vr/performanced/
Dperformanced.rc5 …m/performance/client stream 0666 system system u:object_r:pdx_performance_client_endpoint_socket:s0
/frameworks/base/tests/net/java/com/android/internal/util/
DBitUtilsTest.java62 short s0 = 0; in testUnsignedShortWideningConversions() local
65 assertEquals(0, uint16(s0)); in testUnsignedShortWideningConversions()
/frameworks/native/libs/math/include/math/
DTQuatHelpers.h253 const T s0 = std::sin(a0) * isina; in slerp() local
256 return normalize(s0 * p + ((d < 0) ? (-s1) : (s1)) * q); in slerp()
/frameworks/base/core/tests/coretests/src/android/os/
DAidlTest.java383 String[] s0 = new String[]{"s0[0]"}; in testArrays() local
386 String[] sr = mRemote.stringArray(s0, s1, s2); in testArrays()
/frameworks/rs/script_api/
Drs_value_types.spec47 myVar.x == myVar.r == myVar.s0 == myVar.S0<br/>
/frameworks/rs/script_api/include/
Drs_value_types.rsh49 * myVar.x == myVar.r == myVar.s0 == myVar.S0
77 * v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in934 …ampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat…
935 CALL_GL_API(glDrawVkImageNV, vkImage, sampler, x0, y0, x1, y1, z, s0, t0, s1, t1);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h2654 …ampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat…
2660 …ampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat…
/frameworks/native/opengl/libs/
Dentries.in230 …ampler, GLfloat x0, GLfloat y0, GLfloat x1, GLfloat y1, GLfloat z, GLfloat s0, GLfloat t0, GLfloat…