Flutter Engine
The Flutter Engine
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
[
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Properties
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
y
Enumerator
b
c
d
e
f
g
h
k
l
m
n
p
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
third_party
skia
src
gpu
ganesh
d3d
GrD3DPipelineStateDataManager.h
Go to the documentation of this file.
1
/*
2
* Copyright 2020 Google LLC
3
*
4
* Use of this source code is governed by a BSD-style license that can be
5
* found in the LICENSE file.
6
*/
7
8
#ifndef GrD3DPipelineStateDataManager_DEFINED
9
#define GrD3DPipelineStateDataManager_DEFINED
10
11
#include "
src/gpu/ganesh/GrUniformDataManager.h
"
12
13
#include "
include/gpu/d3d/GrD3DTypes.h
"
14
#include "
src/gpu/ganesh/GrSPIRVUniformHandler.h
"
15
16
class
GrD3DConstantRingBuffer;
17
class
GrD3DGpu
;
18
19
class
GrD3DPipelineStateDataManager
:
public
GrUniformDataManager
{
20
public
:
21
typedef
GrSPIRVUniformHandler::UniformInfoArray
UniformInfoArray
;
22
23
GrD3DPipelineStateDataManager
(
const
UniformInfoArray
&,
24
uint32_t uniformSize);
25
26
D3D12_GPU_VIRTUAL_ADDRESS
uploadConstants
(
GrD3DGpu
* gpu);
27
28
private
:
29
D3D12_GPU_VIRTUAL_ADDRESS fConstantBufferAddress;
30
31
using
INHERITED
=
GrUniformDataManager
;
32
};
33
34
#endif
GrD3DTypes.h
GrSPIRVUniformHandler.h
GrUniformDataManager.h
GrD3DGpu
Definition:
GrD3DGpu.h:28
GrD3DPipelineStateDataManager
Definition:
GrD3DPipelineStateDataManager.h:19
GrD3DPipelineStateDataManager::GrD3DPipelineStateDataManager
GrD3DPipelineStateDataManager(const UniformInfoArray &, uint32_t uniformSize)
Definition:
GrD3DPipelineStateDataManager.cpp:13
GrD3DPipelineStateDataManager::uploadConstants
D3D12_GPU_VIRTUAL_ADDRESS uploadConstants(GrD3DGpu *gpu)
Definition:
GrD3DPipelineStateDataManager.cpp:33
GrD3DPipelineStateDataManager::UniformInfoArray
GrSPIRVUniformHandler::UniformInfoArray UniformInfoArray
Definition:
GrD3DPipelineStateDataManager.h:21
GrUniformDataManager
Definition:
GrUniformDataManager.h:23
GrUniformDataManager::GrUniformDataManager
GrUniformDataManager(uint32_t uniformCount, uint32_t uniformSize)
Definition:
GrUniformDataManager.cpp:19
SkTBlockList< SPIRVUniformInfo >
Generated on Sun Jun 23 2024 21:56:17 for Flutter Engine by
1.9.4