Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.h143 class VkConstantBufferObj; variable
165 void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding);
195 class VkConstantBufferObj : public vk_testing::Buffer {
197 VkConstantBufferObj(VkDeviceObj *device,
199 VkConstantBufferObj(VkDeviceObj *device, int constantCount, int constantSize, const void *data,
201 ~VkConstantBufferObj();
225 class VkIndexBufferObj : public VkConstantBufferObj {
351 int AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer);
Dvkrenderframework.cpp425 int VkDescriptorSetObj::AppendBuffer(VkDescriptorType type, VkConstantBufferObj &constantBuffer) { in AppendBuffer()
888 VkConstantBufferObj::VkConstantBufferObj(VkDeviceObj *device, VkBufferUsageFlags usage) { in VkConstantBufferObj() function in VkConstantBufferObj
900 VkConstantBufferObj::~VkConstantBufferObj() { in ~VkConstantBufferObj()
909 VkConstantBufferObj::VkConstantBufferObj(VkDeviceObj *device, int constantCount, int constantSize, … in VkConstantBufferObj() function in VkConstantBufferObj
941 void VkConstantBufferObj::Bind(VkCommandBuffer commandBuffer, VkDeviceSize offset, uint32_t binding… in Bind()
945 void VkConstantBufferObj::BufferMemoryBarrier(VkFlags srcAccessMask /*= in BufferMemoryBarrier()
1026 VkIndexBufferObj::VkIndexBufferObj(VkDeviceObj *device) : VkConstantBufferObj(device) {} in VkIndexBufferObj()
1547 void VkCommandBufferObj::BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, u… in BindVertexBuffer()
Dlayer_validation_tests.cpp303 … void BindVertexBuffer(VkConstantBufferObj *vertexBuffer, VkDeviceSize offset, uint32_t binding) { in BindVertexBuffer()
439 VkConstantBufferObj constantBuffer(m_device, bufSize * 2, sizeof(float), (const void *)&data, in VKTriangleTest()
788 VkConstantBufferObj VulkanMemoryBuffer;
9701 VkConstantBufferObj vbo(m_device, sizeof(vbo_data), sizeof(float), (const void *)&vbo_data); in TEST_F()