Searched refs:consumer_type (Results 1 – 3 of 3) sorted by relevance
148 auto consumer_type = OperationTypeFromString(add_node->operation.type); in ApplyToNode() local149 if (consumer_type != OperationType::ADD) { in ApplyToNode()
334 absl::optional<int> consumer_type; in EventNode() local347 consumer_type = stat.IntValue(); in EventNode()370 if (!consumer_type.has_value() || !consumer_id.has_value()) { in EventNode()372 consumer_type = consumer_context->type; in EventNode()381 if (consumer_type.has_value() && consumer_id.has_value()) { in EventNode()382 consumer_context_ = {*consumer_type, *consumer_id}; in EventNode()
1781 const glsl_type *consumer_type = consumer_var->type; in validate_io() local1792 if (consumer_type->is_array() && !consumer_var->patch) in validate_io()1793 consumer_type = consumer_type->fields.array; in validate_io()1808 if (producer_type != consumer_type) { in validate_io()