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:last_dt_idx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_kopper.c
733
res->obj->
last_dt_idx
= cpi->image = res->obj->dt_idx;
in zink_kopper_present_queue()
778
uint32_t
last_dt_idx
= res->obj->
last_dt_idx
;
in zink_kopper_acquire_readback()
local
781
if (res->obj->
last_dt_idx
== UINT32_MAX ||
in zink_kopper_acquire_readback()
784
while (res->obj->dt_idx !=
last_dt_idx
) {
in zink_kopper_acquire_readback()
808
if (res->obj->
last_dt_idx
== UINT32_MAX)
in zink_kopper_present_readback()
H
A
D
zink_resource.h
91
uint32_t
last_dt_idx
;
member
H
A
D
zink_screen.c
1445
if (!zink_is_swapchain(res) || (!zink_kopper_acquired(res->obj->dt, res->obj->dt_idx) && res->obj->
last_dt_idx
== UINT32_MAX))
in zink_flush_frontbuffer()
1461
assert(res->obj->
last_dt_idx
!= UINT32_MAX);
in zink_flush_frontbuffer()
1462
if (!zink_kopper_last_present_eq(res->obj->dt, res->obj->
last_dt_idx
)) {
in zink_flush_frontbuffer()
H
A
D
zink_resource.c
556
obj->
last_dt_idx
= obj->dt_idx = UINT32_MAX; //TODO: unionize
in resource_object_create()
Completed in 9 milliseconds