Searched refs:D3DInterfaceBlock (Results 1 – 2 of 2) sorted by relevance
86 struct D3DInterfaceBlock struct88 D3DInterfaceBlock();89 D3DInterfaceBlock(const D3DInterfaceBlock &other);99 struct D3DUniformBlock : D3DInterfaceBlock argument600 std::vector<D3DInterfaceBlock> mD3DShaderStorageBlocks;
371 D3DInterfaceBlock::D3DInterfaceBlock() in D3DInterfaceBlock() function in rx::D3DInterfaceBlock376 D3DInterfaceBlock::D3DInterfaceBlock(const D3DInterfaceBlock &other) = default;1055 D3DInterfaceBlock shaderStorageBlock; in load()1389 for (const D3DInterfaceBlock &shaderStorageBlock : mD3DShaderStorageBlocks) in save()2239 D3DInterfaceBlock d3dShaderStorageBlock; in initializeShaderStorageBlocks()