Home
last modified time | relevance | path

Searched refs:commands_ (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.h49 commands_.push_back(std::move(command)); in AddCommand()
53 return commands_; in Commands()
57 return std::move(commands_); in TakeCommands()
167 std::vector<std::unique_ptr<Command>> commands_; variable
Dcommand_parser.cc306 commands_.push_back(std::move(cmd)); in ProcessDrawRect()
368 commands_.push_back(std::move(cmd)); in ProcessDrawArrays()
404 commands_.push_back(std::move(cmd)); in ProcessCompute()
480 commands_.push_back(std::move(cmd)); in ProcessClear()
666 commands_.push_back(std::move(cmd)); in ProcessSSBO()
798 commands_.push_back(std::move(cmd)); in ProcessUniform()
874 commands_.push_back(std::move(cmd)); in ProcessPatch()
898 commands_.push_back(std::move(cmd)); in ProcessEntryPoint()
1067 commands_.push_back(std::move(cmd)); in ProcessProbe()
2117 commands_.push_back(std::move(cmd)); in ProcessProbeSSBO()
/external/deqp-deps/amber/src/
Dscript.h193 commands_ = std::move(cmds); in SetCommands()
198 return commands_; in GetCommands()
267 std::vector<std::unique_ptr<Command>> commands_; variable
Dcommand.h698 commands_ = std::move(cmds); in SetCommands()
702 return commands_; in GetCommands()
709 std::vector<std::unique_ptr<Command>> commands_; variable
/external/brotli/c/enc/
Dencode.c73 Command* commands_; member
784 s->commands_ = 0; in BrotliEncoderInitState()
822 BROTLI_FREE(m, s->commands_); in BrotliEncoderCleanupState()
916 Command* last_command = &s->commands_[s->num_commands_ - 1]; in ExtendLastCommand()
1050 if (s->commands_) { in EncodeData()
1051 memcpy(new_commands, s->commands_, sizeof(Command) * s->num_commands_); in EncodeData()
1052 BROTLI_FREE(m, s->commands_); in EncodeData()
1054 s->commands_ = new_commands; in EncodeData()
1077 &s->last_insert_len_, &s->commands_[s->num_commands_], in EncodeData()
1085 &s->last_insert_len_, &s->commands_[s->num_commands_], in EncodeData()
[all …]