Home
last modified time | relevance | path

Searched defs:constantBuffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.h296 void SetBufferData(ID3D11DeviceContext *context, ID3D11Buffer *constantBuffer, const T &value) in SetBufferData()
H A DStateManager11.cpp3485 const d3d11::Buffer *constantBuffer = nullptr; in applyComputeUniforms() local
3553 const d3d11::Buffer *constantBuffer = nullptr; in syncUniformBuffersForShader() local
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvkrenderframework.cpp863 int VkDescriptorSetObj::AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer) { in AppendBuffer()