OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commandBufferBeginInfo
(Results
1 - 5
of
5
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
vktConditionalClearAttachmentTests.cpp
117
const vk::VkCommandBufferBeginInfo
commandBufferBeginInfo
=
125
m_vk.beginCommandBuffer(*m_secondaryCmdBuffer, &
commandBufferBeginInfo
);
vktConditionalDispatchTests.cpp
260
const vk::VkCommandBufferBeginInfo
commandBufferBeginInfo
=
268
vk.beginCommandBuffer(*secondaryCmdBuffer, &
commandBufferBeginInfo
);
vktConditionalDrawTests.cpp
359
const vk::VkCommandBufferBeginInfo
commandBufferBeginInfo
=
367
m_vk.beginCommandBuffer(*m_secondaryCmdBuffer, &
commandBufferBeginInfo
);
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiPipelineTests.cpp
138
const VkCommandBufferBeginInfo
commandBufferBeginInfo
=
146
VK_CHECK(vk.beginCommandBuffer(commandBuffer.get(), &
commandBufferBeginInfo
));
516
const VkCommandBufferBeginInfo
commandBufferBeginInfo
=
524
VK_CHECK(vk.beginCommandBuffer(commandBuffer.get(), &
commandBufferBeginInfo
));
[
all
...]
vktApiCommandBuffersTests.cpp
278
const VkCommandBufferBeginInfo
commandBufferBeginInfo
=
286
VK_CHECK(m_vkd.beginCommandBuffer(*m_secondaryCommandBuffer, &
commandBufferBeginInfo
));
[
all
...]
Completed in 358 milliseconds