Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp7389 unsigned expl_location, in ast_process_struct_or_iface_block_members()
7637 expl_location = fields[i].location + in ast_process_struct_or_iface_block_members()
7642 fields[i].location = expl_location; in ast_process_struct_or_iface_block_members()
7643 expl_location += fields[i].type->count_attribute_slots(false); in ast_process_struct_or_iface_block_members()
7862 unsigned expl_location = 0; in hir() local
7865 layout->location, &expl_location)) { in hir()
7868 expl_location = VARYING_SLOT_VAR0 + expl_location; in hir()
7886 expl_location, in hir()
8148 unsigned expl_location in hir() local
7377 ast_process_struct_or_iface_block_members(exec_list *instructions, struct _mesa_glsl_parse_state *state, exec_list *declarations, glsl_struct_field **fields_ret, bool is_interface, enum glsl_matrix_layout matrix_layout, bool allow_reserved_names, ir_variable_mode var_mode, ast_type_qualifier *layout, unsigned block_stream, unsigned block_xfb_buffer, unsigned block_xfb_offset, unsigned expl_location, unsigned expl_align) ast_process_struct_or_iface_block_members() argument
[all...]

Completed in 16 milliseconds