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:has_exec_async
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libdrm/intel/
H
A
D
intel_bufmgr_gem.c
147
unsigned int
has_exec_async
: 1;
member
2761
return bufmgr_gem->
has_exec_async
;
in drm_intel_bufmgr_gem_can_disable_implicit_sync()
3634
bufmgr_gem->
has_exec_async
= ret == 0;
in drm_intel_bufmgr_gem_init()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_allocator.c
1602
if (!(alloc_flags & ANV_BO_ALLOC_IMPLICIT_SYNC) && pdevice->
has_exec_async
)
in anv_bo_alloc_flags_to_bo_flags()
H
A
D
anv_private.h
992
bool
has_exec_async
;
member
H
A
D
anv_device.c
854
device->
has_exec_async
= anv_gem_get_param(fd, I915_PARAM_HAS_EXEC_ASYNC);
in anv_physical_device_try_create()
Completed in 21 milliseconds