Searched refs:command_ (Results 1 – 15 of 15) sorted by relevance
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | command_buffer.cc | 35 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()
|
D | graphics_pipeline.cc | 761 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()
|
D | command_buffer.h | 45 VkCommandBuffer GetVkCommandBuffer() const { return command_; } in GetVkCommandBuffer() 58 VkCommandBuffer command_ = VK_NULL_HANDLE; variable
|
D | compute_pipeline.cc | 98 device_->GetPtrs()->vkCmdBindPipeline(command_->GetVkCommandBuffer(), in Compute() 101 device_->GetPtrs()->vkCmdDispatch(command_->GetVkCommandBuffer(), x, y, z); in Compute()
|
D | pipeline.cc | 52 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()
|
D | pipeline.h | 73 CommandBuffer* GetCommandBuffer() const { return command_.get(); } in GetCommandBuffer() 108 std::unique_ptr<CommandBuffer> command_; variable
|
/third_party/gn/src/gn/ |
D | tool.h | 82 const SubstitutionPattern& command() const { return command_; } in command() 85 command_ = std::move(cmd); in set_command() 276 SubstitutionPattern command_; variable
|
D | tool.cc | 24 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/ |
D | initialization.txt | 64 | `NULL` | _global command_^2^ | fp 65 | instance | core _dispatchable command_ | fp^3^
|
D | initialization.adoc | 61 | `NULL` | _global command_^2^ | fp 66 | instance | core _dispatchable command_ | fp^3^
|
D | interfaces.txt | 1481 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_.
|
D | interfaces.adoc | 1652 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_.
|
D | resources.adoc | 389 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
|
D | resources.txt | 221 used as the source of a _transfer command_ (see the definition of
|
/third_party/skia/third_party/externals/tint/src/ |
D | CMakeLists.txt | 526 utils/io/command_${TINT_OS_CC_SUFFIX}.cc
|