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:cache_bo
(Results
1 - 4
of
4
) 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()
154
crocus_bo_unreference(ice->shaders.
cache_bo
);
in crocus_cache_new_bo()
155
ice->shaders.
cache_bo
= new_bo;
in crocus_cache_new_bo()
172
if (ice->shaders.cache_next_offset + size > ice->shaders.
cache_bo
->size) {
in crocus_alloc_item_data()
173
uint32_t new_size = ice->shaders.
cache_bo
->size * 2;
in crocus_alloc_item_data()
291
ice->shaders.
cache_bo
=
in crocus_init_program_cache()
294
crocus_bo_map(NULL, ice->shaders.
cache_bo
,
in crocus_init_program_cache()
305
if (ice->shaders.
cache_bo
) {
in crocus_destroy_program_cache()
306
crocus_bo_unmap(ice->shaders.
cache_bo
);
in crocus_destroy_program_cache()
307
crocus_bo_unreference(ice->shaders.
cache_bo
);
in crocus_destroy_program_cache()
[all...]
H
A
D
gen4_blorp_exec.h
42
.buffer = batch->ice->shaders.
cache_bo
,
in instruction_state_address()
H
A
D
crocus_context.h
516
struct crocus_bo *
cache_bo
;
member
H
A
D
crocus_state.c
4868
#define KSP(ice, shader) ro_bo((ice)->shaders.
cache_bo
, (shader)->offset);
5545
sba.InstructionBaseAddress = ro_bo(batch->ice->shaders.
cache_bo
, 0); // TODO!
in crocus_update_surface_base_address()
Completed in 19 milliseconds