Home
last modified time | relevance | path

Searched refs:explicit_xfb_buffer (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dast_type.cpp85 || this->flags.q.explicit_xfb_buffer in has_layout()
367 if (!this->flags.q.explicit_xfb_buffer) { in merge_qualifier()
530 valid_out_mask.flags.q.explicit_xfb_buffer = 1; in validate_out_qualifier()
539 valid_out_mask.flags.q.explicit_xfb_buffer = 1; in validate_out_qualifier()
546 valid_out_mask.flags.q.explicit_xfb_buffer = 1; in validate_out_qualifier()
591 state->out_qualifier->flags.q.explicit_xfb_buffer = 0; in merge_into_out_qualifier()
890 Q2(explicit_xfb_buffer, xfb_buffer); in validate_flags()
H A Dlower_named_interface_blocks.cpp194 new_var->data.explicit_xfb_buffer = in run()
195 iface_t->fields.structure[i].explicit_xfb_buffer; in run()
H A Dast_to_hir.cpp3828 if (qual->flags.q.explicit_xfb_buffer) in apply_layout_qualifier_to_variable()
3829 var->data.explicit_xfb_buffer = true; in apply_layout_qualifier_to_variable()
7558 unsigned explicit_xfb_buffer = 0; in ast_process_struct_or_iface_block_members() local
7559 if (qual->flags.q.explicit_xfb_buffer) { in ast_process_struct_or_iface_block_members()
7563 explicit_xfb_buffer = 1; in ast_process_struct_or_iface_block_members()
7573 explicit_xfb_buffer = layout->flags.q.explicit_xfb_buffer; in ast_process_struct_or_iface_block_members()
7627 fields[i].explicit_xfb_buffer = explicit_xfb_buffer; in ast_process_struct_or_iface_block_members()
8037 allowed_blk_qualifiers.flags.q.explicit_xfb_buffer in hir()
[all...]
H A Dast.h603 unsigned explicit_xfb_buffer:1; /**< xfb_buffer value assigned explicitly by shader code */ member
H A Dgl_nir_link_varyings.c143 if (var->data.explicit_xfb_buffer || var->data.explicit_xfb_stride) { in process_xfb_layout_qualifiers()
2174 if (var->data.explicit_xfb_buffer) in remove_unused_io_vars()
H A Dglsl_to_nir.cpp695 var->data.explicit_xfb_buffer = ir->data.explicit_xfb_buffer; in visit()
H A Dir.h786 unsigned explicit_xfb_buffer:1; member
H A Dir.cpp2030 this->data.explicit_xfb_buffer = false; in ir_variable()
H A Dglsl_parser_extras.cpp1117 block->default_layout.flags.q.explicit_xfb_buffer = 0;
H A Dbuiltin_variables.cpp402 this->fields[this->num_fields].explicit_xfb_buffer = 0; in add_field()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_nir.c74 return !var->data.explicit_xfb_buffer && in is_not_xfb_output()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_xfb_info.c207 if (var->data.explicit_xfb_buffer) { in nir_gather_xfb_info_with_varyings()
223 if (!var->data.explicit_xfb_buffer) in nir_gather_xfb_info_with_varyings()
H A Dnir_lower_io_to_vector.c149 (a->data.explicit_xfb_buffer || b->data.explicit_xfb_buffer)) in variables_can_merge()
H A Dnir_linking_helpers.c157 if (var->data.explicit_xfb_buffer) in nir_remove_unused_io_vars()
H A Dnir.h557 unsigned explicit_xfb_buffer:1;
/third_party/mesa3d/src/compiler/
H A Dglsl_types.h1473 unsigned explicit_xfb_buffer:1; member
H A Dglsl_types.cpp1398 if (this->fields.structure[i].explicit_xfb_buffer in record_compare()
1399 != b->fields.structure[i].explicit_xfb_buffer) in record_compare()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c862 if (var->data.explicit_xfb_buffer) { in update_so_info()
875 var->data.explicit_xfb_buffer = 1; in update_so_info()
942 var->data.explicit_xfb_buffer = 1; in update_so_info()
3189 var->data.explicit_xfb_buffer = 0; in zink_shader_create()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c1278 var_data->explicit_xfb_buffer = true; in apply_var_decoration()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c666 return !var->data.explicit_xfb_buffer && in is_not_xfb_output()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c676 if (var->data.explicit_xfb_buffer && in emit_output()

Completed in 65 milliseconds