Home
last modified time | relevance | path

Searched refs:command_decoder (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/config/
H A Dgpu_test_config.cc140 void GPUTestConfig::set_command_decoder(int32_t command_decoder) { in set_command_decoder() argument
141 DCHECK_EQ(0, command_decoder & in set_command_decoder()
143 command_decoder_ = command_decoder; in set_command_decoder()
283 if (config.command_decoder() != 0 && in Matches()
284 command_decoder() != config.command_decoder()) in Matches()
H A Dgpu_test_config.h84 void set_command_decoder(int32_t command_decoder);
93 int32_t command_decoder() const { return command_decoder_; } in command_decoder() function
H A Dgpu_test_expectations_parser.cc530 if ((config->command_decoder() & kTokenData[token].flag) != 0) { in UpdateTestConfig()
535 config->set_command_decoder(config->command_decoder() | in UpdateTestConfig()
H A Dgpu_test_config_unittest.cc30 EXPECT_EQ(GPUTestConfig::kCommandDecoderUnknown, config.command_decoder()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/ipc/service/
H A Dgpu_video_decode_accelerator.cc71 gpu::DecoderContext* command_decoder = stub->decoder_context(); in BindImage() local
72 command_decoder->BindImage(client_texture_id, texture_target, image.get(), in BindImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/ipc/service/
H A Dgpu_video_decode_accelerator.cc71 gpu::DecoderContext* command_decoder = stub->decoder_context(); in BindImage() local
72 command_decoder->BindImage(client_texture_id, texture_target, image.get(), in BindImage()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/bug17309/
H A Dmaster_testbench3.vhdl194 cmd : command_decoder port map (
H A Dpolyamplib.vhdl156 component command_decoder is
1614 entity command_decoder is entity
1632 end command_decoder;
1635 architecture command_decoder_arch of command_decoder is
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_passthrough.cc228 GLES2DecoderPassthroughImpl* command_decoder = in PassthroughGLDebugMessageCallback() local
230 command_decoder->OnDebugMessage(source, type, id, severity, length, message); in PassthroughGLDebugMessageCallback()
232 command_decoder->GetLogger()); in PassthroughGLDebugMessageCallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_passthrough.cc229 GLES2DecoderPassthroughImpl* command_decoder = in PassthroughGLDebugMessageCallback() local
231 command_decoder->OnDebugMessage(source, type, id, severity, length, message); in PassthroughGLDebugMessageCallback()
233 command_decoder->GetLogger()); in PassthroughGLDebugMessageCallback()