Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_nir_opt_peephole_ffma.c71 get_mul_for_src(nir_alu_src *src, int num_components, in get_mul_for_src() function
96 alu = get_mul_for_src(&alu->src[0], num_components, swizzle, negate, abs); in get_mul_for_src()
100 alu = get_mul_for_src(&alu->src[0], num_components, swizzle, negate, abs); in get_mul_for_src()
105 alu = get_mul_for_src(&alu->src[0], num_components, swizzle, negate, abs); in get_mul_for_src()
201 mul = get_mul_for_src(&add->src[add_mul_src], in brw_nir_opt_peephole_ffma_block()