Searched refs:agx_is_null (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_register_allocate.c52 if (!agx_is_null(I->src[i]))
175 if (agx_is_null(ins->src[i])) continue;
189 if (agx_is_null(ins->src[i])) continue;
H A Dagx_pack.c249 if (!agx_is_null(I->dest[d]) && I->dest[d].size != AGX_SIZE_16)
254 if (!agx_is_null(I->src[s]) && I->src[s].size != AGX_SIZE_16)
H A Dagx_compiler.h191 agx_is_null(agx_index idx) function in typeref:typename:bool

Completed in 5 milliseconds