Home
last modified time | relevance | path

Searched refs:BlitSource (Results 1 – 14 of 14) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/shaders/
H A Dblit.hlsl2 Texture2DArray BlitSource : register(t0);
28 return BlitSource.SampleLevel(BlitSampler, input.uv.xyz, input.uv.w);
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/shaders/
H A Dblit.hlsl2 Texture2DArray BlitSource : register(t0);
28 return BlitSource.SampleLevel(BlitSampler, input.uv.xyz, input.uv.w);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/shaders/
H A Dblit.hlsl2 Texture2DArray BlitSource : register(t0);
28 return BlitSource.SampleLevel(BlitSampler, input.uv.xyz, input.uv.w);
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/shaders/
H A Dblit.hlsl2 Texture2DArray BlitSource : register(t0);
28 return BlitSource.SampleLevel(BlitSampler, input.uv.xyz, input.uv.w);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drender_task.rs186 pub enum BlitSource { enum
206 pub source: BlitSource,
470 source: BlitSource, in new_blit() argument
478 source: BlitSource, in new_blit_with_padding() argument
486 BlitSource::RenderTask { task_id } => smallvec![task_id], in new_blit_with_padding()
487 BlitSource::Image { .. } => smallvec![], in new_blit_with_padding()
807 BlitSource::RenderTask { task_id: src_task_id }, in new_scaling()
816 source: BlitSource, in new_scaling_with_padding() argument
823BlitSource::RenderTask { task_id } => (render_tasks[task_id].uv_rect_kind(), smallvec![task_id], N… in new_scaling_with_padding()
824 BlitSource::Image { key } => (UvRectKind::Rect, smallvec![], Some(key)), in new_scaling_with_padding()
H A Drender_target.rs23 use crate::render_task::{RenderTaskKind, RenderTaskAddress, ClearMode, BlitSource};
511 BlitSource::Image { key } => { in add_task()
540 BlitSource::RenderTask { task_id } => { in add_task()
799 BlitSource::Image { .. } => { in add_task()
804 BlitSource::RenderTask { task_id } => { in add_task()
H A Drender_task_graph.rs12 use crate::render_task::{BlitSource, RenderTask, RenderTaskKind, RenderTaskAddress, RenderTaskData};
325 BlitSource::RenderTask { task_id: child_task_id }, in resolve_target_conflicts()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/prim_store/
H A Dimage.rs23 use crate::render_task::{BlitSource, RenderTask};
223 BlitSource::Image { key: image_cache_key }, in update()
235 BlitSource::RenderTask { in update()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dtiling.rs20 use render_task::{BlitSource, RenderTaskId, RenderTaskKind};
421 BlitSource::Image { key } => { in add_task()
457 BlitSource::RenderTask { .. } => { in add_task()
628 BlitSource::Image { .. } => { in add_task()
633 BlitSource::RenderTask { task_id } => { in add_task()
H A Drender_task.rs198 pub enum BlitSource { enum
211 pub source: BlitSource,
297 source: BlitSource, in new_blit() argument
306 if let BlitSource::RenderTask { task_id } = source { in new_blit()
H A Dprim_store.rs22 use render_task::{BlitSource, RenderTask, RenderTaskCacheKey, RenderTaskCacheKeyKind};
1159 BlitSource::Image { in prepare_prim_for_render_inner()
1170 BlitSource::RenderTask { in prepare_prim_for_render_inner()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/prim_store/
H A Dimage.rs23 BlitSource, RenderTask, RenderTaskCacheEntryHandle, RenderTaskCacheKey,
269 BlitSource::Image { key: image_cache_key }, in update()
278 BlitSource::RenderTask { in update()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dtiling.rs26 use render_task::{BlitSource, RenderTaskAddress, RenderTaskId, RenderTaskKind};
506 BlitSource::Image { key } => { in add_task()
539 BlitSource::RenderTask { .. } => { in add_task()
766 BlitSource::Image { .. } => { in add_task()
771 BlitSource::RenderTask { task_id } => { in add_task()
H A Drender_task.rs325 pub enum BlitSource { enum
345 pub source: BlitSource,
473 source: BlitSource, in new_blit() argument
481 source: BlitSource, in new_blit_with_padding() argument
490 if let BlitSource::RenderTask { task_id } = source { in new_blit_with_padding()