Home
last modified time | relevance | path

Searched defs:command_buffer (Results 1 – 17 of 17) sorted by relevance

/external/deqp-deps/amber/src/vulkan/
Dtransfer_buffer.cc62 void TransferBuffer::CopyToDevice(CommandBuffer* command_buffer) { in CopyToDevice()
70 void TransferBuffer::CopyToHost(CommandBuffer* command_buffer) { in CopyToHost()
Dtransfer_image.cc176 void TransferImage::CopyToHost(CommandBuffer* command_buffer) { in CopyToHost()
187 void TransferImage::CopyToDevice(CommandBuffer* command_buffer) { in CopyToDevice()
197 void TransferImage::ImageBarrier(CommandBuffer* command_buffer, in ImageBarrier()
Dresource.cc170 void Resource::MemoryBarrier(CommandBuffer* command_buffer) { in MemoryBarrier()
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h1200 …inline void BeginCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_buffer, in BeginCmdDebugUtilsLabel()
1213 …inline void EndCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_buffer) { in EndCmdDebugUtilsLabel()
1227 …nline void InsertCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_buffer, in InsertCmdDebugUtilsLabel()
1238 …line void ResetCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_buffer) { in ResetCmdDebugUtilsLabel()
1247 …line void EraseCmdDebugUtilsLabel(debug_report_data *report_data, VkCommandBuffer command_buffer) { in EraseCmdDebugUtilsLabel()
Dobject_tracker_utils.cpp65 …mandBuffer(VkDevice device, const VkCommandPool command_pool, const VkCommandBuffer command_buffer, in AllocateCommandBuffer()
82 …alidateCommandBuffer(VkDevice device, VkCommandPool command_pool, VkCommandBuffer command_buffer) { in ValidateCommandBuffer()
435 bool ObjectLifetimes::PreCallValidateBeginCommandBuffer(VkCommandBuffer command_buffer, in PreCallValidateBeginCommandBuffer()
Dbuffer_validation.cpp2412 bool CoreChecks::CopyImageMultiplaneValidation(VkCommandBuffer command_buffer, const IMAGE_STATE *s… in CopyImageMultiplaneValidation()
2491 VkCommandBuffer command_buffer = cb_node->commandBuffer; in PreCallValidateCmdCopyImage() local
2788 bool CoreChecks::ValidateClearAttachmentExtent(VkCommandBuffer command_buffer, uint32_t attachment_… in ValidateClearAttachmentExtent()
Dcore_validation.cpp2453 …[core_checks](VkCommandBuffer command_buffer) -> void { core_checks->GpuResetCommandBuffer(command… in PostCallRecordCreateDevice()
8810 bool CoreChecks::CheckStageMaskQueueCompatibility(VkCommandBuffer command_buffer, VkPipelineStageFl… in CheckStageMaskQueueCompatibility()
9128 void CoreChecks::EnqueueVerifyBeginQuery(VkCommandBuffer command_buffer, const QueryObject &query_o… in EnqueueVerifyBeginQuery()
/external/vulkan-validation-layers/tests/
Dvkpositivelayertests.cpp3508 VkCommandBuffer command_buffer; in TEST_F() local
3739 VkCommandBuffer command_buffer; in TEST_F() local
3873 VkCommandBuffer command_buffer[2]; in TEST_F() local
4027 VkCommandBuffer command_buffer[2]; in TEST_F() local
4132 VkCommandBuffer command_buffer[2]; in TEST_F() local
4238 VkCommandBuffer command_buffer[2]; in TEST_F() local
4412 VkCommandBuffer command_buffer[2]; in TEST_F() local
4513 VkCommandBuffer command_buffer[2]; in TEST_F() local
4606 VkCommandBuffer command_buffer[2]; in TEST_F() local
4701 VkCommandBuffer command_buffer[2]; in TEST_F() local
[all …]
Dlayer_validation_tests.h682 VkCommandBufferObj *command_buffer = nullptr; member
Dlayer_validation_tests.cpp241 …PassBegin(ErrorMonitor *error_monitor, const VkDevice device, const VkCommandBuffer command_buffer, in TestRenderPassBegin()
1961 VkCommandBufferObj *command_buffer = qf->command_buffer; in operator ()() local
Dvklayertests_command.cpp3771 VkCommandBufferObj command_buffer(m_device, &command_pool); in TEST_F() local
4185 VkCommandBufferObj command_buffer(m_device, &command_pool); in TEST_F() local
Dvklayertests_others.cpp2682 VkCommandBuffer command_buffer; in TEST_F() local
Dvklayertests_buffer_image_memory_sampler.cpp2334 VkCommandBufferObj command_buffer(m_device, &command_pool); in TEST_F() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h175 struct r600_command_buffer command_buffer; /* register writes */ member
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1440 auto command_buffer = encoder.Finish(); in DoCompute() local
/external/crosvm/gpu_renderer/src/
Dlib.rs7 mod command_buffer; module
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp126 VkCommandBuffer command_buffer; member
1014 VkCommandBuffer command_buffer) in ensure_swapchain_fonts()