Home
last modified time | relevance | path

Searched refs:AppendBuffer (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() function in VkDescriptorSetObj
Dlayer_validation_tests.cpp493 descriptorSet.AppendBuffer(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, constantBuffer); in VKTriangleTest()