Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_cfg.h138 return (const struct backend_instruction *)exec_list_get_head_const(&block->instructions); in bblock_start_const()
352 return (const struct bblock_t *)exec_list_get_head_const(&cfg->block_list); in cfg_first_block_const()
/third_party/mesa3d/src/compiler/glsl/
Dlist.h383 exec_list_get_head_const(const struct exec_list *list) in exec_list_get_head_const() function
593 return exec_list_get_head_const(this); in get_head()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c818 func = (struct nir_function *)exec_list_get_head_const(&nir->functions); in nir_tgsi_scan_shader()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c603 struct nir_function *func = (struct nir_function *)exec_list_get_head_const(&nir->functions); in radv_nir_shader_info_pass()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c483 func = (struct nir_function *)exec_list_get_head_const(&nir->functions); in si_nir_scan_shader()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.cpp129 …const nir_function *func = reinterpret_cast<const nir_function *>(exec_list_get_head_const(&sh->fu… in lower()