Home
last modified time | relevance | path

Searched defs:new_format (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_format.c156 enum pipe_format new_format; in zink_decompose_vertex_format() local
Dzink_state.c82 enum pipe_format new_format = zink_decompose_vertex_format(elem->src_format); in zink_create_vertex_elements_state() local
Dzink_screen.c1193 enum pipe_format new_format = zink_decompose_vertex_format(format); in zink_is_format_supported() local
/third_party/skia/third_party/externals/freetype/src/winfonts/
Dwinfnt.c213 FT_Bool new_format; in fnt_font_load() local
1008 FT_Bool new_format; in FNT_Load_Glyph() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dacl_helper.cc137 bool NeedNDInput(const CNodePtr &cnode, const AnfNodePtr &input_node, const std::string &new_format, in NeedNDInput()
194 auto new_format = input_format; in GetInputBuildInfo() local
/third_party/icu/icu4c/source/i18n/
Dmsgfmt.cpp743 Format* new_format = newFormat.clone(); in setFormat() local
793 Format* new_format = newFormat.clone(); in setFormat() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dmsgfmt.cpp743 Format* new_format = newFormat.clone(); in setFormat() local
793 Format* new_format = newFormat.clone(); in setFormat() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Ddecrease_transpose_algo.cc715 mindspore::Format new_format; in ModifyCNodeFormat() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/kernel_builder/ascend/akg/
Dcustom.py102 def update_format(formats, new_format): argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gpos-table.hh178 unsigned int new_format = 0; in get_effective_format() local
1021 ValueFormat new_format = src->get_value_format (); in serialize() local
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc1670 NumberFormat new_format; in FormatOutOfCountryKeepingAlphaChars() local
/third_party/mesa3d/src/mesa/main/
Dvarray.c655 struct gl_vertex_format new_format; in _mesa_update_array_format() local
/third_party/ffmpeg/fftools/
Dffplay.c825 static int realloc_texture(SDL_Texture **texture, Uint32 new_format, int new_width, int new_height,… in realloc_texture()