Home
last modified time | relevance | path

Searched refs:webgpu_stage (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgpu/
H A Ddawn_conversions.cc762 const GPUProgrammableStageDescriptor* webgpu_stage) { in AsDawnType() argument
763 DCHECK(webgpu_stage); in AsDawnType()
765 std::string entry_point = webgpu_stage->entryPoint().Ascii(); in AsDawnType()
775 dawn_stage.module = webgpu_stage->module()->GetHandle(); in AsDawnType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgpu/
H A Ddawn_conversions.cc897 const GPUProgrammableStageDescriptor* webgpu_stage) { in AsDawnType() argument
898 DCHECK(webgpu_stage); in AsDawnType()
900 std::string entry_point = webgpu_stage->entryPoint().Ascii(); in AsDawnType()
910 dawn_stage.module = webgpu_stage->module()->GetHandle(); in AsDawnType()