HomeSort by relevance Sort by last modified time
    Searched refs:first_pass (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
messagequeue.cc 199 bool first_pass = true; local
208 if (first_pass) {
209 first_pass = false;
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.c 252 bool first_pass; local
280 first_pass = true;
284 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0);
293 if (first_pass)
300 virgl_emit_shader_streamout(ctx, first_pass ? so_info : NULL);
305 first_pass = false;
    [all...]
  /external/virglrenderer/tests/
testvirgl_encode.c 244 bool first_pass; local
269 first_pass = true;
273 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0);
282 if (first_pass)
289 virgl_emit_shader_streamout(ctx, first_pass ? &shader->stream_output : NULL);
294 first_pass = false;
    [all...]
  /external/mesa3d/src/compiler/glsl/
ast_type.cpp 852 bool first_pass = true; local
884 if (!first_pass && *value != const_int->value.u[0]) {
891 first_pass = false;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py     [all...]
  /external/python/cpython2/Lib/
mailbox.py     [all...]
  /external/python/cpython3/Lib/
mailbox.py     [all...]
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_ssse3.asm 899 cmp rax, 0 ; skip first_pass filter if xoffset=0
    [all...]

Completed in 2527 milliseconds