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:vn_feedback_slot
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_feedback.h
36
struct
vn_feedback_slot
{
struct
65
struct
vn_feedback_slot
*
71
struct
vn_feedback_slot
*slot);
74
vn_feedback_get_status(struct
vn_feedback_slot
*slot)
in vn_feedback_get_status()
80
vn_feedback_reset_status(struct
vn_feedback_slot
*slot)
in vn_feedback_reset_status()
89
vn_feedback_set_status(struct
vn_feedback_slot
*slot, VkResult status)
in vn_feedback_set_status()
97
vn_feedback_get_counter(struct
vn_feedback_slot
*slot)
in vn_feedback_get_counter()
104
vn_feedback_set_counter(struct
vn_feedback_slot
*slot, uint64_t counter)
in vn_feedback_set_counter()
119
struct
vn_feedback_slot
*slot,
H
A
D
vn_feedback.c
179
list_for_each_entry_safe(struct
vn_feedback_slot
, slot, &pool->free_slots,
in vn_feedback_pool_fini()
213
struct
vn_feedback_slot
*
223
struct
vn_feedback_slot
*slot;
in vn_feedback_pool_alloc()
228
list_first_entry(&pool->free_slots, struct
vn_feedback_slot
, head);
in vn_feedback_pool_alloc()
261
struct
vn_feedback_slot
*slot)
in vn_feedback_pool_free()
284
struct
vn_feedback_slot
*slot = ev->feedback_slot;
in vn_feedback_event_cmd_record()
328
struct
vn_feedback_slot
*slot)
in vn_feedback_fence_cmd_record()
390
struct
vn_feedback_slot
*slot,
in vn_feedback_fence_cmd_alloc()
H
A
D
vn_queue.h
55
struct
vn_feedback_slot
*slot;
88
struct
vn_feedback_slot
*feedback_slot;
H
A
D
vn_queue.c
537
struct
vn_feedback_slot
*slot;
in vn_fence_feedback_init()
1224
struct
vn_feedback_slot
*slot;
in vn_event_feedback_init()
Completed in 4 milliseconds