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:lastStamp
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/dri/
H
A
D
dri_drawable.c
57
unsigned int
lastStamp
;
in dri_st_framebuffer_validate()
local
70
* dPriv->dri2.stamp is the server stamp. dPriv->
lastStamp
is the
in dri_st_framebuffer_validate()
75
lastStamp
= drawable->dPriv->
lastStamp
;
in dri_st_framebuffer_validate()
76
new_stamp = (drawable->texture_stamp !=
lastStamp
);
in dri_st_framebuffer_validate()
90
drawable->texture_stamp =
lastStamp
;
in dri_st_framebuffer_validate()
93
} while (
lastStamp
!= drawable->dPriv->
lastStamp
);
in dri_st_framebuffer_validate()
236
drawable->texture_stamp = drawable->dPriv->
lastStamp
- 1;
in dri_drawable_validate_att()
H
A
D
dri_util.h
294
unsigned int
lastStamp
;
member
H
A
D
dri_context.c
301
draw->texture_stamp = driDrawPriv->
lastStamp
- 1;
in dri_make_current()
305
read->texture_stamp = driReadPriv->
lastStamp
- 1;
in dri_make_current()
H
A
D
kopper.c
84
drawable->texture_stamp = dPriv->
lastStamp
- 1;
in kopper_invalidate_drawable()
915
drawable->texture_stamp = dPriv->
lastStamp
- 1;
in kopperSwapBuffers()
956
pdraw->
lastStamp
= 0;
in kopperCreateNewDrawable()
969
pdraw->dri2.stamp = pdraw->
lastStamp
+ 1;
in kopperCreateNewDrawable()
H
A
D
dri_util.c
833
pdraw->
lastStamp
= 0;
in driCreateNewDrawable()
845
pdraw->dri2.stamp = pdraw->
lastStamp
+ 1;
in driCreateNewDrawable()
H
A
D
drisw.c
218
drawable->texture_stamp = dPriv->
lastStamp
- 1;
in drisw_invalidate_drawable()
H
A
D
dri2.c
84
drawable->dPriv->
lastStamp
= drawable->dPriv->dri2.stamp;
in dri2_invalidate_drawable()
2225
if (drawable->texture_stamp == drawable->dPriv->
lastStamp
&&
in dri2_set_damage_region()
Completed in 10 milliseconds