Searched defs:ShaderStages (Results 1 – 6 of 6) sorted by relevance
1944 const struct ShaderStages in createBufferAccessWithVariablePointersTests() struct1946 VkShaderStageFlags stage; in createBufferAccessWithVariablePointersTests()1947 de::MovePtr<tcu::TestCaseGroup> &reads; in createBufferAccessWithVariablePointersTests()1948 de::MovePtr<tcu::TestCaseGroup> &writes; in createBufferAccessWithVariablePointersTests()
240 impl FromVulkan<ash::vk::ShaderStageFlags> for ShaderStages { implementation
1147 stages_read: ShaderStages, in iter_descriptor_stages()1148 stages_write: ShaderStages, in iter_descriptor_stages()
794 ShaderStages { enumerator
814 stages: ShaderStages, in push_constants()1180 stages: ShaderStages, in push_constants()
1188 fn increment(&mut self, num: u32, stages: ShaderStages) { in increment()