Home
last modified time | relevance | path

Searched defs:ShaderModule (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dpipeline.rs32 pub struct ShaderModule<B: hal::Backend> { struct
33 pub(crate) raw: B::ShaderModule, argument
40 impl<B: hal::Backend> Resource for ShaderModule<B> { argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dpipeline.rs32 pub struct ShaderModule<B: hal::Backend> { struct
33 pub(crate) raw: B::ShaderModule, argument
40 impl<B: hal::Backend> Resource for ShaderModule<B> { implementation
/dports/www/firefox-esr/firefox-91.8.0/dom/webgpu/
H A DCompilationInfo.h14 class ShaderModule; variable
H A DShaderModule.cpp15 GPU_IMPL_CYCLE_COLLECTION(ShaderModule, mParent) in GPU_IMPL_CYCLE_COLLECTION() argument
H A DDevice.h67 class ShaderModule; variable
/dports/www/firefox/firefox-99.0/dom/webgpu/
H A DCompilationInfo.h14 class ShaderModule; variable
H A DShaderModule.cpp15 GPU_IMPL_CYCLE_COLLECTION(ShaderModule, mParent) in GPU_IMPL_CYCLE_COLLECTION() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/webgpu/
H A DCompilationInfo.h14 class ShaderModule; variable
H A DShaderModule.cpp15 GPU_IMPL_CYCLE_COLLECTION(ShaderModule, mParent) in GPU_IMPL_CYCLE_COLLECTION() argument
H A DDevice.h67 class ShaderModule; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/webgpu/
H A DShaderModule.cpp14 GPU_IMPL_CYCLE_COLLECTION(ShaderModule, mParent) in GPU_IMPL_CYCLE_COLLECTION() argument
H A DDevice.h66 class ShaderModule; variable
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/
H A Dpipeline.rs37 pub struct ShaderModule<A: hal::Api> { struct
38 pub(crate) raw: A::ShaderModule, argument
45 impl<A: hal::Api> Resource for ShaderModule<A> { argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkShaderModule.cpp23 ShaderModule::ShaderModule(const VkShaderModuleCreateInfo *pCreateInfo, void *mem) in ShaderModule() function in vk::ShaderModule
H A DVkShaderModule.hpp29 class ShaderModule : public Object<ShaderModule, VkShaderModule> class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkShaderModule.cpp25 ShaderModule::ShaderModule(const VkShaderModuleCreateInfo *pCreateInfo, void *mem) in ShaderModule() function in vk::ShaderModule
H A DVkShaderModule.hpp29 class ShaderModule : public Object<ShaderModule, VkShaderModule> class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/opengl/
H A DPipelineGL.h29 class ShaderModule; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/
H A Dpipeline.rs40 pub struct ShaderModule<B: hal::Backend> { struct
41 pub(crate) raw: B::ShaderModule, argument
48 pub module: ShaderModuleId, argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp35 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::vulkan::ShaderModule
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DShaderModuleVk.cpp35 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::vulkan::ShaderModule
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-0.4.0/examples/msaa-line/
H A Dmain.rs33 …Device, sc_desc: &wgpu::SwapChainDescriptor, vs_module: &wgpu::ShaderModule, fs_module: &wgpu::Sha… in create_pipeline()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-vulkan-0.4.0/src/
H A Dnative.rs100 pub struct ShaderModule { struct
101 pub(crate) raw: vk::ShaderModule, argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DShaderModuleD3D12.cpp37 ShaderModule::ShaderModule(Device* device, const ShaderModuleDescriptor* descriptor) in ShaderModule() function in dawn_native::d3d12::ShaderModule
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-vulkan/src/
H A Dnative.rs99 pub struct ShaderModule { struct
100 pub(crate) raw: vk::ShaderModule, argument

1234567