HomeSort by: relevance | last modified time | path
    Searched refs:AGX_SIZE_16 (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_pack.c 83 assert(index.size == AGX_SIZE_16);
94 assert(index.size == AGX_SIZE_16 || index.size == AGX_SIZE_32);
95 assert(index.size == AGX_SIZE_16 || (index.value & 1) == 0);
172 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32);
189 (size == AGX_SIZE_16) ? 0x0 : 0x0;
214 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32);
226 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32);
249 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)
agx_print.c 31 case AGX_SIZE_16:
87 if (index.size == AGX_SIZE_16)
agx_optimizer.c 126 bool fp16 = (def->dest[0].size == AGX_SIZE_16);
agx_compiler.h 59 AGX_SIZE_16 = 0,
418 case 16: return AGX_SIZE_16;
agx_register_allocate.c 125 unsigned align = (I->dest[d].size == AGX_SIZE_16) ? 1 : 2;
agx_compile.c 625 if (s0.size != AGX_SIZE_16)

Completed in 8 milliseconds