Home
last modified time | relevance | path

Searched defs:CommandBufferState (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dmod.rs500 pub struct CommandBufferState { struct
505 impl CommandBufferState { argument
Dtraits.rs131 fn state(&self) -> MutexGuard<'_, CommandBufferState>; in state() argument
152 fn state(&self) -> MutexGuard<'_, CommandBufferState> { in state() argument
Dauto.rs754 fn state(&self) -> MutexGuard<'_, CommandBufferState> { in state() argument
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dcommand_buffer.h25 enum class CommandBufferState : uint8_t { enum