Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/
Dcompute.rs538 let data_buffer_content = data_buffer.read().unwrap(); in specialization_constants() localVariable
539 assert_eq!(*data_buffer_content, 0x12345678); in specialization_constants()