Searched refs:ext_info (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | gen_extensions.py | 319 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): 365 return link_template.format(**ext_info) 368 def format_md_ext(ext_info, gpu_json_data, link_template): 370 ext_info, link_template), get_ext_support(ext_info['full_name'], gpu_json_data)) 375 [format_md_ext(ext_info, gpu_json_dat [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_image.c | 693 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()
|
H A D | vn_android.c | 1112 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/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 1679 const VkExternalFormatANDROID *ext_info = in anv_CreateSamplerYcbcrConversion() local 1682 uint64_t format = ext_info ? ext_info->externalFormat : 0; in anv_CreateSamplerYcbcrConversion()
|
/third_party/libbpf/src/ |
H A D | btf.c | 2913 struct btf_ext_info *ext_info; member 2921 struct btf_ext_info *ext_info; local 2999 ext_info = ext_sec->ext_info; 3000 ext_info->len = ext_sec->len - sizeof(__u32); 3001 ext_info->rec_size = record_size; 3002 ext_info->info = info + sizeof(__u32); 3003 ext_info->sec_cnt = sec_cnt; 3014 .ext_info = &btf_ext->func_info, 3027 .ext_info [all...] |
H A D | libbpf.c | 6463 const struct btf_ext_info *ext_info, 6474 for_each_btf_ext_sec(ext_info, sec) { 6475 sec_idx = ext_info->sec_idxs[sec_num]; 6480 for_each_btf_ext_rec(ext_info, sec, i, rec) { 6490 copy_end = rec + ext_info->rec_size; 6499 old_sz = (size_t)(*prog_rec_cnt) * ext_info->rec_size; 6505 *prog_rec_cnt = new_sz / ext_info->rec_size; 6517 for (; rec < rec_end; rec += ext_info->rec_size) { 6522 *prog_rec_sz = ext_info->rec_size; 6461 adjust_prog_btf_ext_info(const struct bpf_object *obj, const struct bpf_program *prog, const struct btf_ext_info *ext_info, void **prog_info, __u32 *prog_rec_cnt, __u32 *prog_rec_sz) global() argument
|
Completed in 27 milliseconds