Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp226 m_commandBuffer = new VkCommandBufferObj(m_device, m_commandPool); in InitState()
468 void VkDescriptorSetObj::CreateVKDescriptorSet(VkCommandBufferObj *commandBuffer) { in CreateVKDescriptorSet()
557 void VkImageObj::ImageMemoryBarrier(VkCommandBufferObj *cmd_buf, VkImageAspectFlags aspect, VkFlags… in ImageMemoryBarrier()
586 void VkImageObj::SetLayout(VkCommandBufferObj *cmd_buf, VkImageAspectFlags aspect, VkImageLayout im… in SetLayout()
665 VkCommandBufferObj cmd_buf(m_device, pool.handle()); in SetLayout()
761 VkCommandBufferObj cmd_buf(m_device, pool.handle()); in CopyImage()
970 m_commandBuffer = new VkCommandBufferObj(m_device, m_commandPool->handle()); in BufferMemoryBarrier()
1299 VkCommandBufferObj::VkCommandBufferObj(VkDeviceObj *device, VkCommandPool pool) { in VkCommandBufferObj() function in VkCommandBufferObj
1305 VkCommandBuffer VkCommandBufferObj::GetBufferHandle() { return handle(); } in GetBufferHandle()
1307 VkResult VkCommandBufferObj::BeginCommandBuffer(VkCommandBufferBeginInfo *pInfo) { in BeginCommandBuffer()
[all …]
Dvkrenderframework.h53 class VkCommandBufferObj; variable
89 VkCommandBufferObj *m_commandBuffer;
147 class VkCommandBufferObj : public vk_testing::CommandBuffer {
149 VkCommandBufferObj(VkDeviceObj *device, VkCommandPool pool);
221 VkCommandBufferObj *m_commandBuffer;
269 …void ImageMemoryBarrier(VkCommandBufferObj *cmd, VkImageAspectFlags aspect, VkFlags output_mask, V…
294 …void SetLayout(VkCommandBufferObj *cmd_buf, VkImageAspectFlags aspect, VkImageLayout image_layout);
353 void CreateVKDescriptorSet(VkCommandBufferObj *commandBuffer);
Dlayer_validation_tests.cpp282 VkResult BeginCommandBuffer(VkCommandBufferObj &commandBuffer);
283 VkResult EndCommandBuffer(VkCommandBufferObj &commandBuffer);
285 …void GenericDrawPreparation(VkCommandBufferObj *commandBuffer, VkPipelineObj &pipelineobj, VkDescr…
380 VkResult VkLayerTest::BeginCommandBuffer(VkCommandBufferObj &commandBuffer) { in BeginCommandBuffer()
396 VkResult VkLayerTest::EndCommandBuffer(VkCommandBufferObj &commandBuffer) { in EndCommandBuffer()
523 void VkLayerTest::GenericDrawPreparation(VkCommandBufferObj *commandBuffer, VkPipelineObj &pipeline… in GenericDrawPreparation()
6454 VkCommandBufferObj commandBuffer(m_device, m_commandPool); in TEST_F()
6504 VkCommandBufferObj commandBuffer(m_device, m_commandPool); in TEST_F()
8036 VkCommandBufferObj cmdbuf(m_device, m_commandPool); in TEST_F()
8116 VkCommandBufferObj cb(m_device, m_commandPool); in TEST_F()
[all …]