Searched refs:is_patch (Results 1 – 6 of 6) sorted by relevance
484 bool is_patch; member498 if (comp1->is_patch != comp2->is_patch) in cmp_varying_component()499 return comp1->is_patch ? 1 : -1; in cmp_varying_component()626 vc_info->is_patch = in_var->data.patch; in gather_varying_component_info()692 vc_info->is_patch = out_var->data.patch; in gather_varying_component_info()882 assert(info->is_patch || cursor < MAX_VARYING); in compact_components()883 if (info->is_patch) { in compact_components()
2579 my $is_patch = 0;2732 $is_patch = 1;2739 $is_patch = 1;3258 $is_patch = 1;7415 if ($mailback && ($clean == 1 || !$is_patch)) {7421 if (!$chk_patch && !$is_patch) {7425 if (!$is_patch && $filename !~ /cover-letter\.patch$/) {7429 if ($is_patch && $has_commit_log && $chk_signoff) {
1248 uint32_t is_patch);
2549 bool is_patch = has_decoration(var.self, DecorationPatch); in emit_interface_block() local2550 statement(layout_for_variable(var), (is_patch ? "patch " : ""), qual, block_name); in emit_interface_block()3616 bool is_patch = has_decoration(var.self, DecorationPatch); in emit_output_variable_initializer() local3618 bool is_control_point = get_execution_model() == ExecutionModelTessellationControl && !is_patch; in emit_output_variable_initializer()3687 if (is_patch) in emit_output_variable_initializer()3712 if (is_patch) in emit_output_variable_initializer()3747 entry_func.fixup_hooks_in.push_back([&, lut_name, is_patch]() { in emit_output_variable_initializer()3748 if (is_patch) in emit_output_variable_initializer()3754 if (is_patch) in emit_output_variable_initializer()15319 bool is_patch = has_decoration(var->self, DecorationPatch); in unroll_array_from_complex_load() local[all …]
1770 bool is_patch = has_decoration(arg_id, DecorationPatch) || is_patch_block(*p_type); in extract_global_variables_from_function() local1773 !is_patch && in extract_global_variables_from_function()1776 bool is_patch_block_storage = is_patch && is_block && var.storage == StorageClassOutput; in extract_global_variables_from_function()1796 if (is_patch) in extract_global_variables_from_function()1821 auto &added_in = is_patch ? patch_added_in : control_point_added_in; in extract_global_variables_from_function()1824 arg_id = is_patch ? patch_stage_in_var_id : stage_in_ptr_var_id; in extract_global_variables_from_function()1829 auto &added_out = is_patch ? patch_added_out : control_point_added_out; in extract_global_variables_from_function()1832 arg_id = is_patch ? patch_stage_out_var_id : stage_out_ptr_var_id; in extract_global_variables_from_function()
2281 - radeonsi/nir: validate is_patch because SPIR-V doesn't set it for