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

  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 331 if(x86_target_caps(p->func) & X86_SSE2)
350 if(x86_target_caps(p->func) & X86_SSE2)
511 if(!(x86_target_caps(p->func) & X86_SSE2))
561 if(!(x86_target_caps(p->func) & X86_SSE2))
624 if(!(x86_target_caps(p->func) & X86_SSE2))
703 else if((x86_target_caps(p->func) & X86_SSE2) && input_desc->channel[0].size == 8 && output_desc->channel[0].size == 16
    [all...]
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_x86sse.h 46 #define X86_SSE2 8
rtasm_x86sse.c     [all...]

Completed in 64 milliseconds