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:TYPE_ALLOCATION
(Results
1 - 5
of
5
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkAllocationCallbackUtil.cpp
134
record.type =
TYPE_ALLOCATION
;
in allocation()
349
if (record.type == AllocationCallbackRecord::
TYPE_ALLOCATION
)
in getAlignment()
377
const VkSystemAllocationScope* const scopePtr = record.type == AllocationCallbackRecord::
TYPE_ALLOCATION
? &record.data.allocation.scope
in validateAllocationCallbacks()
388
if (record.type == AllocationCallbackRecord::
TYPE_ALLOCATION
||
in validateAllocationCallbacks()
398
case AllocationCallbackRecord::
TYPE_ALLOCATION
:
in validateAllocationCallbacks()
598
const VkSystemAllocationScope scope = record.type == AllocationCallbackRecord::
TYPE_ALLOCATION
? record.data.allocation.scope
in checkAndLog()
656
DE_ASSERT(alloc->type == AllocationCallbackRecord::
TYPE_ALLOCATION
||
in getLiveSystemAllocationTotal()
659
const size_t size = (alloc->type == AllocationCallbackRecord::
TYPE_ALLOCATION
? alloc->data.allocation.size : alloc->data.reallocation.size);
in getLiveSystemAllocationTotal()
660
const size_t alignment = (alloc->type == AllocationCallbackRecord::
TYPE_ALLOCATION
? alloc->data.allocation.alignment : alloc->data.reallocation.alignment);
in getLiveSystemAllocationTotal()
678
case AllocationCallbackRecord::
TYPE_ALLOCATION
in operator <<()
[all...]
H
A
D
vkAllocationCallbackUtil.hpp
63
TYPE_ALLOCATION
= 0, //! Call to pfnAllocation
enumerator
/third_party/skia/third_party/vulkanmemoryallocator/include/
H
A
D
vk_mem_alloc.h
6713
TYPE_ALLOCATION
,
enumerator
6747
// Number of nodes in the tree with type ==
TYPE_ALLOCATION
.
11952
currNode->type = Node::
TYPE_ALLOCATION
;
in Alloc()
11984
case Node::
TYPE_ALLOCATION
:
in ValidateNode()
12053
VMA_ASSERT(node != VMA_NULL && node->type == Node::
TYPE_ALLOCATION
);
in FreeAtOffset()
12091
case Node::
TYPE_ALLOCATION
:
in CalcAllocationStatInfoNode()
12184
case Node::
TYPE_ALLOCATION
:
in PrintDetailedMapNode()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiDeviceInitializationTests.cpp
622
case AllocationCallbackRecord::
TYPE_ALLOCATION
:
in enumerateDevicesAllocLeakTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiDeviceInitializationTests.cpp
622
case AllocationCallbackRecord::
TYPE_ALLOCATION
:
in enumerateDevicesAllocLeakTest()
Completed in 33 milliseconds