Searched refs:ppir_lower_funcs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ | ||
| H A D | lower.c | 403 static bool (*ppir_lower_funcs[ppir_op_num])(ppir_block *, ppir_node *) = { variable in typeref:typename:bool (* [ppir_op_num])(ppir_block *,ppir_node *) 426 if (ppir_lower_funcs[node->op] && 427 !ppir_lower_funcs[node->op](block, node)) |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ | ||
| H A D | lower.c | 423 static bool (*ppir_lower_funcs[ppir_op_num])(ppir_block *, ppir_node *) = { variable in typeref:typename:bool (* [ppir_op_num])(ppir_block *,ppir_node *) 449 if (ppir_lower_funcs[node->op] && 450 !ppir_lower_funcs[node->op](block, node)) |
Completed in 4 milliseconds