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:is_cpu
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_screen.c
643
if (!screen->
is_cpu
&&
in zink_get_param()
697
return !screen->
is_cpu
;
in zink_get_param()
1313
bool
is_cpu
= false;
in choose_pdev()
local
1317
return
is_cpu
;
in choose_pdev()
1366
is_cpu
= cur_prio == prio_map[VK_PHYSICAL_DEVICE_TYPE_CPU];
in choose_pdev()
1367
if (cpu !=
is_cpu
)
in choose_pdev()
1386
return
is_cpu
;
in choose_pdev()
2189
screen->
is_cpu
= choose_pdev(screen);
in zink_internal_create_screen()
2335
screen->driconf.inline_uniforms = debug_get_bool_option("ZINK_INLINE_UNIFORMS", screen->
is_cpu
);
in zink_internal_create_screen()
H
A
D
zink_screen.h
106
bool
is_cpu
;
member
H
A
D
zink_program.c
109
if (zs->can_inline && (screen->
is_cpu
|| prog->inlined_variant_count[pstage] < ZINK_MAX_INLINED_VARIANTS))
in get_shader_module_for_stage()
300
if (screen->
is_cpu
|| comp->inlined_variant_count < ZINK_MAX_INLINED_VARIANTS)
in update_cs_shader_module()
H
A
D
zink_kopper.c
863
return screen->
is_cpu
;
in zink_kopper_is_cpu()
H
A
D
zink_compiler.c
2789
if (!screen->info.have_EXT_shader_atomic_float && !screen->
is_cpu
&& !warned) {
in scan_nir()
Completed in 23 milliseconds