Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc226 std::unordered_map<uint32_t, LocationInfo> location_info; member
322 auto it = location_info.find(attribute_desc.shader_location); in CreateVertexPullingPreamble()
323 if (it == location_info.end()) { in CreateVertexPullingPreamble()
740 location_info[location->value] = info; in ProcessNonStructParameter()
789 location_info[location->value] = info; in ProcessStructParameter()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner.c635 scanner_location_info_t *location_info; in scanner_scan_primary_expression_end() local
636 location_info = (scanner_location_info_t *) scanner_insert_info (context_p, in scanner_scan_primary_expression_end()
640 location_info->info.type = (type == LEXER_KEYW_IN) ? SCANNER_TYPE_FOR_IN : SCANNER_TYPE_FOR_OF; in scanner_scan_primary_expression_end()
647 location_info->info.type = SCANNER_TYPE_FOR_IN; in scanner_scan_primary_expression_end()
650 scanner_get_location (&location_info->location, context_p); in scanner_scan_primary_expression_end()

Completed in 5 milliseconds