HomeSort by relevance Sort by last modified time
    Searched refs:x86_target_caps (Results 1 - 2 of 2) 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)
397 else if(!(x86_target_caps(p->func) & X86_SSE))
484 if((x86_target_caps(p->func) & X86_SSE) && (0
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 149 static INLINE unsigned x86_target_caps( struct x86_function* p ) function

Completed in 38 milliseconds