| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | strtod.c | 34 static locale_t loc; variable in typeref:typename:locale_t 44 loc = newlocale(LC_CTYPE_MASK, "C", NULL); 52 freelocale(loc); 64 return strtod_l(s, end, loc); 79 return strtof_l(s, end, loc);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | strtod.c | 34 static locale_t loc; variable in typeref:typename:locale_t 44 loc = newlocale(LC_CTYPE_MASK, "C", NULL); 52 freelocale(loc); 64 return strtod_l(s, end, loc); 79 return strtof_l(s, end, loc);
|
| /xsrc/external/mit/fontconfig/dist/its/ |
| H A D | Makefile.am | 32 fontconfig.loc
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_varyings.h | 68 gl_varying_slot loc[VARYING_SLOT_MAX]; member in struct:panvk_varyings_info::__anon0bc1c6400108 81 panvk_varying_buf_id(bool fs, gl_varying_slot loc) argument 83 switch (loc) { 96 panvk_varying_is_builtin(gl_shader_stage stage, gl_varying_slot loc) argument 100 switch (loc) { 126 gl_varying_slot loc) 128 switch (loc) { 134 return util_format_get_blocksize(varyings->varying[loc].format); 125 panvk_varying_size(const struct panvk_varyings_info * varyings,gl_varying_slot loc) argument
|
| /xsrc/external/mit/makedepend/dist/ |
| H A D | pr.c | 75 const char *loc; local in function:quoteColons 78 loc = strchr(input, ':'); 79 if (loc == NULL) { 84 while (loc != NULL && bufsize > loc - tmp + 2) { 85 memcpy(output, tmp, loc - tmp); 86 output += loc - tmp; 87 bufsize -= loc - tmp + 2; 88 tmp = loc + 1; 93 loc [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ast_to_hir.cpp | 232 YYLTYPE loc; local in function:_mesa_ast_to_hir 233 memset(&loc, 0, sizeof(loc)); 234 _mesa_glsl_error(&loc, state, "Read from write-only variable `%s'", 349 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 361 _mesa_glsl_error(loc, state, 373 _mesa_glsl_error(loc, state, 391 _mesa_glsl_error(loc, state, 434 _mesa_glsl_error(loc, state, 472 _mesa_glsl_error(loc, stat 347 arithmetic_result_type(ir_rvalue * & value_a,ir_rvalue * & value_b,bool multiply,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 488 unary_arithmetic_result_type(const struct glsl_type * type,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 518 bit_logic_result_type(ir_rvalue * & value_a,ir_rvalue * & value_b,ast_operators op,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 606 modulus_result_type(ir_rvalue * & value_a,ir_rvalue * & value_b,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 674 relational_result_type(ir_rvalue * & value_a,ir_rvalue * & value_b,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 729 shift_result_type(const struct glsl_type * type_a,const struct glsl_type * type_b,ast_operators op,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 829 validate_assignment(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_rvalue * lhs,ir_rvalue * rhs,bool is_initializer) argument 1222 YYLTYPE loc = expr->get_location(); local in function:get_scalar_boolean_operand 1237 check_builtin_array_max_size(const char * name,unsigned size,YYLTYPE loc,struct _mesa_glsl_parse_state * state) argument 1409 YYLTYPE loc; local in function:ast_expression::do_hir 1873 YYLTYPE loc = this->subexpressions[1]->get_location(); local in function:ast_expression::do_hir 2324 YYLTYPE loc = array_size->get_location(); local in function:process_array_size 2372 process_array_type(YYLTYPE * loc,const glsl_type * base,ast_array_specifier * array_specifier,struct _mesa_glsl_parse_state * state) argument 2450 YYLTYPE loc = this->get_location(); local in function:ast_type_specifier::glsl_type 2682 select_gles_precision(unsigned qual_precision,const glsl_type * type,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 2781 validate_component_layout_for_type(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const glsl_type * type,unsigned qual_component) argument 2811 validate_matrix_layout_for_type(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const glsl_type * type,ir_variable * var) argument 2839 validate_xfb_buffer_qualifier(YYLTYPE * loc,struct _mesa_glsl_parse_state * state,unsigned xfb_buffer) argument 2865 validate_xfb_offset_qualifier(YYLTYPE * loc,struct _mesa_glsl_parse_state * state,int xfb_offset,const glsl_type * type,unsigned component_size) argument 2916 validate_stream_qualifier(YYLTYPE * loc,struct _mesa_glsl_parse_state * state,unsigned stream) argument 2931 apply_explicit_binding(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,ir_variable * var,const glsl_type * type,const ast_type_qualifier * qual) argument 3045 validate_fragment_flat_interpolation_input(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const glsl_interp_mode interpolation,const struct glsl_type * var_type,ir_variable_mode mode) argument 3136 validate_interpolation_qualifier(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const glsl_interp_mode interpolation,const struct ast_type_qualifier * qual,const struct glsl_type * var_type,ir_variable_mode mode) argument 3227 interpret_interpolation_qualifier(const struct ast_type_qualifier * qual,const struct glsl_type * var_type,ir_variable_mode mode,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3252 apply_explicit_location(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3424 validate_storage_for_sampler_image_types(ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3470 validate_memory_qualifier_for_type(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const struct ast_type_qualifier * qual,const glsl_type * type) argument 3497 validate_image_format_qualifier_for_type(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const struct ast_type_qualifier * qual,const glsl_type * type) argument 3516 apply_image_qualifier_to_variable(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3627 validate_array_dimensions(const glsl_type * t,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3646 apply_bindless_qualifier_to_variable(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3709 apply_layout_qualifier_to_variable(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 4011 apply_type_qualifier_to_variable(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc,bool is_parameter) argument 4304 get_variable_being_redeclared(ir_variable ** var_ptr,YYLTYPE loc,struct _mesa_glsl_parse_state * state,bool allow_all_redeclarations,bool * is_redeclaration) argument 4729 validate_layout_qualifier_vertex_count(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_variable * var,unsigned num_vertices,unsigned * size,const char * var_category) argument 4787 handle_tess_ctrl_shader_output_decl(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_variable * var) argument 4828 handle_tess_shader_input_decl(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_variable * var) argument 4867 handle_geometry_shader_input_decl(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_variable * var) argument 4892 validate_identifier(const char * identifier,YYLTYPE loc,struct _mesa_glsl_parse_state * state) argument 4934 YYLTYPE loc = this->get_location(); local in function:ast_declarator_list::hir 5822 YYLTYPE loc = this->get_location(); local in function:ast_declarator_list::hir 5861 YYLTYPE loc = this->get_location(); local in function:ast_parameter_declarator::hir 6008 YYLTYPE loc = void_param->get_location(); local in function:ast_parameter_declarator::parameters_to_hir 6038 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6062 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6083 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6095 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6105 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6116 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6129 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6145 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6153 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6163 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6180 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6202 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6229 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6236 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6243 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6251 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6268 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6277 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6283 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6411 YYLTYPE loc = this->get_location(); local in function:ast_function_definition::hir 6429 YYLTYPE loc = this->get_location(); local in function:ast_function_definition::hir 6470 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6492 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6512 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6529 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6541 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6547 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6615 YYLTYPE loc = this->get_location(); local in function:ast_demote_statement::hir 6645 YYLTYPE loc = this->condition->get_location(); local in function:ast_selection_statement::hir 6730 YYLTYPE loc = this->test_expression->get_location(); local in function:ast_switch_statement::hir 6983 YYLTYPE loc = this->test_value->get_location(); local in function:ast_case_label::hir 7000 YYLTYPE loc = this->test_value->get_location(); local in function:ast_case_label::hir 7041 YYLTYPE loc = this->test_value->get_location(); local in function:ast_case_label::hir 7082 YYLTYPE loc = this->get_location(); local in function:ast_case_label::hir 7113 YYLTYPE loc = condition->get_location(); local in function:ast_iteration_statement::condition_to_hir 7247 YYLTYPE loc = this->get_location(); local in function:ast_type_specifier::hir 7392 YYLTYPE loc = decl_list->get_location(); local in function:ast_process_struct_or_iface_block_members 7584 YYLTYPE loc = decl->get_location(); local in function:ast_process_struct_or_iface_block_members 7834 YYLTYPE loc = this->get_location(); local in function:ast_struct_specifier::hir 7950 YYLTYPE loc = this->get_location(); local in function:ast_interface_block::hir 8317 YYLTYPE loc = this->get_location(); local in function:ast_interface_block::hir 8665 YYLTYPE loc = this->get_location(); local in function:ast_tcs_output_layout::hir 8722 YYLTYPE loc = this->get_location(); local in function:ast_gs_input_layout::hir 8777 YYLTYPE loc = this->get_location(); local in function:ast_cs_input_layout::hir 8893 YYLTYPE loc; local in function:detect_conflicting_assignments 8976 YYLTYPE loc; local in function:verify_subroutine_associated_funcs [all...] |
| H A D | hir_field_selection.cpp | 46 YYLTYPE loc = expr->get_location(); local in function:_mesa_ast_field_selection_to_hir 54 _mesa_glsl_error(& loc, state, "cannot access field `%s' of " 70 _mesa_glsl_error(& loc, state, "invalid swizzle / mask `%s'", 74 _mesa_glsl_error(& loc, state, "cannot access field `%s' of "
|
| H A D | ast_array_index.cpp | 46 * loc and state to report the error. 49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc, argument 60 check_builtin_array_max_size(var->name, idx+1, *loc, state); 107 check_builtin_array_max_size(field_name, idx+1, *loc, state); 146 YYLTYPE &loc, YYLTYPE &idx_loc) 207 _mesa_glsl_error(& loc, state, "%s index must be < %u", 210 _mesa_glsl_error(& loc, state, "%s index must be >= 0", type_name); 214 update_max_array_access(array, idx, &loc, state); 235 _mesa_glsl_error(&loc, state, "unsized array index must be constant"); 246 _mesa_glsl_error(&loc, stat 143 _mesa_ast_array_index_to_hir(void * mem_ctx,struct _mesa_glsl_parse_state * state,ir_rvalue * array,ir_rvalue * idx,YYLTYPE & loc,YYLTYPE & idx_loc) argument [all...] |
| H A D | ast_type.cpp | 126 validate_prim_type(YYLTYPE *loc, argument 136 _mesa_glsl_error(loc, state, 147 validate_vertex_spacing(YYLTYPE *loc, argument 154 _mesa_glsl_error(loc, state, 163 validate_ordering(YYLTYPE *loc, argument 170 _mesa_glsl_error(loc, state, 224 ast_type_qualifier::merge_qualifier(YYLTYPE *loc, argument 306 _mesa_glsl_error(loc, state, "duplicate layout qualifiers used"); 311 _mesa_glsl_error(loc, state, 317 r &= validate_prim_type(loc, stat 504 validate_out_qualifier(YYLTYPE * loc,_mesa_glsl_parse_state * state) argument 571 merge_into_out_qualifier(YYLTYPE * loc,_mesa_glsl_parse_state * state,ast_node * & node) argument 598 validate_in_qualifier(YYLTYPE * loc,_mesa_glsl_parse_state * state) argument 690 merge_into_in_qualifier(YYLTYPE * loc,_mesa_glsl_parse_state * state,ast_node * & node) argument 792 push_to_global(YYLTYPE * loc,_mesa_glsl_parse_state * state) argument 825 validate_flags(YYLTYPE * loc,_mesa_glsl_parse_state * state,const ast_type_qualifier & allowed_flags,const char * message,const char * name) argument 948 YYLTYPE loc = const_expression->get_location(); local in function:ast_layout_expression::process_qualifier_constant 955 YYLTYPE loc = const_expression->get_location(); local in function:ast_layout_expression::process_qualifier_constant 963 YYLTYPE loc = const_expression->get_location(); local in function:ast_layout_expression::process_qualifier_constant 986 process_qualifier_constant(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const char * qual_indentifier,ast_expression * const_expression,unsigned * value) argument [all...] |
| H A D | ast_function.cpp | 108 verify_image_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state, argument 121 _mesa_glsl_error(loc, state, 128 _mesa_glsl_error(loc, state, 135 _mesa_glsl_error(loc, state, 142 _mesa_glsl_error(loc, state, 149 _mesa_glsl_error(loc, state, 159 verify_first_atomic_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state, argument 165 _mesa_glsl_error(loc, state, "First argument to atomic function " 186 verify_atomic_image_parameter_qualifier(YYLTYPE *loc, _mesa_glsl_parse_state *state, argument 193 _mesa_glsl_error(loc, stat 239 YYLTYPE loc = actual_ast->get_location(); local in function:verify_parameter_modes 375 YYLTYPE loc = actual_ast->get_location(); local in function:verify_parameter_modes 388 YYLTYPE loc = actual_ast->get_location(); local in function:verify_parameter_modes 757 generate_array_index(void * mem_ctx,exec_list * instructions,struct _mesa_glsl_parse_state * state,YYLTYPE loc,const ast_expression * array,ast_expression * idx,const char ** function_name,exec_list * actual_parameters) argument 809 print_function_prototypes(_mesa_glsl_parse_state * state,YYLTYPE * loc,ir_function * f) argument 831 no_matching_function_error(const char * name,YYLTYPE * loc,exec_list * actual_parameters,_mesa_glsl_parse_state * state) argument 1180 process_vec_mat_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument 1281 process_array_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument 1938 process_record_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument 2026 YYLTYPE loc = get_location(); local in function:ast_function_expression::handle_method 2118 YYLTYPE loc = type->get_location(); local in function:ast_function_expression::hir 2403 YYLTYPE loc = get_location(); local in function:ast_function_expression::hir 2535 YYLTYPE loc = this->get_location(); local in function:ast_aggregate_initializer::hir [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ast_to_hir.cpp | 232 YYLTYPE loc; local in function:_mesa_ast_to_hir 233 memset(&loc, 0, sizeof(loc)); 234 _mesa_glsl_error(&loc, state, "Read from write-only variable `%s'", 349 struct _mesa_glsl_parse_state *state, YYLTYPE *loc) 361 _mesa_glsl_error(loc, state, 373 _mesa_glsl_error(loc, state, 391 _mesa_glsl_error(loc, state, 434 _mesa_glsl_error(loc, state, 472 _mesa_glsl_error(loc, stat 347 arithmetic_result_type(ir_rvalue * & value_a,ir_rvalue * & value_b,bool multiply,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 488 unary_arithmetic_result_type(const struct glsl_type * type,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 518 bit_logic_result_type(ir_rvalue * & value_a,ir_rvalue * & value_b,ast_operators op,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 606 modulus_result_type(ir_rvalue * & value_a,ir_rvalue * & value_b,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 674 relational_result_type(ir_rvalue * & value_a,ir_rvalue * & value_b,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 729 shift_result_type(const struct glsl_type * type_a,const struct glsl_type * type_b,ast_operators op,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 829 validate_assignment(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_rvalue * lhs,ir_rvalue * rhs,bool is_initializer) argument 1210 YYLTYPE loc = expr->get_location(); local in function:get_scalar_boolean_operand 1225 check_builtin_array_max_size(const char * name,unsigned size,YYLTYPE loc,struct _mesa_glsl_parse_state * state) argument 1397 YYLTYPE loc; local in function:ast_expression::do_hir 1833 YYLTYPE loc = this->subexpressions[1]->get_location(); local in function:ast_expression::do_hir 2284 YYLTYPE loc = array_size->get_location(); local in function:process_array_size 2332 process_array_type(YYLTYPE * loc,const glsl_type * base,ast_array_specifier * array_specifier,struct _mesa_glsl_parse_state * state) argument 2410 YYLTYPE loc = this->get_location(); local in function:ast_type_specifier::glsl_type 2642 select_gles_precision(unsigned qual_precision,const glsl_type * type,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 2742 validate_matrix_layout_for_type(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const glsl_type * type,ir_variable * var) argument 2770 validate_xfb_buffer_qualifier(YYLTYPE * loc,struct _mesa_glsl_parse_state * state,unsigned xfb_buffer) argument 2796 validate_xfb_offset_qualifier(YYLTYPE * loc,struct _mesa_glsl_parse_state * state,int xfb_offset,const glsl_type * type,unsigned component_size) argument 2847 validate_stream_qualifier(YYLTYPE * loc,struct _mesa_glsl_parse_state * state,unsigned stream) argument 2862 apply_explicit_binding(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,ir_variable * var,const glsl_type * type,const ast_type_qualifier * qual) argument 2976 validate_fragment_flat_interpolation_input(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const glsl_interp_mode interpolation,const struct glsl_type * var_type,ir_variable_mode mode) argument 3067 validate_interpolation_qualifier(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const glsl_interp_mode interpolation,const struct ast_type_qualifier * qual,const struct glsl_type * var_type,ir_variable_mode mode) argument 3158 interpret_interpolation_qualifier(const struct ast_type_qualifier * qual,const struct glsl_type * var_type,ir_variable_mode mode,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3183 apply_explicit_location(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3355 validate_storage_for_sampler_image_types(ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3401 validate_memory_qualifier_for_type(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const struct ast_type_qualifier * qual,const glsl_type * type) argument 3428 validate_image_format_qualifier_for_type(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const struct ast_type_qualifier * qual,const glsl_type * type) argument 3447 apply_image_qualifier_to_variable(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3547 validate_array_dimensions(const glsl_type * t,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3566 apply_bindless_qualifier_to_variable(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3629 apply_layout_qualifier_to_variable(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc) argument 3938 apply_type_qualifier_to_variable(const struct ast_type_qualifier * qual,ir_variable * var,struct _mesa_glsl_parse_state * state,YYLTYPE * loc,bool is_parameter) argument 4231 get_variable_being_redeclared(ir_variable ** var_ptr,YYLTYPE loc,struct _mesa_glsl_parse_state * state,bool allow_all_redeclarations,bool * is_redeclaration) argument 4629 validate_layout_qualifier_vertex_count(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_variable * var,unsigned num_vertices,unsigned * size,const char * var_category) argument 4687 handle_tess_ctrl_shader_output_decl(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_variable * var) argument 4728 handle_tess_shader_input_decl(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_variable * var) argument 4767 handle_geometry_shader_input_decl(struct _mesa_glsl_parse_state * state,YYLTYPE loc,ir_variable * var) argument 4792 validate_identifier(const char * identifier,YYLTYPE loc,struct _mesa_glsl_parse_state * state) argument 4834 YYLTYPE loc = this->get_location(); local in function:ast_declarator_list::hir 5651 YYLTYPE loc = this->get_location(); local in function:ast_declarator_list::hir 5690 YYLTYPE loc = this->get_location(); local in function:ast_parameter_declarator::hir 5829 YYLTYPE loc = void_param->get_location(); local in function:ast_parameter_declarator::parameters_to_hir 5859 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5883 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5904 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5916 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5926 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5937 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5950 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5966 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5974 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 5988 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6011 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6038 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6045 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6053 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6070 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6079 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6085 YYLTYPE loc = this->get_location(); local in function:ast_function::hir 6210 YYLTYPE loc = this->get_location(); local in function:ast_function_definition::hir 6228 YYLTYPE loc = this->get_location(); local in function:ast_function_definition::hir 6269 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6291 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6311 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6328 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6340 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6346 YYLTYPE loc = this->get_location(); local in function:ast_jump_statement::hir 6425 YYLTYPE loc = this->condition->get_location(); local in function:ast_selection_statement::hir 6504 YYLTYPE loc = this->test_expression->get_location(); local in function:ast_switch_statement::hir 6754 YYLTYPE loc = this->test_value->get_location(); local in function:ast_case_label::hir 6771 YYLTYPE loc = this->test_value->get_location(); local in function:ast_case_label::hir 6812 YYLTYPE loc = this->test_value->get_location(); local in function:ast_case_label::hir 6853 YYLTYPE loc = this->get_location(); local in function:ast_case_label::hir 6884 YYLTYPE loc = condition->get_location(); local in function:ast_iteration_statement::condition_to_hir 7008 YYLTYPE loc = this->get_location(); local in function:ast_type_specifier::hir 7153 YYLTYPE loc = decl_list->get_location(); local in function:ast_process_struct_or_iface_block_members 7345 YYLTYPE loc = decl->get_location(); local in function:ast_process_struct_or_iface_block_members 7574 YYLTYPE loc = this->get_location(); local in function:ast_struct_specifier::hir 7690 YYLTYPE loc = this->get_location(); local in function:ast_interface_block::hir 8057 YYLTYPE loc = this->get_location(); local in function:ast_interface_block::hir 8405 YYLTYPE loc = this->get_location(); local in function:ast_tcs_output_layout::hir 8462 YYLTYPE loc = this->get_location(); local in function:ast_gs_input_layout::hir 8517 YYLTYPE loc = this->get_location(); local in function:ast_cs_input_layout::hir 8632 YYLTYPE loc; local in function:detect_conflicting_assignments 8708 YYLTYPE loc; local in function:verify_subroutine_associated_funcs [all...] |
| H A D | hir_field_selection.cpp | 46 YYLTYPE loc = expr->get_location(); local in function:_mesa_ast_field_selection_to_hir 54 _mesa_glsl_error(& loc, state, "cannot access field `%s' of " 70 _mesa_glsl_error(& loc, state, "invalid swizzle / mask `%s'", 74 _mesa_glsl_error(& loc, state, "cannot access field `%s' of "
|
| H A D | ast_array_index.cpp | 46 * loc and state to report the error. 49 update_max_array_access(ir_rvalue *ir, int idx, YYLTYPE *loc, argument 60 check_builtin_array_max_size(var->name, idx+1, *loc, state); 107 check_builtin_array_max_size(field_name, idx+1, *loc, state); 146 YYLTYPE &loc, YYLTYPE &idx_loc) 207 _mesa_glsl_error(& loc, state, "%s index must be < %u", 210 _mesa_glsl_error(& loc, state, "%s index must be >= 0", type_name); 214 update_max_array_access(array, idx, &loc, state); 235 _mesa_glsl_error(&loc, state, "unsized array index must be constant"); 246 _mesa_glsl_error(&loc, stat 143 _mesa_ast_array_index_to_hir(void * mem_ctx,struct _mesa_glsl_parse_state * state,ir_rvalue * array,ir_rvalue * idx,YYLTYPE & loc,YYLTYPE & idx_loc) argument [all...] |
| H A D | ast_type.cpp | 125 validate_prim_type(YYLTYPE *loc, argument 135 _mesa_glsl_error(loc, state, 146 validate_vertex_spacing(YYLTYPE *loc, argument 153 _mesa_glsl_error(loc, state, 162 validate_ordering(YYLTYPE *loc, argument 169 _mesa_glsl_error(loc, state, 223 ast_type_qualifier::merge_qualifier(YYLTYPE *loc, argument 305 _mesa_glsl_error(loc, state, "duplicate layout qualifiers used"); 310 _mesa_glsl_error(loc, state, 316 r &= validate_prim_type(loc, stat 503 validate_out_qualifier(YYLTYPE * loc,_mesa_glsl_parse_state * state) argument 570 merge_into_out_qualifier(YYLTYPE * loc,_mesa_glsl_parse_state * state,ast_node * & node) argument 597 validate_in_qualifier(YYLTYPE * loc,_mesa_glsl_parse_state * state) argument 689 merge_into_in_qualifier(YYLTYPE * loc,_mesa_glsl_parse_state * state,ast_node * & node) argument 791 push_to_global(YYLTYPE * loc,_mesa_glsl_parse_state * state) argument 824 validate_flags(YYLTYPE * loc,_mesa_glsl_parse_state * state,const ast_type_qualifier & allowed_flags,const char * message,const char * name) argument 935 YYLTYPE loc = const_expression->get_location(); local in function:ast_layout_expression::process_qualifier_constant 942 YYLTYPE loc = const_expression->get_location(); local in function:ast_layout_expression::process_qualifier_constant 950 YYLTYPE loc = const_expression->get_location(); local in function:ast_layout_expression::process_qualifier_constant 973 process_qualifier_constant(struct _mesa_glsl_parse_state * state,YYLTYPE * loc,const char * qual_indentifier,ast_expression * const_expression,unsigned * value) argument [all...] |
| H A D | ast_function.cpp | 101 verify_image_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state, argument 114 _mesa_glsl_error(loc, state, 121 _mesa_glsl_error(loc, state, 128 _mesa_glsl_error(loc, state, 135 _mesa_glsl_error(loc, state, 142 _mesa_glsl_error(loc, state, 152 verify_first_atomic_parameter(YYLTYPE *loc, _mesa_glsl_parse_state *state, argument 158 _mesa_glsl_error(loc, state, "First argument to atomic function " 201 /* FIXME: 'loc' is incorrect (as of 2011-01-21). It is always 204 YYLTYPE loc local in function:verify_parameter_modes 340 YYLTYPE loc = actual_ast->get_location(); local in function:verify_parameter_modes 715 generate_array_index(void * mem_ctx,exec_list * instructions,struct _mesa_glsl_parse_state * state,YYLTYPE loc,const ast_expression * array,ast_expression * idx,const char ** function_name,exec_list * actual_parameters) argument 752 print_function_prototypes(_mesa_glsl_parse_state * state,YYLTYPE * loc,ir_function * f) argument 774 no_matching_function_error(const char * name,YYLTYPE * loc,exec_list * actual_parameters,_mesa_glsl_parse_state * state) argument 1123 process_vec_mat_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument 1224 process_array_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument 1881 process_record_constructor(exec_list * instructions,const glsl_type * constructor_type,YYLTYPE * loc,exec_list * parameters,struct _mesa_glsl_parse_state * state) argument 1969 YYLTYPE loc = get_location(); local in function:ast_function_expression::handle_method 2053 YYLTYPE loc = type->get_location(); local in function:ast_function_expression::hir 2338 YYLTYPE loc = get_location(); local in function:ast_function_expression::hir 2442 YYLTYPE loc = this->get_location(); local in function:ast_aggregate_initializer::hir [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | util.h | 100 #define LOC_FORMAT(loc, str) "%s:%d.%d-%d.%d: " str, (loc).file, (loc).lstart, (loc).cstart, (loc).lend, (loc).cend
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 157 unsigned *loc, nir_variable **first_var, unsigned *num_vertices) 167 assert(*loc < MAX_SLOTS); 169 nir_variable *var = old_vars[*loc][frac]; 175 (*loc)++; 181 (*loc)++; 198 (*loc)++; 229 for (unsigned loc = 0; loc < MAX_SLOTS; loc++) { local in function:create_new_io_vars 232 nir_variable *first_var = old_vars[loc][fra 156 get_flat_type(const nir_shader * shader,nir_variable * old_vars[MAX_SLOTS][4],unsigned * loc,nir_variable ** first_var,unsigned * num_vertices) argument 290 for (unsigned loc = 0; loc < MAX_SLOTS;) { local in function:create_new_io_vars 473 const unsigned loc = get_slot(old_var); local in function:nir_lower_io_to_vector_impl 528 const unsigned loc = get_slot(old_var); local in function:nir_lower_io_to_vector_impl [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 113 unsigned loc = var->data.location - VARYING_SLOT_VAR0; local in function:create_new_io_vars 115 old_vars[loc][frac] = var; 124 for (unsigned loc = 0; loc < MAX_VARYINGS_INCL_PATCH; loc++) { local in function:create_new_io_vars 127 nir_variable *first_var = old_vars[loc][frac]; 137 nir_variable *var = old_vars[loc][frac]; 153 assert(old_vars[loc][frac + i] == NULL); 163 nir_variable *var = nir_variable_clone(old_vars[loc][first], shader); 169 new_vars[loc][ 265 const unsigned loc = old_var->data.location - VARYING_SLOT_VAR0; local in function:nir_lower_io_to_vector_impl 315 const unsigned loc = old_var->data.location - VARYING_SLOT_VAR0; local in function:nir_lower_io_to_vector_impl [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.c | 300 reg |= A3XX_SP_VS_VPC_DST_REG_OUTLOC0(l.var[j++].loc + 8); 301 reg |= A3XX_SP_VS_VPC_DST_REG_OUTLOC1(l.var[j++].loc + 8); 302 reg |= A3XX_SP_VS_VPC_DST_REG_OUTLOC2(l.var[j++].loc + 8); 303 reg |= A3XX_SP_VS_VPC_DST_REG_OUTLOC3(l.var[j++].loc + 8); 396 uint32_t loc = inloc; local in function:fd3_program_emit 400 vinterp[loc / 16] |= FLAT << ((loc % 16) * 2); 401 flatshade[loc / 32] |= 1 << (loc % 32); 402 loc 422 uint32_t loc = inloc; local in function:fd3_program_emit [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_program.c | 274 reg |= A3XX_SP_VS_VPC_DST_REG_OUTLOC0(l.var[j++].loc + 8); 275 reg |= A3XX_SP_VS_VPC_DST_REG_OUTLOC1(l.var[j++].loc + 8); 276 reg |= A3XX_SP_VS_VPC_DST_REG_OUTLOC2(l.var[j++].loc + 8); 277 reg |= A3XX_SP_VS_VPC_DST_REG_OUTLOC3(l.var[j++].loc + 8); 372 uint32_t loc = inloc; local in function:fd3_program_emit 376 vinterp[loc / 16] |= FLAT << ((loc % 16) * 2); 377 flatshade[loc / 32] |= 1 << (loc % 32); 378 loc 391 uint32_t loc = inloc; local in function:fd3_program_emit [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_msaa.c | 76 uint8_t loc; local in function:update_sample_locations 86 loc = roundf(CLAMP(x * 16.0f, 0.0f, 15.0f)); 87 loc |= (int)roundf(CLAMP(y * 16.0f, 0.0f, 15.0f)) << 4; 88 locations[pixel * samples + sample_index] = loc;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_msaa.c | 76 uint8_t loc; local in function:update_sample_locations 86 loc = roundf(CLAMP(x * 16.0f, 0.0f, 15.0f)); 87 loc |= (int)roundf(CLAMP(y * 16.0f, 0.0f, 15.0f)) << 4; 88 locations[pixel * samples + sample_index] = loc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_program.c | 167 nextloc = MAX2(nextloc, l->var[idx].loc + 4); 180 l->var[idx].loc + util_last_bit(l->var[idx].compmask)); 216 unsigned loc = l->var[idx].loc + c; local in function:setup_stream_out 219 if (loc & 1) { 220 tf->prog[loc/2] |= A6XX_VPC_SO_PROG_B_EN | 224 tf->prog[loc/2] |= A6XX_VPC_SO_PROG_A_EN | 439 BITSET_SET(varbs, l.var[i].loc + j); 481 reg |= A6XX_SP_VS_VPC_DST_REG_OUTLOC0(l.var[j++].loc); 482 reg |= A6XX_SP_VS_VPC_DST_REG_OUTLOC1(l.var[j++].loc); 638 uint32_t loc = inloc; local in function:setup_stateobj 710 uint32_t loc = inloc; local in function:fd6_program_emit 735 uint32_t loc = inloc; local in function:fd6_program_emit [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_program.c | 352 reg |= A4XX_SP_VS_VPC_DST_REG_OUTLOC0(l.var[j++].loc + 8); 353 reg |= A4XX_SP_VS_VPC_DST_REG_OUTLOC1(l.var[j++].loc + 8); 354 reg |= A4XX_SP_VS_VPC_DST_REG_OUTLOC2(l.var[j++].loc + 8); 355 reg |= A4XX_SP_VS_VPC_DST_REG_OUTLOC3(l.var[j++].loc + 8); 494 uint32_t loc = inloc; local in function:fd4_program_emit 498 vinterp[loc / 16] |= 1 << ((loc % 16) * 2); 499 //flatshade[loc / 32] |= 1 << (loc % 32); 500 loc 520 uint32_t loc = inloc; local in function:fd4_program_emit [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_program.c | 151 nextloc = MAX2(nextloc, l->var[idx].loc + 4); 164 l->var[idx].loc + util_last_bit(l->var[idx].compmask)); 200 unsigned loc = l->var[idx].loc + c; local in function:emit_stream_out 203 if (loc & 1) { 204 prog[loc/2] |= A5XX_VPC_SO_PROG_B_EN | 208 prog[loc/2] |= A5XX_VPC_SO_PROG_A_EN | 461 BITSET_SET(varbs, l.var[i].loc + j); 510 reg |= A5XX_SP_VS_VPC_DST_REG_OUTLOC0(l.var[j++].loc); 511 reg |= A5XX_SP_VS_VPC_DST_REG_OUTLOC1(l.var[j++].loc); 651 uint32_t loc = inloc; local in function:fd5_program_emit 677 uint32_t loc = inloc; local in function:fd5_program_emit [all...] |