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
586 std::vector<D3DInterfaceBlock> mD3DShaderStorageBlocks;
DProgramD3D.cpp369 D3DInterfaceBlock::D3DInterfaceBlock() in D3DInterfaceBlock() function in rx::D3DInterfaceBlock
374 D3DInterfaceBlock::D3DInterfaceBlock(const D3DInterfaceBlock &other) = default;
1044 D3DInterfaceBlock shaderStorageBlock; in load()
1370 for (const D3DInterfaceBlock &shaderStorageBlock : mD3DShaderStorageBlocks) in save()
2181 D3DInterfaceBlock d3dShaderStorageBlock; in initializeShaderStorageBlocks()