Home
last modified time | relevance | path

Searched refs:wgc (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/cad/gtkwave/gtkwave-3.3.107/contrib/wlf2vcd/
H A Dwlf2vcd.c161 if(len > wgc.max_bits) wgc.max_bits = len; in countSubElements()
357 while(wgc.prev_hier_len && strncmp(name, wgc.prev_hier, wgc.prev_hier_len)) in printSubElements()
359 wgc.prev_hier[wgc.prev_hier_len - 1] = 0; in printSubElements()
364 wgc.prev_hier_len = pmod - wgc.prev_hier + 1; in printSubElements()
390 wgc.prev_hier[(wgc.prev_hier_len = hlen + 1)] = 0; in printSubElements()
435 if(64 > wgc.max_bits) wgc.max_bits = 64; in printSubElements()
887 wgc.value_string = malloc(wgc.max_bits+1); in main()
891 while(wgc.prev_hier_len && strncmp("/", wgc.prev_hier, wgc.prev_hier_len)) in main()
893 wgc.prev_hier[wgc.prev_hier_len - 1] = 0; in main()
904 free(wgc.archive_sym); wgc.archive_sym = NULL; in main()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/player/src/
H A Dmain.rs13 use wgc::device::trace;
80 impl<I: Clone + Debug + wgc::id::TypedId> wgc::hub::IdentityHandler<I> for IdentityPassThrough<I> {
91 impl<I: Clone + Debug + wgc::id::TypedId> wgc::hub::IdentityHandlerFactory<I> impl
104 encoder: wgc::id::CommandEncoderId, in encode_commands()
106 ) -> wgc::id::CommandBufferId; in encode_commands()
107 fn process<B: wgc::hub::GfxBackend>( in process()
109 device: wgc::id::DeviceId, in process()
119 encoder: wgc::id::CommandEncoderId, in encode_commands()
121 ) -> wgc::id::CommandBufferId { in encode_commands()
196 fn process<B: wgc::hub::GfxBackend>( in process()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/player/tests/
H A Dtest.rs57 actions: Vec<wgc::device::trace::Action<'a>>,
62 wgc::resource::BufferMapAsyncStatus::Success => (), in map_callback()
84 global: &wgc::hub::Global<IdentityPassThroughFactory>, in run()
85 adapter: wgc::id::AdapterId, in run()
112 wgc::gfx_select!(device => global.buffer_map_async( in run()
115 wgc::resource::BufferMapOperation { in run()
116 host: wgc::device::HostMap::Read, in run()
154 wgc::gfx_select!(device => global.clear_backend(())); in run()
184 &wgc::instance::RequestAdapterOptions { in run_from()
188 wgc::instance::AdapterInputs::IdSet( in run_from()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/player/tests/
H A Dtest.rs57 actions: Vec<wgc::device::trace::Action<'a>>,
62 wgc::resource::BufferMapAsyncStatus::Success => (), in map_callback()
84 global: &wgc::hub::Global<IdentityPassThroughFactory>, in run()
85 adapter: wgc::id::AdapterId, in run()
112 wgc::gfx_select!(device => global.buffer_map_async( in run()
115 wgc::resource::BufferMapOperation { in run()
116 host: wgc::device::HostMap::Read, in run()
154 wgc::gfx_select!(device => global.clear_backend(())); in run()
184 &wgc::instance::RequestAdapterOptions { in run_from()
188 wgc::instance::AdapterInputs::IdSet( in run_from()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu_bindings/src/
H A Didentity.rs5 use wgc::id;
16 impl<I: id::TypedId + Clone + std::fmt::Debug> wgc::hub::IdentityHandler<I> impl
54 impl wgc::hub::IdentityHandlerFactory<id::AdapterId> for IdentityRecyclerFactory {
64 impl wgc::hub::IdentityHandlerFactory<id::DeviceId> for IdentityRecyclerFactory {
74 impl wgc::hub::IdentityHandlerFactory<id::SwapChainId> for IdentityRecyclerFactory {
164 impl wgc::hub::IdentityHandlerFactory<id::QuerySetId> for IdentityRecyclerFactory {
174 impl wgc::hub::IdentityHandlerFactory<id::BufferId> for IdentityRecyclerFactory {
184 impl wgc::hub::IdentityHandlerFactory<id::TextureId> for IdentityRecyclerFactory {
204 impl wgc::hub::IdentityHandlerFactory<id::SamplerId> for IdentityRecyclerFactory {
214 impl wgc::hub::IdentityHandlerFactory<id::SurfaceId> for IdentityRecyclerFactory {
[all …]
H A Dlib.rs5 use wgc::id;
7 pub use wgc::command::{compute_ffi::*, render_ffi::*};
13 pub use wgc::device::trace::Command as CommandEncoderAction;
89 wgc::binding_model::BindGroupLayoutDescriptor<'a>,
93 wgc::binding_model::PipelineLayoutDescriptor<'a>,
98 wgc::pipeline::ShaderModuleDescriptor<'a>,
103 wgc::pipeline::ComputePipelineDescriptor<'a>,
108 wgc::pipeline::RenderPipelineDescriptor<'a>,
113 wgc::command::RenderBundleEncoder,
114 wgc::command::RenderBundleDescriptor<'a>,
[all …]
H A Dclient.rs10 use wgc::{hub::IdentityManager, id};
93 wgc::pipeline::VertexState { in to_wgpu()
124 wgc::pipeline::FragmentState { in to_wgpu()
291 (0..wgc::MAX_BIND_GROUPS) in new()
674 ) -> *mut wgc::command::ComputePass { in wgpu_command_encoder_begin_compute_pass()
710 ) -> *mut wgc::command::RenderPass { in wgpu_command_encoder_begin_render_pass()
870 wgc::binding_model::BindingResource::Buffer(wgc::binding_model::BufferBinding { in wgpu_client_create_bind_group()
1025 dst: wgc::command::ImageCopyBuffer, in wgpu_command_encoder_copy_texture_to_buffer()
1035 src: wgc::command::ImageCopyBuffer, in wgpu_command_encoder_copy_buffer_to_texture()
1058 buffer: wgc::id::BufferId, in wgpu_render_pass_set_index_buffer()
[all …]
H A Dserver.rs11 use wgc::{gfx_select, id};
63 let global = Global(wgc::hub::Global::new( in wgpu_server_new()
99 desc: &wgc::instance::RequestAdapterOptions, in wgpu_server_instance_request_adapter()
192 operation: wgc::resource::BufferMapOperation, in wgpu_server_buffer_map()
233 fn device_action<B: wgc::hub::GfxBackend>( in device_action()
239 fn texture_action<B: wgc::hub::GfxBackend>( in texture_action()
245 fn command_encoder_action<B: wgc::hub::GfxBackend>( in command_encoder_action()
254 fn device_action<B: wgc::hub::GfxBackend>( in device_action()
350 fn texture_action<B: wgc::hub::GfxBackend>( in texture_action()
558 source: &wgc::command::ImageCopyTexture, in wgpu_server_encoder_copy_texture_to_buffer()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu_bindings/src/
H A Didentity.rs5 use wgc::id;
16 impl<I: id::TypedId + Clone + std::fmt::Debug> wgc::hub::IdentityHandler<I> impl
54 impl wgc::hub::IdentityHandlerFactory<id::AdapterId> for IdentityRecyclerFactory {
64 impl wgc::hub::IdentityHandlerFactory<id::DeviceId> for IdentityRecyclerFactory {
74 impl wgc::hub::IdentityHandlerFactory<id::SwapChainId> for IdentityRecyclerFactory {
164 impl wgc::hub::IdentityHandlerFactory<id::QuerySetId> for IdentityRecyclerFactory {
174 impl wgc::hub::IdentityHandlerFactory<id::BufferId> for IdentityRecyclerFactory {
184 impl wgc::hub::IdentityHandlerFactory<id::TextureId> for IdentityRecyclerFactory {
204 impl wgc::hub::IdentityHandlerFactory<id::SamplerId> for IdentityRecyclerFactory {
214 impl wgc::hub::IdentityHandlerFactory<id::SurfaceId> for IdentityRecyclerFactory {
[all …]
H A Dlib.rs5 use wgc::id;
7 pub use wgc::command::{compute_ffi::*, render_ffi::*};
13 pub use wgc::device::trace::Command as CommandEncoderAction;
89 wgc::binding_model::BindGroupLayoutDescriptor<'a>,
93 wgc::binding_model::PipelineLayoutDescriptor<'a>,
98 wgc::pipeline::ShaderModuleDescriptor<'a>,
103 wgc::pipeline::ComputePipelineDescriptor<'a>,
108 wgc::pipeline::RenderPipelineDescriptor<'a>,
113 wgc::command::RenderBundleEncoder,
114 wgc::command::RenderBundleDescriptor<'a>,
[all …]
H A Dclient.rs10 use wgc::{hub::IdentityManager, id};
93 wgc::pipeline::VertexState { in to_wgpu()
124 wgc::pipeline::FragmentState { in to_wgpu()
291 (0..wgc::MAX_BIND_GROUPS) in new()
674 ) -> *mut wgc::command::ComputePass { in wgpu_command_encoder_begin_compute_pass()
710 ) -> *mut wgc::command::RenderPass { in wgpu_command_encoder_begin_render_pass()
870 wgc::binding_model::BindingResource::Buffer(wgc::binding_model::BufferBinding { in wgpu_client_create_bind_group()
1025 dst: wgc::command::ImageCopyBuffer, in wgpu_command_encoder_copy_texture_to_buffer()
1035 src: wgc::command::ImageCopyBuffer, in wgpu_command_encoder_copy_buffer_to_texture()
1058 buffer: wgc::id::BufferId, in wgpu_render_pass_set_index_buffer()
[all …]
H A Dserver.rs11 use wgc::{gfx_select, id};
63 let global = Global(wgc::hub::Global::new( in wgpu_server_new()
99 desc: &wgc::instance::RequestAdapterOptions, in wgpu_server_instance_request_adapter()
192 operation: wgc::resource::BufferMapOperation, in wgpu_server_buffer_map()
233 fn device_action<B: wgc::hub::GfxBackend>( in device_action()
239 fn texture_action<B: wgc::hub::GfxBackend>( in texture_action()
245 fn command_encoder_action<B: wgc::hub::GfxBackend>( in command_encoder_action()
254 fn device_action<B: wgc::hub::GfxBackend>( in device_action()
350 fn texture_action<B: wgc::hub::GfxBackend>( in texture_action()
558 source: &wgc::command::ImageCopyTexture, in wgpu_server_encoder_copy_texture_to_buffer()
[all …]
/dports/www/firefox/firefox-99.0/gfx/wgpu_bindings/src/
H A Dlib.rs5 use wgc::id;
7 pub use wgc::command::{compute_ffi::*, render_ffi::*};
13 pub use wgc::device::trace::Command as CommandEncoderAction;
83 wgc::binding_model::BindGroupLayoutDescriptor<'a>,
87 wgc::binding_model::PipelineLayoutDescriptor<'a>,
92 wgc::pipeline::ShaderModuleDescriptor<'a>,
97 wgc::pipeline::ComputePipelineDescriptor<'a>,
102 wgc::pipeline::RenderPipelineDescriptor<'a>,
107 wgc::command::RenderBundleEncoder,
108 wgc::command::RenderBundleDescriptor<'a>,
[all …]
H A Didentity.rs5 use wgc::id;
16 impl<I: id::TypedId + Clone + std::fmt::Debug> wgc::hub::IdentityHandler<I> impl
53 impl wgc::hub::IdentityHandlerFactory<id::AdapterId> for IdentityRecyclerFactory {
63 impl wgc::hub::IdentityHandlerFactory<id::DeviceId> for IdentityRecyclerFactory {
103 impl wgc::hub::IdentityHandlerFactory<id::BindGroupId> for IdentityRecyclerFactory {
153 impl wgc::hub::IdentityHandlerFactory<id::QuerySetId> for IdentityRecyclerFactory {
163 impl wgc::hub::IdentityHandlerFactory<id::BufferId> for IdentityRecyclerFactory {
173 impl wgc::hub::IdentityHandlerFactory<id::TextureId> for IdentityRecyclerFactory {
193 impl wgc::hub::IdentityHandlerFactory<id::SamplerId> for IdentityRecyclerFactory {
203 impl wgc::hub::IdentityHandlerFactory<id::SurfaceId> for IdentityRecyclerFactory {
[all …]
H A Dclient.rs10 use wgc::{hub::IdentityManager, id};
92 wgc::pipeline::VertexState { in to_wgpu()
123 wgc::pipeline::FragmentState { in to_wgpu()
687 ) -> *mut wgc::command::ComputePass { in wgpu_command_encoder_begin_compute_pass()
723 ) -> *mut wgc::command::RenderPass { in wgpu_command_encoder_begin_render_pass()
740 pass: *mut wgc::command::RenderPass, in wgpu_render_pass_finish()
886 wgc::binding_model::BindingResource::Buffer(wgc::binding_model::BufferBinding { in wgpu_client_create_bind_group()
1037 dst: wgc::command::ImageCopyBuffer, in wgpu_command_encoder_copy_texture_to_buffer()
1047 src: wgc::command::ImageCopyBuffer, in wgpu_command_encoder_copy_buffer_to_texture()
1098 buffer: wgc::id::BufferId, in wgpu_render_pass_set_index_buffer()
[all …]
H A Dserver.rs10 use wgc::{gfx_select, id};
67 let global = Global(wgc::hub::Global::new( in wgpu_server_new()
103 desc: &wgc::instance::RequestAdapterOptions, in wgpu_server_instance_request_adapter()
208 operation: wgc::resource::BufferMapOperation, in wgpu_server_buffer_map()
249 fn device_action<A: wgc::hub::HalApi>( in device_action()
255 fn texture_action<A: wgc::hub::HalApi>( in texture_action()
261 fn command_encoder_action<A: wgc::hub::HalApi>( in command_encoder_action()
270 fn device_action<A: wgc::hub::HalApi>( in device_action()
364 fn texture_action<A: wgc::hub::HalApi>( in texture_action()
587 source: &wgc::command::ImageCopyTexture, in wgpu_server_encoder_copy_texture_to_buffer()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu_bindings/src/
H A Didentity.rs5 use wgc::id;
16 impl<I: id::TypedId + Clone + std::fmt::Debug> wgc::hub::IdentityHandler<I> impl
51 impl wgc::hub::IdentityHandlerFactory<id::AdapterId> for IdentityRecyclerFactory {
61 impl wgc::hub::IdentityHandlerFactory<id::DeviceId> for IdentityRecyclerFactory {
71 impl wgc::hub::IdentityHandlerFactory<id::SwapChainId> for IdentityRecyclerFactory {
111 impl wgc::hub::IdentityHandlerFactory<id::BindGroupId> for IdentityRecyclerFactory {
151 impl wgc::hub::IdentityHandlerFactory<id::BufferId> for IdentityRecyclerFactory {
161 impl wgc::hub::IdentityHandlerFactory<id::TextureId> for IdentityRecyclerFactory {
181 impl wgc::hub::IdentityHandlerFactory<id::SamplerId> for IdentityRecyclerFactory {
191 impl wgc::hub::IdentityHandlerFactory<id::SurfaceId> for IdentityRecyclerFactory {
[all …]
H A Dserver.rs7 use wgc::{gfx_select, id};
11 pub type Global = wgc::hub::Global<IdentityRecyclerFactory>;
48 desc: &wgc::instance::RequestAdapterOptions, in wgpu_server_instance_request_adapter()
123 callback: wgc::device::BufferMapReadCallback, in wgpu_server_buffer_map_read()
198 source: &wgc::command::TextureCopyView, in wgpu_server_encoder_copy_texture_to_buffer()
199 destination: &wgc::command::BufferCopyView, in wgpu_server_encoder_copy_texture_to_buffer()
209 source: &wgc::command::BufferCopyView, in wgpu_server_encoder_copy_buffer_to_texture()
210 destination: &wgc::command::TextureCopyView, in wgpu_server_encoder_copy_buffer_to_texture()
220 source: &wgc::command::TextureCopyView, in wgpu_server_encoder_copy_texture_to_texture()
221 destination: &wgc::command::TextureCopyView, in wgpu_server_encoder_copy_texture_to_texture()
[all …]
H A Dlib.rs5 use wgc::{hub::IdentityManager, id};
9 pub use wgc::command::{compute_ffi::*, render_ffi::*};
278 _desc: Option<&wgc::command::ComputePassDescriptor>, in wgpu_command_encoder_begin_compute_pass()
279 ) -> wgc::command::RawPass { in wgpu_command_encoder_begin_compute_pass()
280 wgc::command::RawPass::new_compute(encoder_id) in wgpu_command_encoder_begin_compute_pass()
284 pub unsafe extern "C" fn wgpu_compute_pass_destroy(mut pass: wgc::command::RawPass) { in wgpu_compute_pass_destroy()
291 desc: &wgc::command::RenderPassDescriptor, in wgpu_command_encoder_begin_render_pass()
292 ) -> wgc::command::RawPass { in wgpu_command_encoder_begin_render_pass()
293 wgc::command::RawPass::new_render(encoder_id, desc) in wgpu_command_encoder_begin_render_pass()
297 pub unsafe extern "C" fn wgpu_render_pass_destroy(mut pass: wgc::command::RawPass) { in wgpu_render_pass_destroy()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/player/src/
H A Dlib.rs13 use wgc::device::trace;
20 impl<I: Clone + Debug + wgc::id::TypedId> wgc::hub::IdentityHandler<I> for IdentityPassThrough<I> {
31 impl<I: Clone + Debug + wgc::id::TypedId> wgc::hub::IdentityHandlerFactory<I> impl
44 encoder: wgc::id::CommandEncoderId, in encode_commands()
46 ) -> wgc::id::CommandBufferId; in encode_commands()
47 fn process<B: wgc::hub::GfxBackend>( in process()
49 device: wgc::id::DeviceId, in process()
59 encoder: wgc::id::CommandEncoderId, in encode_commands()
61 ) -> wgc::id::CommandBufferId { in encode_commands()
142 fn process<B: wgc::hub::GfxBackend>( in process()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/player/src/
H A Dlib.rs13 use wgc::device::trace;
20 impl<I: Clone + Debug + wgc::id::TypedId> wgc::hub::IdentityHandler<I> for IdentityPassThrough<I> {
31 impl<I: Clone + Debug + wgc::id::TypedId> wgc::hub::IdentityHandlerFactory<I> impl
44 encoder: wgc::id::CommandEncoderId, in encode_commands()
46 ) -> wgc::id::CommandBufferId; in encode_commands()
47 fn process<B: wgc::hub::GfxBackend>( in process()
49 device: wgc::id::DeviceId, in process()
59 encoder: wgc::id::CommandEncoderId, in encode_commands()
61 ) -> wgc::id::CommandBufferId { in encode_commands()
142 fn process<B: wgc::hub::GfxBackend>( in process()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/player/src/bin/
H A Dplay.rs9 use wgc::{device::trace, gfx_select};
48 let global = wgc::hub::Global::new( in main()
53 let mut command_buffer_id_manager = wgc::hub::IdentityManager::default(); in main()
57 global.instance_create_surface(&window, wgc::id::TypedId::zip(0, 1, wgt::Backend::Empty)); in main()
64 &wgc::instance::RequestAdapterOptions { in main()
71 wgc::instance::AdapterInputs::IdSet( in main()
72 &[wgc::id::TypedId::zip(0, 0, backend)], in main()
80 let id = wgc::id::TypedId::zip(1, 0, backend); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/player/src/bin/
H A Dplay.rs9 use wgc::{device::trace, gfx_select};
48 let global = wgc::hub::Global::new( in main()
53 let mut command_buffer_id_manager = wgc::hub::IdentityManager::default(); in main()
57 global.instance_create_surface(&window, wgc::id::TypedId::zip(0, 1, wgt::Backend::Empty)); in main()
64 &wgc::instance::RequestAdapterOptions { in main()
71 wgc::instance::AdapterInputs::IdSet( in main()
72 &[wgc::id::TypedId::zip(0, 0, backend)], in main()
80 let id = wgc::id::TypedId::zip(1, 0, backend); in main()
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/jsactor/
H A DJSWindowActorProtocol.cpp188 RefPtr<WindowGlobalChild> wgc = inner->GetWindowGlobalChild(); in HandleEvent() local
189 if (NS_WARN_IF(!wgc)) { in HandleEvent()
194 RefPtr<JSActor> actor = wgc->GetExistingActor(mName); in HandleEvent()
212 actor = wgc->GetActor(jsapi.cx(), mName, IgnoreErrors()); in HandleEvent()
234 RefPtr<WindowGlobalChild> wgc; in Observe() local
251 wgc = outer->GetCurrentInnerWindow()->GetWindowGlobalChild(); in Observe()
253 wgc = inner->GetWindowGlobalChild(); in Observe()
256 if (NS_WARN_IF(!wgc)) { in Observe()
263 RefPtr<JSActor> actor = wgc->GetActor(jsapi.cx(), mName, IgnoreErrors()); in Observe()
/dports/www/firefox/firefox-99.0/dom/ipc/jsactor/
H A DJSWindowActorProtocol.cpp188 RefPtr<WindowGlobalChild> wgc = inner->GetWindowGlobalChild(); in HandleEvent() local
189 if (NS_WARN_IF(!wgc)) { in HandleEvent()
198 RefPtr<JSActor> actor = wgc->GetExistingActor(mName); in HandleEvent()
216 actor = wgc->GetActor(jsapi.cx(), mName, IgnoreErrors()); in HandleEvent()
238 RefPtr<WindowGlobalChild> wgc; in Observe() local
255 wgc = outer->GetCurrentInnerWindow()->GetWindowGlobalChild(); in Observe()
257 wgc = inner->GetWindowGlobalChild(); in Observe()
260 if (NS_WARN_IF(!wgc)) { in Observe()
267 RefPtr<JSActor> actor = wgc->GetActor(jsapi.cx(), mName, IgnoreErrors()); in Observe()

123456789