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:prefer_nir
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_screen.c
170
if (screen->
prefer_nir
)
in nouveau_disk_cache_create()
205
screen->
prefer_nir
= !debug_get_bool_option("NV50_PROG_USE_TGSI", false);
in nouveau_screen_init()
H
A
D
nouveau_screen.h
74
bool
prefer_nir
;
member
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_extensions.c
177
bool
prefer_nir
= PIPE_SHADER_IR_NIR ==
in st_init_limits()
local
368
if (
prefer_nir
) {
in st_init_limits()
1812
bool
prefer_nir
= PIPE_SHADER_IR_NIR ==
in st_init_extensions()
local
1817
if (
prefer_nir
&&
in st_init_extensions()
1824
if (
prefer_nir
)
in st_init_extensions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_screen.c
279
return class_3d >= NVC0_3D_CLASS || !screen->
prefer_nir
;
in nv50_screen_get_param()
518
return screen->
prefer_nir
? PIPE_SHADER_IR_NIR : PIPE_SHADER_IR_TGSI;
in nv50_screen_get_shader_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_screen.c
354
return screen->
prefer_nir
? 1 : 0;
in nvc0_screen_get_param()
496
return screen->
prefer_nir
? PIPE_SHADER_IR_NIR : PIPE_SHADER_IR_TGSI;
in nvc0_screen_get_shader_param()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_shader.c
3897
bool
prefer_nir
= (preferred_ir == PIPE_SHADER_IR_NIR);
in nine_ureg_create_shader()
local
3898
bool use_nir =
prefer_nir
||
in nine_ureg_create_shader()
3910
prefer_nir
? "NIR" : "TGSI",
in nine_ureg_create_shader()
Completed in 12 milliseconds