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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp7363 unsigned expl_location,
7611 expl_location = fields[i].location +
7616 fields[i].location = expl_location;
7617 expl_location += fields[i].type->count_attribute_slots(false);
7836 unsigned expl_location = 0; local in function:ast_struct_specifier::hir
7839 layout->location, &expl_location)) {
7842 expl_location = VARYING_SLOT_VAR0 + expl_location;
7860 expl_location,
8120 unsigned expl_location local in function:ast_interface_block::hir
7351 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) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp7124 unsigned expl_location,
7373 expl_location = fields[i].location +
7378 fields[i].location = expl_location;
7379 expl_location += fields[i].type->count_attribute_slots(false);
7576 unsigned expl_location = 0; local in function:ast_struct_specifier::hir
7579 layout->location, &expl_location)) {
7582 expl_location = VARYING_SLOT_VAR0 + expl_location;
7600 expl_location,
7860 unsigned expl_location local in function:ast_interface_block::hir
7112 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) argument
[all...]

Completed in 19 milliseconds