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:iris_bo_is_real
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_bufmgr.c
266
assert(
iris_bo_is_real
(bo));
in find_and_ref_external_bo()
440
assert(
iris_bo_is_real
(bo));
in iris_bo_busy_gem()
537
assert(
iris_bo_is_real
(bo));
in iris_bo_madvise()
567
assert(
iris_bo_is_real
(bo));
in bo_unmap()
882
assert(
iris_bo_is_real
(cur));
in alloc_bo_from_cache()
1312
assert(
iris_bo_is_real
(bo));
in bo_close()
1370
assert(
iris_bo_is_real
(bo));
in bo_free()
1457
assert(
iris_bo_is_real
(bo));
in bo_unreference_final()
1545
assert(
iris_bo_is_real
(bo));
in iris_bo_gem_mmap_legacy()
1571
assert(
iris_bo_is_real
(b
in iris_bo_gem_mmap_offset()
[all...]
H
A
D
iris_bufmgr.h
390
iris_bo_is_real
(struct iris_bo *bo)
in iris_bo_is_real()
function
402
if (!
iris_bo_is_real
(bo))
in iris_get_backing_bo()
406
assert(
iris_bo_is_real
(bo));
in iris_get_backing_bo()
H
A
D
iris_resource.c
1566
assert(
iris_bo_is_real
(new_res->bo));
in iris_reallocate_resource_inplace()
1636
if (
iris_bo_is_real
(res->bo))
in iris_resource_disable_suballoc_on_first_query()
1714
assert(
iris_bo_is_real
(bo));
in iris_resource_get_param()
1801
assert(
iris_bo_is_real
(res->bo));
in iris_resource_get_handle()
H
A
D
iris_screen.c
758
assert(
iris_bo_is_real
(screen->workaround_bo));
in iris_init_identifier_bo()
Completed in 10 milliseconds