Searched refs:byteWidth (Results 1 – 5 of 5) sorted by relevance
334 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth);
2508 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth) in InitConstantBufferDesc() argument2510 constantBufferDescription->ByteWidth = static_cast<UINT>(byteWidth); in InitConstantBufferDesc()
3698 context, static_cast<unsigned int>(uniformBufferOffset), cache.byteWidth, in syncUniformBuffersForShader()
117 unsigned int byteWidth; member
2335 cacheUseSB.byteWidth = uniformBlock.mByteWidths[shaderType]; in updateUniformBufferCache()