Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DStateManager11.cpp3413 D3D11_BUFFER_DESC constantBufferDescription = {}; in applyDriverUniformsForShader() local
3509 D3D11_BUFFER_DESC constantBufferDescription = {}; in applyComputeUniforms() local
H A Drenderer11_utils.cpp2614 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth) in InitConstantBufferDesc()