Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/compiler/
Dagx_register_allocate.c52 if (!agx_is_null(I->src[i])) in agx_write_registers()
175 if (agx_is_null(ins->src[i])) continue; in agx_ra()
189 if (agx_is_null(ins->src[i])) continue; in agx_ra()
Dagx_pack.c249 if (!agx_is_null(I->dest[d]) && I->dest[d].size != AGX_SIZE_16) in agx_all_16()
254 if (!agx_is_null(I->src[s]) && I->src[s].size != AGX_SIZE_16) in agx_all_16()
Dagx_compiler.h191 agx_is_null(agx_index idx) in agx_is_null() function