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:crocus_fine_fence
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_fine_fence.h
46
struct
crocus_fine_fence
{
struct
71
* when creating this fence. The
crocus_fine_fence
is 'signaled' when *@map
79
struct
crocus_fine_fence
*crocus_fine_fence_new(struct crocus_batch *batch,
83
struct
crocus_fine_fence
*sq);
87
struct
crocus_fine_fence
**dst,
in crocus_fine_fence_reference()
88
struct
crocus_fine_fence
*src)
in crocus_fine_fence_reference()
102
crocus_fine_fence_signaled(const struct
crocus_fine_fence
*sq)
in crocus_fine_fence_signaled()
H
A
D
crocus_fine_fence.c
2
#include "
crocus_fine_fence
.h"
41
struct
crocus_fine_fence
*fine)
in crocus_fine_fence_destroy()
48
struct
crocus_fine_fence
*
51
struct
crocus_fine_fence
*fine = calloc(1, sizeof(*fine));
in crocus_fine_fence_new()
H
A
D
crocus_fence.c
167
struct
crocus_fine_fence
*fine[CROCUS_BATCH_COUNT];
239
struct
crocus_fine_fence
*fine =
in crocus_fence_flush()
270
struct
crocus_fine_fence
*fine = fence->fine[i];
in crocus_fence_await()
336
struct
crocus_fine_fence
*fine = fence->fine[i];
in crocus_fence_finish()
352
struct
crocus_fine_fence
*fine = fence->fine[i];
in crocus_fence_finish()
434
struct
crocus_fine_fence
*fine = fence->fine[i];
in crocus_fence_get_fd()
502
struct
crocus_fine_fence
*fine = calloc(1, sizeof(*fine));
in crocus_fence_create_fd()
511
/* Fences work in terms of
crocus_fine_fence
, but we don't actually have a
in crocus_fence_create_fd()
544
struct
crocus_fine_fence
*fine = fence->fine[i];
in crocus_fence_signal()
H
A
D
crocus_batch.h
37
#include "
crocus_fine_fence
.h"
147
struct
crocus_fine_fence
*last_fence;
H
A
D
crocus_batch.c
735
struct
crocus_fine_fence
*sq = crocus_fine_fence_new(batch, CROCUS_FENCE_END);
in finish_seqno()
Completed in 4 milliseconds