Home
last modified time | relevance | path

Searched defs:ShaderStages (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/vulkano/src/pipeline/
Dshader.rs618 pub struct ShaderStages { struct
627 impl ShaderStages { argument
689 other: &ShaderStages, in ensure_superset_of()
743 impl From<ash::vk::ShaderStageFlags> for ShaderStages { implementation
758 impl BitOr for ShaderStages { implementation
762 fn bitor(self, other: ShaderStages) -> ShaderStages { in bitor()
/external/rust/crates/vulkano/src/pipeline/layout/
Dlimits_check.rs469 fn increment(&mut self, num: u32, stages: &ShaderStages) { in increment()
/external/rust/crates/vulkano/src/device/
Dproperties.rs304 impl FromVulkan<ash::vk::ShaderStageFlags> for ShaderStages { implementation
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustBufferAccessWithVariablePointersTests.cpp1960 const struct ShaderStages in createBufferAccessWithVariablePointersTests() struct
1962 VkShaderStageFlags stage; in createBufferAccessWithVariablePointersTests()
1963 de::MovePtr<tcu::TestCaseGroup>& reads; in createBufferAccessWithVariablePointersTests()
1964 de::MovePtr<tcu::TestCaseGroup>& writes; in createBufferAccessWithVariablePointersTests()
/external/rust/crates/vulkano/src/command_buffer/
Dsys.rs1249 stages: ShaderStages, in push_constants()
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs2141 stages: ShaderStages, in push_constants()