Home
last modified time | relevance | path

Searched refs:exec_list_get_head_const (Results 1 – 5 of 5) 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.c805 exec_list_get_head_const(&nir->functions); in nir_tgsi_scan_shader()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c462 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/r600/sfn/
Dsfn_shader.cpp469 …const nir_function *func = reinterpret_cast<const nir_function *>(exec_list_get_head_const(&nir->f… in process()