Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_shader_info.c159 (struct nir_function *)exec_list_get_head_const(&nir->functions); in ac_nir_shader_info_pass()
/external/mesa3d/src/compiler/glsl/
Dlist.h370 exec_list_get_head_const(const struct exec_list *list) in exec_list_get_head_const() function
565 return exec_list_get_head_const(this); in get_head()
/external/mesa3d/src/intel/compiler/
Dbrw_cfg.h105 return (const struct backend_instruction *)exec_list_get_head_const(&block->instructions); in bblock_start_const()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c460 func = (struct nir_function *)exec_list_get_head_const(&nir->functions); in si_nir_scan_shader()