Searched refs:CompiledNodeAttributes (Results 1 – 9 of 9) sorted by relevance
32 struct CompiledNodeAttributes { struct45 absl::Status MergeCode(CompiledNodeAttributes* attr, argument46 CompiledNodeAttributes* merged_attr);
42 CompiledNodeAttributes a1; in TEST()48 CompiledNodeAttributes a2; in TEST()54 CompiledNodeAttributes a3; in TEST()79 CompiledNodeAttributes a1; in TEST()85 CompiledNodeAttributes a2; in TEST()
83 absl::any_cast<CompiledNodeAttributes&>(node->operation.attributes); in ApplyToNode()102 absl::any_cast<CompiledNodeAttributes&>(node1->operation.attributes); in ApplyToNodesSequence()104 absl::any_cast<CompiledNodeAttributes&>(node2->operation.attributes); in ApplyToNodesSequence()
27 absl::Status MergeCode(CompiledNodeAttributes* attr, in MergeCode()28 CompiledNodeAttributes* merged_attr) { in MergeCode()
41 absl::any_cast<CompiledNodeAttributes&>(node1->operation.attributes); in ApplyToNodesSequence()43 absl::any_cast<CompiledNodeAttributes&>(node2->operation.attributes); in ApplyToNodesSequence()
48 absl::any_cast<CompiledNodeAttributes&>(node->operation.attributes); in ApplyToNode()77 auto& input_producer_attr = absl::any_cast<const CompiledNodeAttributes&>( in ApplyToNode()145 absl::any_cast<CompiledNodeAttributes&>(input->operation.attributes); in ApplyToNode()
42 absl::Status Build(CompiledNodeAttributes attr,
36 absl::Status ShaderCodegen::Build(CompiledNodeAttributes attr, in Build()
123 CompiledNodeAttributes attr; in Compile()183 absl::any_cast<CompiledNodeAttributes&>(node->operation.attributes); in Compile()238 absl::any_cast<CompiledNodeAttributes&>(node->operation.attributes); in Compile()