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:scissors_dirty
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state_validate.c
197
nv50->
scissors_dirty
= (1 << NV50_MAX_VIEWPORTS) - 1;
in nv50_validate_scissor()
202
nv50->
scissors_dirty
= (1 << NV50_MAX_VIEWPORTS) - 1;
in nv50_validate_scissor()
208
if (!(nv50->
scissors_dirty
& (1 << i)) &&
in nv50_validate_scissor()
244
nv50->
scissors_dirty
= 0;
in nv50_validate_scissor()
461
ctx_to->
scissors_dirty
= ~0;
in nv50_switch_pipe_context()
H
A
D
nv50_context.h
202
unsigned
scissors_dirty
;
member
H
A
D
nv50_surface.c
309
nv50->
scissors_dirty
|= 1;
in nv50_clear_render_target()
408
nv50->
scissors_dirty
|= 1;
in nv50_clear_depth_stencil()
785
nv50->
scissors_dirty
|= 1;
in nv50_clear_buffer()
1364
nv50->
scissors_dirty
|= 1;
in nv50_blitctx_post_blit()
H
A
D
nv50_state.c
1030
nv50->
scissors_dirty
|= 1 << (start_slot + i);
in nv50_set_scissor_states()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_state_validate.c
369
nvc0->
scissors_dirty
= (1 << NVC0_MAX_VIEWPORTS) - 1;
in nvc0_validate_scissor()
375
if (!(nvc0->
scissors_dirty
& (1 << i)))
in nvc0_validate_scissor()
387
nvc0->
scissors_dirty
= 0;
in nvc0_validate_scissor()
882
ctx_to->
scissors_dirty
= ~0;
in nvc0_switch_pipe_context()
H
A
D
nvc0_context.h
246
unsigned
scissors_dirty
;
member
H
A
D
nvc0_state.c
953
nvc0->
scissors_dirty
|= 1 << (start_slot + i);
in nvc0_set_scissor_states()
H
A
D
nvc0_surface.c
1189
nvc0->
scissors_dirty
|= 1;
in nvc0_blitctx_post_blit()
Completed in 14 milliseconds