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:HeapPool
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/src/gpu/d3d/
H
A
D
GrD3DCpuDescriptorManager.h
77
class
HeapPool
{
class in GrD3DCpuDescriptorManager
79
HeapPool
(GrD3DGpu*, D3D12_DESCRIPTOR_HEAP_TYPE);
90
HeapPool
fRTVDescriptorPool;
91
HeapPool
fDSVDescriptorPool;
92
HeapPool
fShaderViewDescriptorPool;
93
HeapPool
fSamplerDescriptorPool;
H
A
D
GrD3DDescriptorTableManager.cpp
81
GrD3DDescriptorTableManager::
HeapPool
::
HeapPool
(GrD3DGpu* gpu, D3D12_DESCRIPTOR_HEAP_TYPE heapType)
in HeapPool()
function in GrD3DDescriptorTableManager::HeapPool
88
sk_sp<GrD3DDescriptorTable> GrD3DDescriptorTableManager::
HeapPool
::allocateTable(
in allocateTable()
116
GrD3DDescriptorTableManager::
HeapPool
::currentDescriptorHeap() {
in currentDescriptorHeap()
121
void GrD3DDescriptorTableManager::
HeapPool
::prepForSubmit(GrD3DGpu* gpu) {
in prepForSubmit()
135
void GrD3DDescriptorTableManager::
HeapPool
::recycle(sk_sp<Heap> heap) {
in recycle()
H
A
D
GrD3DDescriptorTableManager.h
102
class
HeapPool
{
class in GrD3DDescriptorTableManager
104
HeapPool
(GrD3DGpu*, D3D12_DESCRIPTOR_HEAP_TYPE);
121
HeapPool
fShaderViewDescriptorPool;
122
HeapPool
fSamplerDescriptorPool;
H
A
D
GrD3DCpuDescriptorManager.cpp
150
GrD3DCpuDescriptorManager::
HeapPool
::
HeapPool
(GrD3DGpu* gpu, D3D12_DESCRIPTOR_HEAP_TYPE heapType)
in HeapPool()
function in GrD3DCpuDescriptorManager::HeapPool
158
GrD3DDescriptorHeap::CPUHandle GrD3DCpuDescriptorManager::
HeapPool
::allocateHandle(
in allocateHandle()
181
void GrD3DCpuDescriptorManager::
HeapPool
::releaseHandle(
in releaseHandle()
Completed in 2 milliseconds