Searched refs:desc_out (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_transpose.c | 182 const AVPixFmtDescriptor *desc_out = av_pix_fmt_desc_get(outlink->format); in config_props_output() local 206 av_assert0(desc_in->nb_components == desc_out->nb_components); in config_props_output() 209 av_image_fill_max_pixsteps(s->pixsteps, NULL, desc_out); in config_props_output()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 15079 descriptor desc_out[8]; in test() local 15106 desc_out[0].assign(0, "comp_x", first_out_loc, "first_output_location", 2, "g64vec2"); in test() 15107 desc_out[1].assign(0, "comp_x", last_out_loc, "last_output_location", 2, "g64vec2"); in test() 15117 desc_out[0].assign(0, "comp_x", first_out_loc, "first_output_location", 1, "g64scalar"); in test() 15118 desc_out[1].assign(0, "comp_x", last_out_loc, "last_output_location", 1, "g64scalar"); in test() 15119 desc_out[2].assign(2, "comp_z", first_out_loc, "first_output_location", 1, "g64scalar"); in test() 15120 desc_out[3].assign(2, "comp_z", last_out_loc, "last_output_location", 1, "g64scalar"); in test() 15127 desc_out[0].assign(0, "comp_x", first_out_loc, "first_output_location", 4, "gvec4"); in test() 15128 desc_out[1].assign(0, "comp_x", last_out_loc, "last_output_location", 4, "gvec4"); in test() 15137 desc_out[ in test() [all...] |
Completed in 28 milliseconds