Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:has_sse4_1
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/tests/unit/
H
A
D
translate_test.c
84
util_cpu_caps.
has_sse4_1
= 0;
in main()
96
util_cpu_caps.
has_sse4_1
= 0;
in main()
107
util_cpu_caps.
has_sse4_1
= 0;
in main()
117
util_cpu_caps.
has_sse4_1
= 0;
in main()
122
if(!util_get_cpu_caps()->
has_sse4_1
|| !rtasm_cpu_has_sse())
in main()
/third_party/mesa3d/src/util/
H
A
D
u_cpu_detect.h
101
unsigned
has_sse4_1
:1;
member
H
A
D
u_cpu_detect.c
725
util_cpu_caps.
has_sse4_1
= (regs2[2] >> 19) & 1;
in util_cpu_detect_once()
801
util_cpu_caps.
has_sse4_1
= 0;
in util_cpu_detect_once()
837
printf("util_cpu_caps.
has_sse4_1
= %u\n", util_cpu_caps.
has_sse4_1
);
in util_cpu_detect_once()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_init.c
450
util_cpu_caps.
has_sse4_1
= 0;
in lp_build_init()
H
A
D
lp_bld_misc.cpp
410
MAttrs.push_back(util_get_cpu_caps()->
has_sse4_1
? "+sse4.1" : "-sse4.1");
in lp_build_create_jit_compiler_for_module()
H
A
D
lp_bld_logic.c
353
else if (((util_get_cpu_caps()->
has_sse4_1
&&
in lp_build_select()
H
A
D
lp_bld_pack.c
599
if (util_get_cpu_caps()->
has_sse4_1
) {
in lp_build_pack2()
H
A
D
lp_bld_arit.c
1034
util_get_cpu_caps()->
has_sse4_1
)) {
in lp_build_mul_32_lohi_cpu()
1860
if ((util_get_cpu_caps()->
has_sse4_1
&&
in arch_rounding_available()
1981
if (util_get_cpu_caps()->
has_sse4_1
|| util_get_cpu_caps()->has_neon ||
in lp_build_round_arch()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H
A
D
rtasm_x86sse.c
2173
if(util_get_cpu_caps()->
has_sse4_1
)
in x86_init_func_common()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_resource.c
1543
util_get_cpu_caps()->
has_sse4_1
? ISL_MEMCPY_STREAMING_LOAD :
in crocus_map_tiled_memcpy()
Completed in 18 milliseconds