Home
last modified time | relevance | path

Searched refs:D3DInterfaceBlock (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h86 struct D3DInterfaceBlock struct
88 D3DInterfaceBlock();
89 D3DInterfaceBlock(const D3DInterfaceBlock &other);
99 struct D3DUniformBlock : D3DInterfaceBlock argument
600 std::vector<D3DInterfaceBlock> mD3DShaderStorageBlocks;
DProgramD3D.cpp371 D3DInterfaceBlock::D3DInterfaceBlock() in D3DInterfaceBlock() function in rx::D3DInterfaceBlock
376 D3DInterfaceBlock::D3DInterfaceBlock(const D3DInterfaceBlock &other) = default;
1055 D3DInterfaceBlock shaderStorageBlock; in load()
1389 for (const D3DInterfaceBlock &shaderStorageBlock : mD3DShaderStorageBlocks) in save()
2239 D3DInterfaceBlock d3dShaderStorageBlock; in initializeShaderStorageBlocks()