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_bo_unmap
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_program_cache.c
153
crocus_bo_unmap
(ice->shaders.cache_bo);
in crocus_cache_new_bo()
306
crocus_bo_unmap
(ice->shaders.cache_bo);
in crocus_destroy_program_cache()
H
A
D
crocus_bufmgr.h
248
static inline int
crocus_bo_unmap
(struct crocus_bo *bo) { return 0; }
in crocus_bo_unmap()
function
H
A
D
crocus_context.c
66
crocus_bo_unmap
(ice->workaround_bo);
in crocus_init_identifier_bo()
H
A
D
crocus_batch.c
840
crocus_bo_unmap
(batch->command.bo);
in submit_batch()
841
crocus_bo_unmap
(batch->state.bo);
in submit_batch()
H
A
D
crocus_monitor.c
192
perf_cfg->vtbl.bo_unmap = (bo_unmap_t)
crocus_bo_unmap
;
in crocus_monitor_init_metrics()
H
A
D
crocus_resource.c
580
crocus_bo_unmap
(res->aux.bo);
in crocus_resource_init_aux_buf()
Completed in 8 milliseconds