Searched refs:output_interface (Results 1 – 4 of 4) sorted by relevance
138 std::string output_interface = GetAsString(statistics::SHOW_INTERFACE, in TEST_F() local144 EXPECT_EQ(expected_output_interface, output_interface); in TEST_F()
503 pub output_interface: ShaderInterface, field571 pub fn output_interface(&self) -> &ShaderInterface { in output_interface() method572 &self.info.output_interface in output_interface()
95 let output_interface = shader_interface( in entry_points() localVariable111 output_interface, in entry_points()
1870 if !subpass.is_compatible_with(entry_point.output_interface()) { in validate_create()2523 .matches(output.entry_point.output_interface()) in validate_create()