Searched refs:get_container (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.h | 178 #define get_container(member_ptr, container_type, container_member) \ macro 186 return get_container(ib, struct amdgpu_cs, main); in amdgpu_cs_from_ib() 188 return get_container(ib, struct amdgpu_cs, const_ib); in amdgpu_cs_from_ib() 190 return get_container(ib, struct amdgpu_cs, const_preamble_ib); in amdgpu_cs_from_ib()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | parser.c | 763 container_t *get_container(container_t * head_cont, int pos) in get_container() function 780 tmp_cont = get_container(fc->profile_conf->fs_container, pos); in get_fs_config() 789 return get_container(fc->profile_conf->fs_container, pos); in get_fs_container() 797 tmp_cont = get_container(fc->profile_conf->tg_container, pos); in get_tg_config() 806 return get_container(fc->profile_conf->tg_container, pos); in get_tg_container()
|