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:cur_ctx
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_context.c
143
if (screen->
cur_ctx
)
in nv50_default_kick_notify()
144
screen->
cur_ctx
->state.flushed = true;
in nv50_default_kick_notify()
187
if (nv50->screen->
cur_ctx
== nv50) {
in nv50_destroy()
188
nv50->screen->
cur_ctx
= NULL;
in nv50_destroy()
354
if (!screen->
cur_ctx
) {
in nv50_create()
359
screen->
cur_ctx
= nv50;
in nv50_create()
H
A
D
nv50_screen.h
63
struct nv50_context *
cur_ctx
;
member
H
A
D
nv50_state_validate.c
451
struct nv50_context *ctx_from = ctx_to->screen->
cur_ctx
;
in nv50_switch_pipe_context()
486
ctx_to->screen->
cur_ctx
= ctx_to;
in nv50_switch_pipe_context()
539
if (nv50->screen->
cur_ctx
!= nv50)
in nv50_state_validate()
H
A
D
nv50_vbo.c
756
nv50_bufctx_fence(screen->
cur_ctx
->bufctx_3d, true);
in nv50_draw_vbo_kick_notify()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_context.c
247
if (nvc0->screen->
cur_ctx
== nvc0) {
in nvc0_destroy()
248
nvc0->screen->
cur_ctx
= NULL;
in nvc0_destroy()
286
if (screen->
cur_ctx
)
in nvc0_default_kick_notify()
287
screen->
cur_ctx
->state.flushed = true;
in nvc0_default_kick_notify()
500
if (!screen->
cur_ctx
) {
in nvc0_create()
502
screen->
cur_ctx
= nvc0;
in nvc0_create()
H
A
D
nvc0_screen.h
72
struct nvc0_context *
cur_ctx
;
member
H
A
D
nvc0_state_validate.c
871
struct nvc0_context *ctx_from = ctx_to->screen->
cur_ctx
;
in nvc0_switch_pipe_context()
910
ctx_to->screen->
cur_ctx
= ctx_to;
in nvc0_switch_pipe_context()
970
if (nvc0->screen->
cur_ctx
!= nvc0)
in nvc0_state_validate()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_screen.h
21
struct nv30_context *
cur_ctx
;
member
H
A
D
nv30_context.c
176
if (nv30->screen->
cur_ctx
== nv30)
in nv30_context_destroy()
177
nv30->screen->
cur_ctx
= NULL;
in nv30_context_destroy()
H
A
D
nv30_state_validate.c
438
struct nv30_context *prev = nv30->screen->
cur_ctx
;
in nv30_state_context_switch()
459
nv30->screen->
cur_ctx
= nv30;
in nv30_state_context_switch()
472
if (nv30->screen->
cur_ctx
!= nv30)
in nv30_state_validate()
Completed in 8 milliseconds