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:mem_cache
(Results
1 - 8
of
8
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
linux-pid-attach.c
133
struct __libdwfl_remote_mem_cache *
mem_cache
= pid_arg->
mem_cache
;
in read_cached_memory()
local
134
if (
mem_cache
== NULL)
in read_cached_memory()
137
mem_cache
= malloc (mem_cache_size);
in read_cached_memory()
138
if (
mem_cache
== NULL)
in read_cached_memory()
141
mem_cache
->addr = 0;
in read_cached_memory()
142
mem_cache
->len = 0;
in read_cached_memory()
143
pid_arg->
mem_cache
=
mem_cache
;
in read_cached_memory()
147
if (addr >=
mem_cache
in read_cached_memory()
185
struct __libdwfl_remote_
mem_cache
*
mem_cache
= pid_arg->
mem_cache
;
clear_cached_memory()
local
[all...]
H
A
D
libdwflP.h
428
struct __libdwfl_remote_mem_cache *
mem_cache
;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline_cache.c
322
cache = device->
mem_cache
;
in radv_create_shaders_from_pipeline_cache()
364
cache != device->
mem_cache
)
in radv_create_shaders_from_pipeline_cache()
430
if (device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE && cache == device->
mem_cache
)
in radv_create_shaders_from_pipeline_cache()
452
cache = device->
mem_cache
;
in radv_pipeline_cache_insert_shaders()
537
if (device->instance->debug_flags & RADV_DEBUG_NO_MEMORY_CACHE && cache == device->
mem_cache
) {
in radv_pipeline_cache_insert_shaders()
H
A
D
radv_private.h
838
struct radv_pipeline_cache *
mem_cache
;
H
A
D
radv_device.c
3692
device->
mem_cache
= radv_pipeline_cache_from_handle(pc);
in radv_CreateDevice()
3810
VkPipelineCache pc = radv_pipeline_cache_to_handle(device->
mem_cache
);
in radv_DestroyDevice()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.h
218
struct vk_pipeline_cache *
mem_cache
;
member
H
A
D
tu_device.c
1945
device->
mem_cache
= vk_pipeline_cache_create(&device->vk, &pcc_info,
in tu_CreateDevice()
1947
if (!device->
mem_cache
) {
in tu_CreateDevice()
2053
vk_pipeline_cache_destroy(device->
mem_cache
, &device->vk.alloc);
in tu_CreateDevice()
2109
vk_pipeline_cache_destroy(device->
mem_cache
, &device->vk.alloc);
in tu_DestroyDevice()
H
A
D
tu_pipeline.c
2849
if (application_cache_hit && builder->cache != builder->device->
mem_cache
) {
in tu_pipeline_builder_compile_shaders()
4008
cache = cache ? cache : dev->
mem_cache
;
in tu_graphics_pipeline_create()
4071
cache = cache ? cache : dev->
mem_cache
;
in tu_compute_pipeline_create()
4115
if (application_cache_hit && cache != dev->
mem_cache
) {
in tu_compute_pipeline_create()
Completed in 27 milliseconds