Searched refs:commandBufferBeginInfo (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_INTEL_performance_query.adoc | 79 VkCommandBufferBeginInfo commandBufferBeginInfo = { 86 result = vkBeginCommandBuffer(commandBuffer, &commandBufferBeginInfo);
|
D | VK_KHR_performance_query.adoc | 203 VkCommandBufferBeginInfo commandBufferBeginInfo = { 224 result = vkBeginCommandBuffer(commandBuffer, &commandBufferBeginInfo);
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTestUtils.cpp | 97 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in readImageData() local 100 readbackCommandBuffer->begin(commandBufferBeginInfo); in readImageData()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 489 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in TEST_P() local 493 commandBuffer->begin(commandBufferBeginInfo); in TEST_P() 535 commandBuffer->begin(commandBufferBeginInfo); in TEST_P() 628 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in TEST_P() local 632 commandBuffer->begin(commandBufferBeginInfo); in TEST_P() 808 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in TEST_P() local 812 commandBuffer->begin(commandBufferBeginInfo); in TEST_P() 860 commandBuffer->begin(commandBufferBeginInfo); in TEST_P() 887 commandBuffer->begin(commandBufferBeginInfo); in TEST_P() 1025 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in TEST_P() local [all …]
|
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 131 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in TEST_P() local 134 commandBuffer->begin(commandBufferBeginInfo); in TEST_P() 189 readbackCommandBuffer->begin(commandBufferBeginInfo); in TEST_P()
|
D | GfxstreamEnd2EndVkTests.cpp | 223 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in TEST_P() local 226 commandBuffer->begin(commandBufferBeginInfo); in TEST_P() 982 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in TEST_P() local 985 commandBuffer->begin(commandBufferBeginInfo); in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 461 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in TEST_P() local 464 commandBuffer->begin(commandBufferBeginInfo); in TEST_P()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 954 const vkhpp::CommandBufferBeginInfo commandBufferBeginInfo = { in DoCommandsImmediate() local 957 commandBuffer->begin(commandBufferBeginInfo); in DoCommandsImmediate()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 994 … operator()(VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const & commandBufferBeginInfo) const VUL… in operator ()() 997 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.sType ); in operator ()() 998 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.pNext ); in operator ()() 999 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.flags ); in operator ()() 1000 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.pInheritanceInfo ); in operator ()()
|
D | vulkan_hash.hpp | 1980 … operator()(VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const & commandBufferBeginInfo) const VUL… in operator ()() 1983 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.sType ); in operator ()() 1984 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.pNext ); in operator ()() 1985 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.flags ); in operator ()() 1986 VULKAN_HPP_HASH_COMBINE( seed, commandBufferBeginInfo.pInheritanceInfo ); in operator ()()
|