Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-core/src/command/
H A Dquery.rs344 if destination_offset % wgt::QUERY_RESOLVE_BUFFER_ALIGNMENT != 0 { in command_encoder_resolve_query_set()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-types/src/
H A Dlib.rs31 pub const QUERY_RESOLVE_BUFFER_ALIGNMENT: BufferAddress = 256; const