Home
last modified time | relevance | path

Searched refs:first_pass (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
Dmessagequeue.cc199 bool first_pass = true; in Get() local
208 if (first_pass) { in Get()
209 first_pass = false; in Get()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c252 bool first_pass; in virgl_encode_shader_state() local
280 first_pass = true; in virgl_encode_shader_state()
284 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0); in virgl_encode_shader_state()
293 if (first_pass) in virgl_encode_shader_state()
300 virgl_emit_shader_streamout(ctx, first_pass ? so_info : NULL); in virgl_encode_shader_state()
305 first_pass = false; in virgl_encode_shader_state()
/external/mesa3d/src/compiler/glsl/
Dast_type.cpp794 bool first_pass = true; in process_qualifier_constant() local
824 if (!first_pass && *value != const_int->value.u[0]) { in process_qualifier_constant()
831 first_pass = false; in process_qualifier_constant()
/external/python/cpython2/Lib/
Dmailbox.py1427 first_pass = True
1432 if first_pass:
1433 first_pass = False
/external/libvpx/libvpx/vp8/common/x86/
Dsubpixel_ssse3.asm898 cmp rax, 0 ; skip first_pass filter if xoffset=0
1194 cmp rax, 0 ; skip first_pass filter if xoffset=0
Dsubpixel_sse2.asm987 cmp rax, 0 ;skip first_pass filter if xoffset=0