Home
last modified time | relevance | path

Searched refs:GPU_CACHE_UPDATE (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs159 use super::desc::GPU_CACHE_UPDATE; in new()
169 &GPU_CACHE_UPDATE, in new()
176 buf_position.stream_with(&GPU_CACHE_UPDATE.vertex_attributes[0..1]), in new()
177 buf_value .stream_with(&GPU_CACHE_UPDATE.vertex_attributes[1..2]), in new()
H A Dvertex.rs538 pub const GPU_CACHE_UPDATE: VertexDescriptor = VertexDescriptor { const
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs159 use super::desc::GPU_CACHE_UPDATE; in new()
169 &GPU_CACHE_UPDATE, in new()
176 buf_position.stream_with(&GPU_CACHE_UPDATE.vertex_attributes[0..1]), in new()
177 buf_value .stream_with(&GPU_CACHE_UPDATE.vertex_attributes[1..2]), in new()
H A Dvertex.rs538 pub const GPU_CACHE_UPDATE: VertexDescriptor = VertexDescriptor { const
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dgpu_cache.rs159 use super::desc::GPU_CACHE_UPDATE; in new()
169 &GPU_CACHE_UPDATE, in new()
176 buf_position.stream_with(&GPU_CACHE_UPDATE.vertex_attributes[0..1]), in new()
177 buf_value .stream_with(&GPU_CACHE_UPDATE.vertex_attributes[1..2]), in new()
H A Dvertex.rs538 pub const GPU_CACHE_UPDATE: VertexDescriptor = VertexDescriptor { const
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Drenderer.rs561 pub const GPU_CACHE_UPDATE: VertexDescriptor = VertexDescriptor { const
1126 &desc::GPU_CACHE_UPDATE, in new()
1133 buf_position.stream_with(&desc::GPU_CACHE_UPDATE.vertex_attributes[0..1]), in new()
1134 buf_value .stream_with(&desc::GPU_CACHE_UPDATE.vertex_attributes[1..2]), in new()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drenderer.rs669 pub const GPU_CACHE_UPDATE: VertexDescriptor = VertexDescriptor { const
1492 &desc::GPU_CACHE_UPDATE, in new()
1499 buf_position.stream_with(&desc::GPU_CACHE_UPDATE.vertex_attributes[0..1]), in new()
1500 buf_value .stream_with(&desc::GPU_CACHE_UPDATE.vertex_attributes[1..2]), in new()