Home
last modified time | relevance | path

Searched refs:command_ (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dcommand_buffer.cc35 if (command_ != VK_NULL_HANDLE) { in ~CommandBuffer()
37 device_->GetVkDevice(), pool_->GetVkCommandPool(), 1, &command_); in ~CommandBuffer()
49 device_->GetVkDevice(), &command_info, &command_) != VK_SUCCESS) { in Initialize()
67 if (device_->GetPtrs()->vkBeginCommandBuffer(command_, &command_begin_info) != in BeginRecording()
77 if (device_->GetPtrs()->vkEndCommandBuffer(command_) != VK_SUCCESS) in SubmitAndReset()
88 submit_info.pCommandBuffers = &command_; in SubmitAndReset()
120 if (device_->GetPtrs()->vkResetCommandBuffer(command_, 0) != VK_SUCCESS) in SubmitAndReset()
128 device_->GetPtrs()->vkResetCommandBuffer(command_, 0); in Reset()
Dgraphics_pipeline.cc761 return vertex_buffer->SendVertexData(command_.get()); in SendVertexBufferDataIfNeeded()
777 Result r = index_buffer_->SendIndexData(command_.get(), buffer); in SetIndexBuffer()
866 command_->GetVkCommandBuffer(), static_cast<uint32_t>(clears.size()), in Clear()
870 frame_->TransferImagesToHost(command_.get()); in Clear()
925 device_->GetPtrs()->vkCmdBindPipeline(command_->GetVkCommandBuffer(), in Draw()
930 vertex_buffer->BindToCommandBuffer(command_.get()); in Draw()
936 r = index_buffer_->BindToCommandBuffer(command_.get()); in Draw()
944 command_->GetVkCommandBuffer(), in Draw()
953 command_->GetVkCommandBuffer(), command->GetVertexCount(), in Draw()
959 frame_->TransferImagesToHost(command_.get()); in Draw()
Dcommand_buffer.h45 VkCommandBuffer GetVkCommandBuffer() const { return command_; } in GetVkCommandBuffer()
58 VkCommandBuffer command_ = VK_NULL_HANDLE; variable
Dcompute_pipeline.cc98 device_->GetPtrs()->vkCmdBindPipeline(command_->GetVkCommandBuffer(), in Compute()
101 device_->GetPtrs()->vkCmdDispatch(command_->GetVkCommandBuffer(), x, y, z); in Compute()
Dpipeline.cc52 command_ = nullptr; in ~Pipeline()
81 command_ = MakeUnique<CommandBuffer>(device_, pool); in Initialize()
82 return command_->Initialize(); in Initialize()
234 return push_constant_->RecordPushConstantVkCommand(command_.get(), in RecordPushConstant()
507 command_->GetVkCommandBuffer(), in BindVkDescriptorSets()
Dpipeline.h73 CommandBuffer* GetCommandBuffer() const { return command_.get(); } in GetCommandBuffer()
108 std::unique_ptr<CommandBuffer> command_; variable
/third_party/gn/src/gn/
Dtool.h82 const SubstitutionPattern& command() const { return command_; } in command()
85 command_ = std::move(cmd); in set_command()
276 SubstitutionPattern command_; variable
Dtool.cc24 command_.FillRequiredTypes(&substitution_bits_); in SetToolComplete()
203 if (!ReadPattern(scope, "command", &command_, err) || in InitTool()
218 if (command_.empty() == command_is_required) { in InitTool()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dinitialization.txt64 | `NULL` | _global command_^2^ | fp
65 | instance | core _dispatchable command_ | fp^3^
Dinitialization.adoc61 | `NULL` | _global command_^2^ | fp
66 | instance | core _dispatchable command_ | fp^3^
Dinterfaces.txt1481 command_ or the pname:firstInstance member of a structure consumed by an
1482 _indirect drawing command_.
1510 parameter to a _direct drawing command_ or the pname:firstVertex member of
1511 the structure consumed by an _indirect drawing command_.
1513 parameter to a _direct drawing command_ or the pname:vertexOffset member of
1514 the structure consumed by an _indirect drawing command_.
Dinterfaces.adoc1652 command_ or the pname:firstInstance member of a structure consumed by an
1653 _indirect drawing command_.
1681 parameter to a _direct drawing command_ or the pname:firstVertex member of
1682 the structure consumed by an _indirect drawing command_.
1684 parameter to a _direct drawing command_ or the pname:vertexOffset member of
1685 the structure consumed by an _indirect drawing command_.
Dresources.adoc389 can: be used as the source of a _transfer command_ (see the definition
532 used as the source of a _transfer command_ (see the definition of
Dresources.txt221 used as the source of a _transfer command_ (see the definition of
/third_party/skia/third_party/externals/tint/src/
DCMakeLists.txt526 utils/io/command_${TINT_OS_CC_SUFFIX}.cc