Searched refs:new_format (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/freetype/dist/src/winfonts/
H A Dwinfnt.c213 FT_Bool new_format; local in function:fnt_font_load
231 new_format = FT_BOOL( font->header.version == 0x300 );
232 size = new_format ? 148 : 118;
1000 FT_Bool new_format; local in function:FNT_Load_Glyph
1025 new_format = FT_BOOL( font->header.version == 0x300 );
1026 len = new_format ? 6 : 4;
1029 offset = ( new_format ? 148 : 118 ) + len * glyph_index;
1031 if ( offset >= font->header.file_size - 2 - ( new_format ? 4 : 2 ) )
1043 if ( new_format )
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_format.c156 enum pipe_format new_format; local in function:zink_decompose_vertex_format
195 return new_format;
H A Dzink_state.c80 enum pipe_format new_format = zink_decompose_vertex_format(elem->src_format); local in function:zink_create_vertex_elements_state
81 assert(new_format);
83 assert(screen->format_props[new_format].bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT);
84 if (util_format_get_blocksize(new_format) == 4)
86 else if (util_format_get_blocksize(new_format) == 2)
90 format = zink_get_format(screen, new_format);
H A Dzink_screen.c1036 enum pipe_format new_format = zink_decompose_vertex_format(format); local in function:zink_is_format_supported
1037 if (!new_format)
1039 if (!(screen->format_props[new_format].bufferFeatures & VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT))
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dvarray.c640 struct gl_vertex_format new_format; local in function:_mesa_update_array_format
645 _mesa_set_vertex_format(&new_format, size, type, format,
649 !memcmp(&new_format, &array->Format, sizeof(new_format)))
653 array->Format = new_format;

Completed in 13 milliseconds