OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_sse
(Results
1 - 19
of
19
) sorted by null
/external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_cpu.c
46
return !debug_get_option_nosse() && get_cpu_caps()->
has_sse
;
rtasm_x86sse.c
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_math.c
93
if (util_cpu_caps.
has_sse
) {
111
if (util_cpu_caps.
has_sse
) {
133
if (util_cpu_caps.
has_sse
) {
u_cpu_detect.h
59
unsigned
has_sse
:1;
member in struct:util_cpu_caps
u_cpu_detect.c
422
util_cpu_caps.
has_sse
= (regs2[3] >> 25) & 1; /* 0x2000000 */
434
util_cpu_caps.has_mmx2 = util_cpu_caps.
has_sse
; /* SSE cpus supports mmxext too */
498
if (!util_cpu_caps.
has_sse
) {
525
debug_printf("util_cpu_caps.
has_sse
= %u\n", util_cpu_caps.
has_sse
);
/external/virglrenderer/src/gallium/auxiliary/util/
u_math.c
93
if (util_cpu_caps.
has_sse
) {
111
if (util_cpu_caps.
has_sse
) {
133
if (util_cpu_caps.
has_sse
) {
u_cpu_detect.h
59
unsigned
has_sse
:1;
member in struct:util_cpu_caps
u_cpu_detect.c
362
util_cpu_caps.
has_sse
= (regs2[3] >> 25) & 1; /* 0x2000000 */
373
util_cpu_caps.has_mmx2 = util_cpu_caps.
has_sse
; /* SSE cpus supports mmxext too */
416
if (!util_cpu_caps.
has_sse
) {
439
debug_printf("util_cpu_caps.
has_sse
= %u\n", util_cpu_caps.
has_sse
);
/external/libchrome/base/
cpu.h
42
bool
has_sse
() const { return has_sse_; }
function in class:base::final
cpu_unittest.cc
26
ASSERT_TRUE(cpu.
has_sse
());
cpu.cc
238
if (
has_sse
()) return SSE;
/external/v8/src/base/
cpu.h
88
bool
has_sse
() const { return has_sse_; }
function in class:v8::base::final
/external/mesa3d/src/gallium/tests/unit/
translate_test.c
82
util_cpu_caps.
has_sse
= 0;
90
if(!util_cpu_caps.
has_sse
|| !rtasm_cpu_has_sse())
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c
385
if (util_cpu_caps.
has_sse
) {
lp_bld_depth.c
438
if(util_cpu_caps.
has_sse
&& type.length == 4) {
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c
105
if (type.floating && util_cpu_caps.
has_sse
) {
218
if (util_cpu_caps.
has_sse
&& type.floating &&
323
if (type.floating && util_cpu_caps.
has_sse
) {
431
if (util_cpu_caps.
has_sse
&& type.floating &&
[
all
...]
lp_bld_misc.cpp
583
MAttrs.push_back(util_cpu_caps.
has_sse
? "+sse" : "-sse" );
lp_bld_sample.c
[
all
...]
/external/speex/
configure
[
all
...]
Completed in 494 milliseconds