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:queue_data
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/vulkan/overlay-layer/
H
A
D
overlay.cpp
75
struct
queue_data
;
87
struct
queue_data
*graphic_queue;
89
struct
queue_data
**queues;
109
struct list_head link; /* link into
queue_data
::running_command_buffer */
113
struct
queue_data
{
struct
379
static struct
queue_data
*new_queue_data(VkQueue queue,
in new_queue_data()
384
struct
queue_data
*data = rzalloc(device_data, struct
queue_data
);
in new_queue_data()
408
static void destroy_queue(struct
queue_data
*data)
in destroy_queue()
421
data->queues = ralloc_array(data, struct
queue_data
*, dat
in device_map_queues()
1891
struct
queue_data
*
queue_data
= FIND(struct
queue_data
, queue);
overlay_QueuePresentKHR()
local
2421
struct
queue_data
*
queue_data
= FIND(struct
queue_data
, queue);
overlay_QueueSubmit()
local
2461
struct
queue_data
*
queue_data
= FIND(struct
queue_data
, queue);
overlay_QueueSubmit2KHR()
local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_dev.c
1070
if (f->
queue_data
== NULL) {
in usb_poll()
1107
if (f->
queue_data
== NULL) {
in usb_poll()
1295
if (f->
queue_data
== NULL) {
in usb_write()
1600
void *
queue_data
;
in usb_fifo_alloc_buffer()
local
1606
queue_data
= usb_alloc_mbufs(
in usb_fifo_alloc_buffer()
1609
if (
queue_data
== NULL && bufsize != 0 && nbuf != 0)
in usb_fifo_alloc_buffer()
1620
f->
queue_data
=
queue_data
;
in usb_fifo_alloc_buffer()
1635
void *
queue_data
;
in usb_fifo_free_buffer()
local
1640
queue_data
in usb_fifo_free_buffer()
[all...]
H
A
D
usb_dev.h
118
void *
queue_data
;
member
Completed in 6 milliseconds