Home
last modified time | relevance | path

Searched refs:ext_info (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dgen_extensions.py319 return '\n'.join([_EXT_MEMBER_TEMPLATE.format(**ext_info) for ext_info in ext_infos])
330 return '\n'.join([_EXT_STRING_TEMPLATE.format(**ext_info) for ext_info in ext_infos])
364 def format_md_link(ext_info, link_template): argument
365 return link_template.format(**ext_info)
368 def format_md_ext(ext_info, gpu_json_data, link_template): argument
370 ext_info, link_template), get_ext_support(ext_info['full_name'], gpu_json_data))
375 [format_md_ext(ext_info, gpu_json_data, link_template) for ext_info in ext_infos])
/third_party/mesa3d/src/virtio/vulkan/
Dvn_image.c693 const VkExternalFormatANDROID *ext_info = in vn_CreateSamplerYcbcrConversion() local
697 if (ext_info && ext_info->externalFormat) { in vn_CreateSamplerYcbcrConversion()
702 vn_android_drm_format_to_vk_format(ext_info->externalFormat); in vn_CreateSamplerYcbcrConversion()
Dvn_android.c1112 const VkExternalFormatANDROID *ext_info = in vn_android_image_from_ahb() local
1116 if (ext_info && ext_info->externalFormat) { in vn_android_image_from_ahb()
1125 vn_android_drm_format_to_vk_format(ext_info->externalFormat); in vn_android_image_from_ahb()
/third_party/libbpf/src/
Dbtf.c2764 struct btf_ext_info *ext_info; member
2772 struct btf_ext_info *ext_info; local
2850 ext_info = ext_sec->ext_info;
2851 ext_info->len = ext_sec->len - sizeof(__u32);
2852 ext_info->rec_size = record_size;
2853 ext_info->info = info + sizeof(__u32);
2854 ext_info->sec_cnt = sec_cnt;
2865 .ext_info = &btf_ext->func_info,
2878 .ext_info = &btf_ext->line_info,
2891 .ext_info = &btf_ext->core_relo_info,
Dlibbpf.c6297 const struct btf_ext_info *ext_info, argument
6308 for_each_btf_ext_sec(ext_info, sec) {
6309 sec_idx = ext_info->sec_idxs[sec_num];
6314 for_each_btf_ext_rec(ext_info, sec, i, rec) {
6324 copy_end = rec + ext_info->rec_size;
6333 old_sz = (size_t)(*prog_rec_cnt) * ext_info->rec_size;
6339 *prog_rec_cnt = new_sz / ext_info->rec_size;
6351 for (; rec < rec_end; rec += ext_info->rec_size) {
6356 *prog_rec_sz = ext_info->rec_size;
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c1679 const VkExternalFormatANDROID *ext_info = in anv_CreateSamplerYcbcrConversion() local
1682 uint64_t format = ext_info ? ext_info->externalFormat : 0; in anv_CreateSamplerYcbcrConversion()