Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dgen_pack.py190 nir_type = REGISTER_FORMATS.get(op)
192 if nir_type:
193 body.append('{}if (ins->format == {}) {}_temp = {};'.format(t_else, nir_type, mod, i))
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_assemble.c200 bifrost_blend_type_from_nir(nir_alu_type nir_type) in bifrost_blend_type_from_nir() argument
202 switch(nir_type) { in bifrost_blend_type_from_nir()