Searched defs:num_locations (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp499 unsigned num_locations = get_locations_consumed_by_type(src, member_type_id, false); local
505 for (unsigned int offset = 0; offset < num_locations; offset++) {
595 unsigned num_locations = get_locations_consumed_by_type(src, type, is_array_of_verts && !is_patch); local
596 for (unsigned int offset = 0; offset < num_locations; offset++) {
627 auto num_locations = get_locations_consumed_by_type(src, def.word(1), false); local
628 for (unsigned int offset = 0; offset < num_locations; offset++) {
716 auto num_locations = get_locations_consumed_by_format(vi->pVertexAttributeDescriptions[i].format); local
717 for (auto j = 0u; j < num_locations; j++) {
/external/freetype/include/freetype/internal/
H A Dtttypes.h1321 /* num_locations :: The number of glyph locations in this */
1523 FT_ULong num_locations; /* in broken TTF, gid > 0xFFFF */ member in struct:TT_FaceRec_

Completed in 129 milliseconds