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:vmaDefragment
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/vk/
H
A
D
GrVkAMDMemoryAllocator.h
70
void
vmaDefragment
() override;
H
A
D
GrVkGpu.h
208
void
vmaDefragment
() override { fMemoryAllocatorCacheImage->
vmaDefragment
(); }
H
A
D
GrVkAMDMemoryAllocator.cpp
436
void GrVkAMDMemoryAllocator::
vmaDefragment
()
in vmaDefragment()
function in GrVkAMDMemoryAllocator
455
SkDebugf("GrVkAMDMemoryAllocator::
vmaDefragment
() before: %s",
in vmaDefragment()
457
HITRACE_OHOS_NAME_FMT_ALWAYS("GrVkAMDMemoryAllocator::
vmaDefragment
() before: %s", debugInfo.c_str());
in vmaDefragment()
467
SkDebugf("GrVkAMDMemoryAllocator::
vmaDefragment
() after: %s",
in vmaDefragment()
469
HITRACE_OHOS_NAME_FMT_ALWAYS("GrVkAMDMemoryAllocator::
vmaDefragment
() after: %s", debugInfo.c_str());
in vmaDefragment()
/third_party/skia/include/gpu/vk/
H
A
D
GrVkMemoryAllocator.h
138
virtual void
vmaDefragment
() {}
in vmaDefragment()
function in GrVkMemoryAllocator
/third_party/skia/src/gpu/
H
A
D
GrGpu.h
679
virtual void
vmaDefragment
() {}
in vmaDefragment()
function in GrGpu
H
A
D
GrDirectContext.cpp
590
void GrDirectContext::
vmaDefragment
()
in vmaDefragment()
function in GrDirectContext
593
fGpu->
vmaDefragment
();
in vmaDefragment()
/third_party/skia/include/gpu/
H
A
D
GrDirectContext.h
878
void
vmaDefragment
();
/third_party/skia/third_party/vulkanmemoryallocator/include/
H
A
D
vk_mem_alloc.h
3092
It can change after call to
vmaDefragment
() if this allocation is passed to the function, or if allocation is lost.
3099
It can change after call to
vmaDefragment
() if this allocation is passed to the function, or if allocation is lost.
3113
It can also change after call to
vmaDefragment
() if this allocation is passed to the function.
3599
/** \brief Deprecated. Optional configuration parameters to be passed to function
vmaDefragment
().
3616
/** \brief Statistics returned by function
vmaDefragment
(). */
3636
Use this function instead of old, deprecated
vmaDefragment
().
3722
VMA_CALL_PRE VkResult VMA_CALL_POST
vmaDefragment
(
19019
VMA_CALL_PRE VkResult VMA_CALL_POST
vmaDefragment
(
Completed in 35 milliseconds