Home
last modified time | relevance | path

Searched defs:constantBufferDescription (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp3391 D3D11_BUFFER_DESC constantBufferDescription = {}; in applyDriverUniformsForShader() local
3487 D3D11_BUFFER_DESC constantBufferDescription = {}; in applyComputeUniforms() local
Drenderer11_utils.cpp2483 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth) in InitConstantBufferDesc()