Home
last modified time | relevance | path

Searched defs:commandBuffer (Results 1 – 23 of 23) sorted by relevance

/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.cpp1127 VKAPI_ATTR VkResult BeginCommandBuffer(VkCommandBuffer commandBuffer, const VkCommandBufferBeginInf… in BeginCommandBuffer()
1131 VKAPI_ATTR VkResult EndCommandBuffer(VkCommandBuffer commandBuffer) { in EndCommandBuffer()
1135 VKAPI_ATTR VkResult ResetCommandBuffer(VkCommandBuffer commandBuffer, VkCommandBufferResetFlags fla… in ResetCommandBuffer()
1139 VKAPI_ATTR void CmdBindPipeline(VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoin… in CmdBindPipeline()
1143 VKAPI_ATTR void CmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t view… in CmdSetViewport()
1147 VKAPI_ATTR void CmdSetScissor(VkCommandBuffer commandBuffer, uint32_t firstScissor, uint32_t scisso… in CmdSetScissor()
1151 VKAPI_ATTR void CmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in CmdSetLineWidth()
1155 VKAPI_ATTR void CmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float… in CmdSetDepthBias()
1159 VKAPI_ATTR void CmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4]) { in CmdSetBlendConstants()
1163 VKAPI_ATTR void CmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, float maxDep… in CmdSetDepthBounds()
[all …]
/device/generic/goldfish-opengl/system/vulkan_enc/
Dfunc_table.cpp846 static VkResult entry_vkBeginCommandBuffer(VkCommandBuffer commandBuffer, in entry_vkBeginCommandBuffer()
856 static VkResult entry_vkEndCommandBuffer(VkCommandBuffer commandBuffer) { in entry_vkEndCommandBuffer()
865 static VkResult entry_vkResetCommandBuffer(VkCommandBuffer commandBuffer, in entry_vkResetCommandBuffer()
875 static void entry_vkCmdBindPipeline(VkCommandBuffer commandBuffer, in entry_vkCmdBindPipeline()
881 static void entry_vkCmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, in entry_vkCmdSetViewport()
888 static void entry_vkCmdSetScissor(VkCommandBuffer commandBuffer, uint32_t firstScissor, in entry_vkCmdSetScissor()
895 static void entry_vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth) { in entry_vkCmdSetLineWidth()
900 static void entry_vkCmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, in entry_vkCmdSetDepthBias()
907 static void entry_vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, in entry_vkCmdSetBlendConstants()
913 static void entry_vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, in entry_vkCmdSetDepthBounds()
[all …]
DVkEncoder.cpp11301 VkResult VkEncoder::vkBeginCommandBuffer(VkCommandBuffer commandBuffer, in vkBeginCommandBuffer()
11399 VkResult VkEncoder::vkEndCommandBuffer(VkCommandBuffer commandBuffer, uint32_t doLock) { in vkEndCommandBuffer()
11477 VkResult VkEncoder::vkResetCommandBuffer(VkCommandBuffer commandBuffer, in vkResetCommandBuffer()
11562 void VkEncoder::vkCmdBindPipeline(VkCommandBuffer commandBuffer, in vkCmdBindPipeline()
11653 void VkEncoder::vkCmdSetViewport(VkCommandBuffer commandBuffer, uint32_t firstViewport, in vkCmdSetViewport()
11764 void VkEncoder::vkCmdSetScissor(VkCommandBuffer commandBuffer, uint32_t firstScissor, in vkCmdSetScissor()
11874 void VkEncoder::vkCmdSetLineWidth(VkCommandBuffer commandBuffer, float lineWidth, uint32_t doLock) { in vkCmdSetLineWidth()
11955 void VkEncoder::vkCmdSetDepthBias(VkCommandBuffer commandBuffer, float depthBiasConstantFactor, in vkCmdSetDepthBias()
12050 void VkEncoder::vkCmdSetBlendConstants(VkCommandBuffer commandBuffer, const float blendConstants[4], in vkCmdSetBlendConstants()
12132 void VkEncoder::vkCmdSetDepthBounds(VkCommandBuffer commandBuffer, float minDepthBounds, in vkCmdSetDepthBounds()
[all …]
DResourceTracker.cpp477 void unregister_VkCommandBuffer(VkCommandBuffer commandBuffer) { in unregister_VkCommandBuffer()
5738 for (auto commandBuffer : workingSet) { in collectAllPendingDescriptorSetsBottomUp() local
5892 for (auto commandBuffer : workingSet) { in flushCommandBufferPendingCommandsBottomUp() local
5958 void resetCommandBufferPendingTopology(VkCommandBuffer commandBuffer) { in resetCommandBufferPendingTopology()
6926 … uint32_t syncEncodersForCommandBuffer(VkCommandBuffer commandBuffer, VkEncoder* currentEncoder) { in syncEncodersForCommandBuffer()
7048 VkCommandBuffer commandBuffer, in on_vkBeginCommandBuffer()
7080 VkCommandBuffer commandBuffer) { in on_vkEndCommandBuffer()
7096 VkCommandBuffer commandBuffer, in on_vkResetCommandBuffer()
7150 VkCommandBuffer commandBuffer, in on_vkCmdExecuteCommands()
7171 …void addPendingDescriptorSets(VkCommandBuffer commandBuffer, uint32_t descriptorSetCount, const Vk… in addPendingDescriptorSets()
[all …]
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderSnapshot.cpp980 VkCommandBuffer commandBuffer, in vkBeginCommandBuffer()
986 VkCommandBuffer commandBuffer) { in vkEndCommandBuffer()
991 VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags) { in vkResetCommandBuffer()
995 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in vkCmdBindPipeline()
1000 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in vkCmdSetViewport()
1006 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in vkCmdSetScissor()
1011 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in vkCmdSetLineWidth()
1016 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in vkCmdSetDepthBias()
1022 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in vkCmdSetBlendConstants()
1027 android::base::BumpPool* pool, VkCommandBuffer commandBuffer, in vkCmdSetDepthBounds()
[all …]
DVkDecoder.cpp6265 VkCommandBuffer commandBuffer; in decode() local
6311 VkCommandBuffer commandBuffer; in decode() local
6347 VkCommandBuffer commandBuffer; in decode() local
6387 VkCommandBuffer commandBuffer; in decode() local
6426 VkCommandBuffer commandBuffer; in decode() local
6480 VkCommandBuffer commandBuffer; in decode() local
6532 VkCommandBuffer commandBuffer; in decode() local
6566 VkCommandBuffer commandBuffer; in decode() local
6612 VkCommandBuffer commandBuffer; in decode() local
6648 VkCommandBuffer commandBuffer; in decode() local
[all …]
DDisplayVk.cpp697 VkCommandBuffer commandBuffer; in create() local
739 VkCommandBuffer commandBuffer = VK_NULL_HANDLE; in create() local
758 VkCommandBuffer commandBuffer) in ImageBorrowResource()
DDebugUtilsHelper.cpp66 void DebugUtilsHelper::cmdBeginDebugLabel(VkCommandBuffer commandBuffer, const char* format, in cmdBeginDebugLabel()
DVkDecoderGlobalState.cpp2646 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkCmdCopyImage() local
2685 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkCmdCopyImageToBuffer() local
2798 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkCmdCopyBufferToImage() local
2878 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkCmdPipelineBarrier() local
3901 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkCmdExecuteCommands() local
3979 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkResetCommandBuffer() local
4207 VkCommandBuffer commandBuffer, uint32_t needHostSync, in on_vkCommandBufferHostSyncGOOGLE()
4299 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkBeginCommandBuffer() local
4331 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkEndCommandBuffer() local
4360 auto commandBuffer = unbox_VkCommandBuffer(boxed_commandBuffer); in on_vkCmdBindPipeline() local
[all …]
DVkCommonOperations.cpp2211 VkCommandBuffer commandBuffer = sVkEmulation->commandBuffer; in readColorBufferToBytesLocked() local
2405 VkCommandBuffer commandBuffer = sVkEmulation->commandBuffer; in updateColorBufferFromBytesLocked() local
2812 VkCommandBuffer commandBuffer = sVkEmulation->commandBuffer; in readBufferToBytes() local
2914 VkCommandBuffer commandBuffer = sVkEmulation->commandBuffer; in updateBufferFromBytes() local
3063 VkCommandBuffer commandBuffer; in allocateQueueTransferCommandBuffer_locked() local
DCompositorVk.cpp852 VkCommandBuffer& commandBuffer = frameResources->m_vkCommandBuffer; in compose() local
DVkCommonOperations.h146 VkCommandBuffer commandBuffer = VK_NULL_HANDLE; member
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan.hpp1891 …VkResult vkBeginCommandBuffer( VkCommandBuffer commandBuffer, const VkCommandBufferBeginInfo * pBe… in vkBeginCommandBuffer()
1903 …VkResult vkResetCommandBuffer( VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags ) co… in vkResetCommandBuffer()
1909 …void vkCmdBindPipeline( VkCommandBuffer commandBuffer, VkPipelineBindPoint pipelineBindPoint, VkPi… in vkCmdBindPipeline()
1915 …void vkCmdSetViewport( VkCommandBuffer commandBuffer, uint32_t firstViewport, uint32_t viewportCou… in vkCmdSetViewport()
1921 …void vkCmdSetScissor( VkCommandBuffer commandBuffer, uint32_t firstScissor, uint32_t scissorCount,… in vkCmdSetScissor()
1927 … void vkCmdSetLineWidth( VkCommandBuffer commandBuffer, float lineWidth ) const VULKAN_HPP_NOEXCEPT in vkCmdSetLineWidth()
1933 …void vkCmdSetDepthBias( VkCommandBuffer commandBuffer, float depthBiasConstantFactor, float depthB… in vkCmdSetDepthBias()
1939 …void vkCmdSetBlendConstants( VkCommandBuffer commandBuffer, const float blendConstants[4] ) const … in vkCmdSetBlendConstants()
1945 …void vkCmdSetDepthBounds( VkCommandBuffer commandBuffer, float minDepthBounds, float maxDepthBound… in vkCmdSetDepthBounds()
1951 …void vkCmdSetStencilCompareMask( VkCommandBuffer commandBuffer, VkStencilFaceFlags faceMask, uint3… in vkCmdSetStencilCompareMask()
[all …]
Dvulkan_handles.hpp3437 CommandBuffer( VkCommandBuffer commandBuffer ) VULKAN_HPP_NOEXCEPT in CommandBuffer()
3441 CommandBuffer & operator=(VkCommandBuffer commandBuffer) VULKAN_HPP_NOEXCEPT in operator =()
Dvulkan_raii.hpp4829 …_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, VkCommandBuffer commandBuffer, VkCom… in CommandBuffer()
5740 for ( auto const & commandBuffer : commandBuffers ) in create() local
5763 for ( auto const & commandBuffer : commandBuffers ) in CommandBuffers() local
Dvulkan_funcs.hpp3389 for ( auto const & commandBuffer : commandBuffers ) in allocateCommandBuffersUnique() local
3408 for ( auto const & commandBuffer : commandBuffers ) in allocateCommandBuffersUnique() local
Dvulkan_core.h6850 VkCommandBuffer commandBuffer; member
Dvulkan_structs.hpp13916 VULKAN_HPP_NAMESPACE::CommandBuffer commandBuffer = {}; member
/device/generic/vulkan-cereal/stream-servers/vulkan/testing/
DVkDecoderTestDispatch.h49 VkResult vkBeginCommandBuffer(VkCommandBuffer commandBuffer, in vkBeginCommandBuffer()
67 void vkCmdBlitImage(VkCommandBuffer commandBuffer, VkImage srcImage, in vkCmdBlitImage()
75 void vkCmdCopyBufferToImage(VkCommandBuffer commandBuffer, VkBuffer srcBuffer, VkImage dstImage, in vkCmdCopyBufferToImage()
83 void vkCmdCopyImage(VkCommandBuffer commandBuffer, VkImage srcImage, in vkCmdCopyImage()
91 void vkCmdPipelineBarrier(VkCommandBuffer commandBuffer, VkPipelineStageFlags srcStageMask, in vkCmdPipelineBarrier()
104 void vkCmdCopyImageToBuffer(VkCommandBuffer commandBuffer, VkImage srcImage, in vkCmdCopyImageToBuffer()
199 VkResult vkEndCommandBuffer(VkCommandBuffer commandBuffer) { in vkEndCommandBuffer()
DVulkanTestHelper.cpp210 VkCommandBuffer commandBuffer; in beginCommandBuffer() local
221 void VulkanTestHelper::submitCommandBuffer(VkCommandBuffer commandBuffer) { in submitCommandBuffer()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto2523 optional uint64 commandBuffer = 1; field
2530 optional uint64 commandBuffer = 1; field
2535 optional uint64 commandBuffer = 1; field
2542 optional uint64 commandBuffer = 1; field
2551 optional uint64 commandBuffer = 1; field
2562 optional uint64 commandBuffer = 1; field
2573 optional uint64 commandBuffer = 1; field
2580 optional uint64 commandBuffer = 1; field
2591 optional uint64 commandBuffer = 1; field
2598 optional uint64 commandBuffer = 1; field
[all …]
/device/generic/vulkan-cereal/stream-servers/vulkan/emulated_textures/
DCompressedImageInfo.cpp508 bool CompressedImageInfo::decompressIfNeeded(VulkanDispatch* vk, VkCommandBuffer commandBuffer, in decompressIfNeeded()
564 void CompressedImageInfo::decompressOnCpu(VkCommandBuffer commandBuffer, uint8_t* srcAstcData, in decompressOnCpu()
829 void CompressedImageInfo::decompress(VulkanDispatch* vk, VkCommandBuffer commandBuffer, in decompress()
DAstcTexture.cpp162 void AstcTexture::on_vkCmdCopyBufferToImage(VkCommandBuffer commandBuffer, uint8_t* srcAstcData, in on_vkCmdCopyBufferToImage()