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:ctx_to
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state_validate.c
449
nv50_switch_pipe_context(struct nv50_context *
ctx_to
)
in nv50_switch_pipe_context()
argument
451
struct nv50_context *ctx_from =
ctx_to
->screen->cur_ctx;
in nv50_switch_pipe_context()
454
ctx_to
->state = ctx_from->state;
in nv50_switch_pipe_context()
456
ctx_to
->state =
ctx_to
->screen->save_state;
in nv50_switch_pipe_context()
458
ctx_to
->dirty_3d = ~0;
in nv50_switch_pipe_context()
459
ctx_to
->dirty_cp = ~0;
in nv50_switch_pipe_context()
460
ctx_to
->viewports_dirty = ~0;
in nv50_switch_pipe_context()
461
ctx_to
->scissors_dirty = ~0;
in nv50_switch_pipe_context()
463
ctx_to
in nv50_switch_pipe_context()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_state_validate.c
869
nvc0_switch_pipe_context(struct nvc0_context *
ctx_to
)
in nvc0_switch_pipe_context()
argument
871
struct nvc0_context *ctx_from =
ctx_to
->screen->cur_ctx;
in nvc0_switch_pipe_context()
875
ctx_to
->state = ctx_from->state;
in nvc0_switch_pipe_context()
877
ctx_to
->state =
ctx_to
->screen->save_state;
in nvc0_switch_pipe_context()
879
ctx_to
->dirty_3d = ~0;
in nvc0_switch_pipe_context()
880
ctx_to
->dirty_cp = ~0;
in nvc0_switch_pipe_context()
881
ctx_to
->viewports_dirty = ~0;
in nvc0_switch_pipe_context()
882
ctx_to
->scissors_dirty = ~0;
in nvc0_switch_pipe_context()
885
ctx_to
in nvc0_switch_pipe_context()
[all...]
Completed in 2 milliseconds