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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp7341 * If we're processing an interface block, var_mode should be the type of the
7343 * ir_var_shader_storage). If we're processing a structure, var_mode should be
7358 ir_variable_mode var_mode,
7596 var_mode, state, &loc);
7763 if (var_mode == ir_var_shader_storage ||
8048 ir_variable_mode var_mode; local in function:ast_interface_block::hir
8051 var_mode = ir_var_shader_in;
8054 var_mode = ir_var_shader_out;
8057 var_mode = ir_var_uniform;
8060 var_mode
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.cpp7102 * If we're processing an interface block, var_mode should be the type of the
7104 * ir_var_shader_storage). If we're processing a structure, var_mode should be
7119 ir_variable_mode var_mode,
7357 var_mode, state, &loc);
7513 if (var_mode == ir_var_shader_storage ||
7788 ir_variable_mode var_mode; local in function:ast_interface_block::hir
7791 var_mode = ir_var_shader_in;
7794 var_mode = ir_var_shader_out;
7797 var_mode = ir_var_uniform;
7800 var_mode
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...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c1017 nir_variable_mode var_mode; local in function:print_intrinsic_instr
1020 var_mode = nir_var_uniform;
1025 var_mode = nir_var_shader_in;
1030 var_mode = nir_var_shader_out;
1036 nir_foreach_variable_with_modes(var, state->shader, var_mode) {

Completed in 60 milliseconds