/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Commands.cpp | 28 void FreeCommands(CommandIterator* commands) { in FreeCommands() argument 29 commands->Reset(); in FreeCommands() 32 while (commands->NextCommandId(&type)) { in FreeCommands() 35 BeginComputePassCmd* begin = commands->NextCommand<BeginComputePassCmd>(); in FreeCommands() 40 BeginOcclusionQueryCmd* begin = commands->NextCommand<BeginOcclusionQueryCmd>(); in FreeCommands() 45 BeginRenderPassCmd* begin = commands->NextCommand<BeginRenderPassCmd>(); in FreeCommands() 50 CopyBufferToBufferCmd* copy = commands->NextCommand<CopyBufferToBufferCmd>(); in FreeCommands() 55 CopyBufferToTextureCmd* copy = commands->NextCommand<CopyBufferToTextureCmd>(); in FreeCommands() 60 CopyTextureToBufferCmd* copy = commands->NextCommand<CopyTextureToBufferCmd>(); in FreeCommands() 66 commands in FreeCommands() 216 SkipCommand(CommandIterator* commands, Command type) SkipCommand() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 430 DescriptorCopyTestInstance (Context& context, DescriptorCommandsSp commands); 440 DescriptorCopyTestCase (tcu::TestContext& context, const char* name, DescriptorCommandsSp commands); 2377 DescriptorCommandsSp commands) in DescriptorCopyTestInstance() 2379 , m_commands (commands) in DescriptorCopyTestInstance() 2389 DescriptorCommandsSp commands) in DescriptorCopyTestCase() 2391 , m_commands (commands) in DescriptorCopyTestCase() 2478 DescriptorCommandsSp commands (new DescriptorCommands(pipelineType, useUpdateAfterBind)); in addDescriptorCopyTests() 2479 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 3u)), 0u); in addDescriptorCopyTests() 2480 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 2u)), 0u); in addDescriptorCopyTests() 2482 commands in addDescriptorCopyTests() 2376 DescriptorCopyTestInstance(Context& context, DescriptorCommandsSp commands) DescriptorCopyTestInstance() argument 2387 DescriptorCopyTestCase(tcu::TestContext& context, const char* name, DescriptorCommandsSp commands) DescriptorCopyTestCase() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorCopyTests.cpp | 430 DescriptorCopyTestInstance (Context& context, DescriptorCommandsSp commands); 440 DescriptorCopyTestCase (tcu::TestContext& context, const char* name, const char* desc, DescriptorCommandsSp commands); 2377 DescriptorCommandsSp commands) in DescriptorCopyTestInstance() 2379 , m_commands (commands) in DescriptorCopyTestInstance() 2390 DescriptorCommandsSp commands) in DescriptorCopyTestCase() 2392 , m_commands (commands) in DescriptorCopyTestCase() 2479 DescriptorCommandsSp commands (new DescriptorCommands(pipelineType, useUpdateAfterBind)); in addDescriptorCopyTests() 2480 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 3u)), 0u); in addDescriptorCopyTests() 2481 commands->addDescriptor(DescriptorSp(new T(1u, 0u, 1u, 2u)), 0u); in addDescriptorCopyTests() 2483 commands in addDescriptorCopyTests() 2376 DescriptorCopyTestInstance(Context& context, DescriptorCommandsSp commands) DescriptorCopyTestInstance() argument 2387 DescriptorCopyTestCase(tcu::TestContext& context, const char* name, const char* desc, DescriptorCommandsSp commands) DescriptorCopyTestCase() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | DrawIndexedIndirectTests.cpp | 97 void TestDraw(wgpu::CommandBuffer commands, RGBA8 bottomLeftExpected, RGBA8 topRightExpected) { in TestDraw() argument 98 queue.Submit(1, &commands); in TestDraw() 257 // data for use with a previous pass's validation commands is not overwritten before it can be in TEST_P() 294 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local 296 queue.Submit(1, &commands); in TEST_P() 318 commands = encoder.Finish(); in TEST_P() 320 queue.Submit(1, &commands); in TEST_P() 337 commands = encoder.Finish(); in TEST_P() 339 queue.Submit(1, &commands); in TEST_P() 357 commands in TEST_P() 376 wgpu::CommandBuffer commands[7]; TEST_P() local 410 wgpu::CommandBuffer commands[5]; TEST_P() local 434 wgpu::CommandBuffer commands[7]; TEST_P() local 496 wgpu::CommandBuffer commands = encoder.Finish(); TEST_P() local 517 wgpu::CommandBuffer commands[2]; TEST_P() local 647 wgpu::CommandBuffer commands = encoder.Finish(); TEST_P() local [all...] |
H A D | DestroyTests.cpp | 62 wgpu::CommandBuffer commands = encoder.Finish(); variable 63 queue.Submit(1, &commands); 79 wgpu::CommandBuffer commands = encoder.Finish(); in CreateTriangleCommandBuffer() local 80 return commands; in CreateTriangleCommandBuffer() 88 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local 90 ASSERT_DEVICE_ERROR(queue.Submit(1, &commands)); in TEST_P() 99 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local 100 queue.Submit(1, &commands); in TEST_P() 111 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); in TEST_P() local 112 queue.Submit(1, &commands); in TEST_P() 126 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); TEST_P() local 135 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); TEST_P() local 147 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); TEST_P() local 173 wgpu::CommandBuffer commands = CreateTriangleCommandBuffer(); TEST_P() local [all...] |
H A D | IndexFormatTests.cpp | 91 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local 92 queue.Submit(1, &commands); in TEST_P() 118 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local 119 queue.Submit(1, &commands); in TEST_P() 150 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local 151 queue.Submit(1, &commands); in TEST_P() 178 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local 179 queue.Submit(1, &commands); in TEST_P() 208 wgpu::CommandBuffer commands = encoder.Finish(); in TEST_P() local 209 queue.Submit(1, &commands); in TEST_P() 285 wgpu::CommandBuffer commands = encoder.Finish(); TEST_P() local 320 wgpu::CommandBuffer commands = encoder.Finish(); TEST_P() local 356 wgpu::CommandBuffer commands = encoder.Finish(); TEST_P() local 410 wgpu::CommandBuffer commands = encoder.Finish(); TEST_P() local 439 wgpu::CommandBuffer commands = encoder.Finish(); TEST_P() local 466 wgpu::CommandBuffer commands = encoder.Finish(); TEST_P() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_pdb.py | 70 """Test the basic commands of pdb. 223 """Test basic commands related to breakpoints. 237 Now test the breakpoint commands. NORMALIZE_WHITESPACE is needed because 254 ... 'commands 2', 264 ... 'commands 10', # out of range 265 ... 'commands a', # display help 266 ... 'commands 4', # already deleted 305 (Pdb) commands 2 326 (Pdb) commands 10 327 *** cannot set commands [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | compress_fragment_two_pass.c | 119 uint32_t insertlen, uint32_t** commands) { in EmitInsertLen() 121 **commands = insertlen; in EmitInsertLen() 128 **commands = inscode | (extra << 8); in EmitInsertLen() 134 **commands = code | (extra << 8); in EmitInsertLen() 137 **commands = 21 | (extra << 8); in EmitInsertLen() 140 **commands = 22 | (extra << 8); in EmitInsertLen() 143 **commands = 23 | (extra << 8); in EmitInsertLen() 145 ++(*commands); in EmitInsertLen() 148 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen() argument 150 **commands in EmitCopyLen() 118 EmitInsertLen( uint32_t insertlen, uint32_t** commands) EmitInsertLen() argument 171 EmitCopyLenLastDistance( size_t copylen, uint32_t** commands) EmitCopyLenLastDistance() argument 210 EmitDistance(uint32_t distance, uint32_t** commands) EmitDistance() argument 239 CreateCommands(const uint8_t* input, size_t block_size, size_t input_size, const uint8_t* base_ip, int* table, size_t table_bits, size_t min_match, uint8_t** literals, uint32_t** commands) CreateCommands() argument 455 StoreCommands(MemoryManager* m, const uint8_t* literals, const size_t num_literals, const uint32_t* commands, const size_t num_commands, size_t* storage_ix, uint8_t* storage) StoreCommands() argument 570 uint32_t* commands = command_buf; BrotliCompressFragmentTwoPassImpl() local [all...] |
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | compress_fragment_two_pass.c | 119 uint32_t insertlen, uint32_t** commands) { in EmitInsertLen() 121 **commands = insertlen; in EmitInsertLen() 128 **commands = inscode | (extra << 8); in EmitInsertLen() 134 **commands = code | (extra << 8); in EmitInsertLen() 137 **commands = 21 | (extra << 8); in EmitInsertLen() 140 **commands = 22 | (extra << 8); in EmitInsertLen() 143 **commands = 23 | (extra << 8); in EmitInsertLen() 145 ++(*commands); in EmitInsertLen() 148 static BROTLI_INLINE void EmitCopyLen(size_t copylen, uint32_t** commands) { in EmitCopyLen() argument 150 **commands in EmitCopyLen() 118 EmitInsertLen( uint32_t insertlen, uint32_t** commands) EmitInsertLen() argument 171 EmitCopyLenLastDistance( size_t copylen, uint32_t** commands) EmitCopyLenLastDistance() argument 210 EmitDistance(uint32_t distance, uint32_t** commands) EmitDistance() argument 239 CreateCommands(const uint8_t* input, size_t block_size, size_t input_size, const uint8_t* base_ip, int* table, size_t table_bits, size_t min_match, uint8_t** literals, uint32_t** commands) CreateCommands() argument 455 StoreCommands(MemoryManager* m, const uint8_t* literals, const size_t num_literals, const uint32_t* commands, const size_t num_commands, size_t* storage_ix, uint8_t* storage) StoreCommands() argument 570 uint32_t* commands = command_buf; BrotliCompressFragmentTwoPassImpl() local [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | node-gyp.js | 9 const commands = [ 10 // Module build commands 15 // Development Header File management commands 79 this.commands = commands.reduce((acc, command) => { 98 const commands = this.todo = [] 111 if (arg in this.commands) { 114 if (commands.length > 0) { 115 commands[commands [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawScissorTests.cpp | 238 vector<TestCommandSp> commands; member 250 for (size_t commandIdx = 0; commandIdx < params.commands.size(); commandIdx++) in countScissors() 251 numScissors = de::max(numScissors, params.commands[commandIdx]->getMaxScissor()); in countScissors() 308 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in ScissorTestCase() 309 if (m_params.commands[commandIdx]->getMaxScissor() > 1) in ScissorTestCase() 447 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() 449 vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->getVertices((deUint32)vertices.size()); in iterate() 529 // Queue commands and read results. in iterate() 618 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() 620 scissors = m_params.commands[commandId in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawScissorTests.cpp | 238 vector<TestCommandSp> commands; member 250 for (size_t commandIdx = 0; commandIdx < params.commands.size(); commandIdx++) in countScissors() 251 numScissors = de::max(numScissors, params.commands[commandIdx]->getMaxScissor()); in countScissors() 308 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in ScissorTestCase() 309 if (m_params.commands[commandIdx]->getMaxScissor() > 1) in ScissorTestCase() 447 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() 449 vector<PositionColorVertex> commandVertices = m_params.commands[commandIdx]->getVertices((deUint32)vertices.size()); in iterate() 529 // Queue commands and read results. in iterate() 618 for (size_t commandIdx = 0; commandIdx < m_params.commands.size(); commandIdx++) in iterate() 620 scissors = m_params.commands[commandId in iterate() [all...] |
/third_party/skia/tools/skiaserve/urlhandlers/ |
H A D | ImgHandler.cpp | 25 SkTArray<SkString> commands; in handle() local 26 SkStrSplit(url, "/", &commands); in handle() 28 if (!request->hasPicture() || commands.count() > 3) { in handle() 34 if (commands.count() == 1) { in handle() 36 } else if (commands.count() == 2) { in handle() 37 sscanf(commands[1].c_str(), "%d", &n); in handle() 39 sscanf(commands[1].c_str(), "%d", &n); in handle() 40 sscanf(commands[2].c_str(), "%d", &m); in handle()
|
H A D | CmdHandler.cpp | 24 SkTArray<SkString> commands; in handle() local 25 SkStrSplit(url, "/", &commands); in handle() 27 if (!request->hasPicture() || commands.count() > 3) { in handle() 38 if (commands.count() == 2 && 0 == strcmp(method, MHD_HTTP_METHOD_DELETE)) { in handle() 40 sscanf(commands[1].c_str(), "%d", &n); in handle() 46 if (commands.count() == 3 && 0 == strcmp(method, MHD_HTTP_METHOD_POST)) { in handle() 48 sscanf(commands[1].c_str(), "%d", &n); in handle() 49 sscanf(commands[2].c_str(), "%d", &toggle); in handle()
|
/third_party/alsa-utils/bat/ |
H A D | alsabat-test.sh | 8 commands="$bin -P $dev_playback -C $dev_capture" 49 echo "$commands $1 --log=$logdir/$feature_cnt.log" 50 $commands $1 --log=$logdir/$feature_cnt.log 52 echo "$commands $1" >> $logdir/$((feature_cnt-1)).log 59 echo "$commands $1 --log=$logdir/$feature_cnt.log" 62 nohup $commands $1 > $logdir/$feature_cnt.log 2>&1 & 81 echo "$commands $1" >> $logdir/$((feature_cnt-1)).log 88 commands="$bin" 97 commands="$bin -P $dev_playback -C $dev_capture"
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | QueueSubmitValidationTests.cpp | 38 wgpu::CommandBuffer commands; in TEST_F() local 42 commands = encoder.Finish(); in TEST_F() 48 queue.Submit(1, &commands); in TEST_F() 53 commands = encoder.Finish(); in TEST_F() 60 ASSERT_DEVICE_ERROR(queue.Submit(1, &commands)); in TEST_F() 67 commands = encoder.Finish(); in TEST_F() 71 ASSERT_DEVICE_ERROR(queue.Submit(1, &commands)); in TEST_F() 76 commands = encoder.Finish(); in TEST_F() 81 queue.Submit(1, &commands); in TEST_F() 111 wgpu::CommandBuffer commands; in TEST_F() local 255 wgpu::CommandBuffer commands = encoder.Finish(); TEST_F() local 281 wgpu::CommandBuffer commands = encoder.Finish(); TEST_F() local 325 wgpu::CommandBuffer commands = encoder.Finish(); TEST_F() local 354 wgpu::CommandBuffer commands = encoder.Finish(); TEST_F() local [all...] |
/third_party/libphonenumber/tools/java/common/src/com/google/i18n/phonenumbers/ |
H A D | CommandDispatcher.java | 20 * This class is designed to execute a requested command among a set of provided commands. 33 // Supported commands by this dispatcher. 34 private final Command[] commands; field in CommandDispatcher 36 public CommandDispatcher(String[] args, Command[] commands) { in CommandDispatcher() argument 38 this.commands = commands; in CommandDispatcher() 51 for (Command command : commands) { in start() 63 * Displays a message containing the list of the supported commands by this dispatcher. 69 for (Command command : commands) { in displayUsage() 71 if (i++ != commands in displayUsage() [all...] |
/third_party/libdrm/tegra/ |
H A D | job.c | 44 struct drm_tegra_submit_cmd *commands, *command; in drm_tegra_job_add_command() local 47 size = (job->num_commands + 1) * sizeof(*commands); in drm_tegra_job_add_command() 49 commands = realloc(job->commands, size); in drm_tegra_job_add_command() 50 if (!commands) in drm_tegra_job_add_command() 53 command = &commands[job->num_commands]; in drm_tegra_job_add_command() 58 job->commands = commands; in drm_tegra_job_add_command() 90 if (job->commands) in drm_tegra_job_free() 91 free(job->commands); in drm_tegra_job_free() [all...] |
/third_party/ninja/src/ |
H A D | hash_collision_bench.cc | 40 char** commands = new char*[N]; in main() local 46 RandomCommand(&commands[i]); in main() 47 hashes[i] = make_pair(BuildLog::LogEntry::HashCommand(commands[i]), i); in main() 55 if (strcmp(commands[hashes[i - 1].second], in main() 56 commands[hashes[i].second]) != 0) { in main() 58 commands[hashes[i - 1].second], in main() 59 commands[hashes[i].second]); in main()
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | gen_ext_init.py | 26 commands = [] 32 if not extIface.commands: 33 return commands 36 for command in iface.commands: 39 for extCommand in extIface.commands: 41 commands.append(cmdMap[extCommand.name]) 43 return commands
|
/third_party/vk-gl-cts/external/amber/src/src/amberscript/ |
H A D | parser_expect_test.cc | 45 const auto& commands = script->GetCommands(); in TEST_F() local 46 ASSERT_EQ(1U, commands.size()); in TEST_F() 48 auto* cmd = commands[0].get(); in TEST_F() 87 const auto& commands = script->GetCommands(); in TEST_F() local 88 ASSERT_EQ(1U, commands.size()); in TEST_F() 90 auto* cmd = commands[0].get(); in TEST_F() 648 const auto& commands = script->GetCommands(); in TEST_F() local 649 ASSERT_EQ(1U, commands.size()); in TEST_F() 651 auto* cmd = commands[0].get(); in TEST_F() 678 const auto& commands in TEST_F() local 746 const auto& commands = script->GetCommands(); TEST_F() local 866 const auto& commands = script->GetCommands(); TEST_F() local 896 const auto& commands = script->GetCommands(); TEST_F() local 926 const auto& commands = script->GetCommands(); TEST_F() local 999 const auto& commands = script->GetCommands(); TEST_F() local 1026 const auto& commands = script->GetCommands(); TEST_F() local 1085 const auto& commands = script->GetCommands(); TEST_F() local 1112 const auto& commands = script->GetCommands(); TEST_F() local 1169 const auto& commands = script->GetCommands(); TEST_F() local 1292 const auto& commands = script->GetCommands(); TEST_F() local 1319 const auto& commands = script->GetCommands(); TEST_F() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | ChunkedCommandHandler.h | 29 const volatile char* HandleCommands(const volatile char* commands, size_t size) override; 39 // Returns |true| if the commands were entirely consumed into the chunked command vector 41 // Returns |false| if commands should be handled now immediately. 42 ChunkedCommandsResult HandleChunkedCommands(const volatile char* commands, size_t size) { in HandleChunkedCommands() argument 44 reinterpret_cast<const volatile CmdHeader*>(commands)->commandSize; in HandleChunkedCommands() 51 return BeginChunkedCommandData(commands, commandSize, size); in HandleChunkedCommands() 57 virtual const volatile char* HandleCommandsImpl(const volatile char* commands, 60 ChunkedCommandsResult BeginChunkedCommandData(const volatile char* commands,
|
H A D | ChunkedCommandHandler.cpp | 26 const volatile char* ChunkedCommandHandler::HandleCommands(const volatile char* commands, in HandleCommands() argument 36 const_cast<const char*>(commands), chunkSize); in HandleCommands() 40 commands += chunkSize; in HandleCommands() 56 return HandleCommandsImpl(commands, size); in HandleCommands() 60 const volatile char* commands, in BeginChunkedCommandData() 72 memcpy(mChunkedCommandData.get(), const_cast<const char*>(commands), initialSize); in BeginChunkedCommandData() 59 BeginChunkedCommandData( const volatile char* commands, size_t commandSize, size_t initialSize) BeginChunkedCommandData() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/ |
H A D | CommandBufferEncodingTests.cpp | 24 void ExpectCommands(dawn_native::CommandIterator* commands, in ExpectCommands() argument 29 for (uint32_t commandIndex = 0; commands->NextCommandId(&commandId); ++commandIndex) { in ExpectCommands() 33 expectedCommands[commandIndex].second(commands); in ExpectCommands() 92 // Begin encoding commands. in TEST_F() 150 return [pipeline](CommandIterator* commands) { in TEST_F() 151 auto* cmd = commands->NextCommand<SetComputePipelineCmd>(); in TEST_F() 158 return [index, bg, offsets](CommandIterator* commands) { in TEST_F() 159 auto* cmd = commands->NextCommand<SetBindGroupCmd>(); in TEST_F() 162 dynamicOffsets = commands->NextData<uint32_t>(cmd->dynamicOffsetCount); in TEST_F() 177 auto ExpectDispatchIndirect = [&](CommandIterator* commands) { in TEST_F() [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | registry_xml.py | 434 def add_commands(self, version, commands): 438 # Add the commands that aren't duplicates 439 self.command_names[version] += commands 449 self.all_commands = self.root.findall('commands/command') 451 self.commands = {} 457 insertion_point = self.root.findall("./commands")[0] 458 for command in angle_ext_root.iter('commands'): 471 commands = [cmd.attrib['name'] for cmd in self.root.findall(xpath)] 473 # Remove commands that have already been processed 475 commands [all...] |