Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h351 int AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer);
Dvkrenderframework.cpp425 int VkDescriptorSetObj::AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer) { in AppendBuffer() argument
439 … &constantBuffer.m_descriptorBufferInfo)); in AppendBuffer()
Dlayer_validation_tests.cpp439 VkConstantBufferObj constantBuffer(m_device, bufSize * 2, sizeof(float), (const void *)&data, in VKTriangleTest() local
493 descriptorSet.AppendBuffer(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, constantBuffer); in VKTriangleTest()