Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dbir.c97 bi_get_component_count(bi_instruction *ins, signed src) in bi_get_component_count() function
133 unsigned component_count = bi_get_component_count(ins, s); in bi_bytemask_of_read_components()
168 return comp < bi_get_component_count(ins, -1); in bi_writes_component()
181 unsigned components = bi_get_component_count(ins, -1); in bi_writemask()
Dbi_ra.c132 unsigned components = bi_get_component_count(ins, src); in bi_adjust_src_ra()
Dcompiler.h657 unsigned bi_get_component_count(bi_instruction *ins, signed s);
Dbi_print.c152 for (unsigned u = 0; u < bi_get_component_count(ins, src); ++u) { in bi_print_swizzle()