Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.h145 static size_t GetShaderConstantsStructSize(gl::ShaderType shaderType);
DStateManager11.cpp314 size_t ShaderConstants11::GetShaderConstantsStructSize(gl::ShaderType shaderType) in GetShaderConstantsStructSize() function in rx::ShaderConstants11
338 return GetShaderConstantsStructSize(shaderType) + in getRequiredBufferSize()
608 const size_t dataSize = GetShaderConstantsStructSize(shaderType); in updateBuffer()