| /external/deqp-deps/amber/src/vulkan/ |
| D | transfer_buffer.cc | 87 void TransferBuffer::CopyToDevice(CommandBuffer* command_buffer) { in CopyToDevice() 95 void TransferBuffer::CopyToHost(CommandBuffer* command_buffer) { in CopyToHost()
|
| D | transfer_image.cc | 252 void TransferImage::CopyToHost(CommandBuffer* command_buffer) { in CopyToHost() 280 void TransferImage::CopyToDevice(CommandBuffer* command_buffer) { in CopyToDevice() 308 void TransferImage::ImageBarrier(CommandBuffer* command_buffer, in ImageBarrier()
|
| D | resource.cc | 175 void Resource::MemoryBarrier(CommandBuffer* command_buffer) { in MemoryBarrier()
|
| /external/tpm2-tss/test/integration/ |
| D | esys-session-attributes.int.c | 207 hookcheck_session1 (const uint8_t *command_buffer, size_t command_size) in hookcheck_session1()
|
| D | main-esapi.c | 69 const uint8_t *command_buffer in tcti_proxy_transmit()
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/ |
| D | test_util.cc | 104 id<MTLCommandBuffer> command_buffer = [command_queue commandBuffer]; in ExecuteGPUOperation() local
|
| /external/tpm2-tss/src/tss2-tcti/ |
| D | tcti-common.c | 52 const uint8_t *command_buffer) in tcti_common_transmit_checks()
|
| D | tcti-tbs.c | 62 const uint8_t *command_buffer) in tcti_tbs_transmit()
|
| D | tcti-device.c | 102 const uint8_t *command_buffer) in tcti_device_transmit()
|
| D | tctildr.c | 187 const uint8_t *command_buffer) in tctildr_transmit()
|
| /external/vulkan-validation-layers/layers/ |
| D | vk_layer_logging.h | 1200 …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()
|
| D | object_tracker_utils.cpp | 65 …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()
|
| D | buffer_validation.cpp | 2412 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()
|
| D | core_validation.cpp | 2453 …[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/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
| D | inference_context.cc | 608 id<MTLCommandBuffer> command_buffer = [command_queue commandBuffer]; in Profile() local 629 id<MTLCommandBuffer> command_buffer) { in EncodeWithCommandBuffer() 641 id<MTLCommandBuffer> command_buffer = [command_queue commandBuffer]; in EncodeWithCommandQueue() local
|
| /external/vulkan-validation-layers/tests/ |
| D | vkpositivelayertests.cpp | 3508 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 …]
|
| D | layer_validation_tests.h | 682 VkCommandBufferObj *command_buffer = nullptr; member
|
| D | layer_validation_tests.cpp | 241 …PassBegin(ErrorMonitor *error_monitor, const VkDevice device, const VkCommandBuffer command_buffer, in TestRenderPassBegin() 1961 VkCommandBufferObj *command_buffer = qf->command_buffer; in operator ()() local
|
| D | vklayertests_command.cpp | 3771 VkCommandBufferObj command_buffer(m_device, &command_pool); in TEST_F() local 4185 VkCommandBufferObj command_buffer(m_device, &command_pool); in TEST_F() local
|
| D | vklayertests_others.cpp | 2682 VkCommandBuffer command_buffer; in TEST_F() local
|
| D | vklayertests_buffer_image_memory_sampler.cpp | 2334 VkCommandBufferObj command_buffer(m_device, &command_pool); in TEST_F() local
|
| /external/llvm-project/lldb/source/Commands/ |
| D | CommandObjectReproducer.cpp | 522 auto command_buffer = llvm::MemoryBuffer::getFile(*command_file); in DoExecute() local
|
| /external/mesa3d/src/gallium/drivers/r600/ |
| D | r600_shader.h | 175 struct r600_command_buffer command_buffer; /* register writes */ member
|
| /external/deqp-deps/amber/src/dawn/ |
| D | engine_dawn.cc | 1444 auto command_buffer = encoder.Finish(); in DoCompute() local
|
| /external/mesa3d/src/vulkan/overlay-layer/ |
| D | overlay.cpp | 126 VkCommandBuffer command_buffer; member 1014 VkCommandBuffer command_buffer) in ensure_swapchain_fonts()
|