Searched refs:nir_type (Results 1 – 2 of 2) sorted by relevance
190 nir_type = REGISTER_FORMATS.get(op)192 if nir_type:193 body.append('{}if (ins->format == {}) {}_temp = {};'.format(t_else, nir_type, mod, i))
200 bifrost_blend_type_from_nir(nir_alu_type nir_type) in bifrost_blend_type_from_nir() argument202 switch(nir_type) { in bifrost_blend_type_from_nir()