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/
H A Dagx_register_allocate.c53 if (!agx_is_null(I->src[i])) in agx_write_registers()
123 assert(agx_is_null(I->dest[d])); in agx_ra_assign_local()
130 if (agx_is_null(I->dest[d])) { in agx_ra_assign_local()
314 if (agx_is_null(ins->src[i])) continue; in agx_ra()
349 if (agx_is_null(ins->dest[i])) continue; in agx_ra()
H A Dagx_pack.c268 if (!agx_is_null(I->dest[d]) && I->dest[d].size != AGX_SIZE_16) in agx_all_16()
273 if (!agx_is_null(I->src[s]) && I->src[s].size != AGX_SIZE_16) in agx_all_16()
H A Dagx_compiler.h198 agx_is_null(agx_index idx) in agx_is_null() function

Completed in 4 milliseconds