Home
last modified time | relevance | path

Searched refs:is_patch (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c467 bool is_patch; member
480 if (comp1->is_patch != comp2->is_patch) in cmp_varying_component()
481 return comp1->is_patch ? 1 : -1; in cmp_varying_component()
602 vc_info->is_patch = in_var->data.patch; in gather_varying_component_info()
667 vc_info->is_patch = out_var->data.patch; in gather_varying_component_info()
849 assert(info->is_patch || cursor < MAX_VARYING); in compact_components()
850 if (info->is_patch) { in compact_components()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_tess.c413 bool is_patch = vertex_index == NULL; in si_nir_load_tcs_varyings() local
416 semantic == VARYING_SLOT_TESS_LEVEL_OUTER) == is_patch); in si_nir_load_tcs_varyings()
422 if (is_patch) { in si_nir_load_tcs_varyings()
488 const bool is_patch = vertex_index == NULL; in si_nir_store_output_tcs() local
492 semantic == VARYING_SLOT_TESS_LEVEL_OUTER) != is_patch) in si_nir_store_output_tcs()
495 if (!is_patch) { in si_nir_store_output_tcs()
/third_party/ltp/scripts/
Dcheckpatch.pl2579 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) {
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1230 uint32_t is_patch);
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp2549 bool is_patch = has_decoration(var.self, DecorationPatch); in emit_interface_block() local
2550 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() local
3618 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 …]
Dspirv_msl.cpp1770 bool is_patch = has_decoration(arg_id, DecorationPatch) || is_patch_block(*p_type); in extract_global_variables_from_function() local
1773 !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()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2281 - radeonsi/nir: validate is_patch because SPIR-V doesn't set it for