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

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ_block.cc 44 bool have_sse2 = WebRtc_GetCPUInfo(kSSE2) != 0;
46 if (have_sse2 && kBlockSize == 32) {
48 } else if (have_sse2 && kBlockSize == 16) {
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_sse.c 61 GLboolean have_sse2; member in struct:x86_program
277 if (p->have_sse2) {
657 p.have_sse2 = cpu_has_xmm2;
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 61 GLboolean have_sse2; member in struct:x86_program
277 if (p->have_sse2) {
657 p.have_sse2 = cpu_has_xmm2;
  /external/valgrind/main/coregrind/
m_machine.c 716 { Bool have_sse1, have_sse2, have_cx8, have_lzcnt, have_mmxext; local
744 have_sse2 = (edx & (1<<26)) != 0; /* True => have sse2 insns */
777 if (have_sse2 && have_sse1 && have_mmxext) {
    [all...]

Completed in 510 milliseconds