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

  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_pack.c 40 assert(index.size == AGX_SIZE_32);
94 assert(index.size == AGX_SIZE_16 || index.size == AGX_SIZE_32);
98 *flag = (index.size == AGX_SIZE_32);
148 if (size >= AGX_SIZE_32)
153 ((size >= AGX_SIZE_32) ? (1 << 1) : 0) |
172 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32);
178 ((size == AGX_SIZE_32) ? (1 << 7) : 0) |
188 (size == AGX_SIZE_32) ? 0x2 :
214 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32);
226 assert(size == AGX_SIZE_16 || size == AGX_SIZE_32);
    [all...]
agx_register_allocate.c 37 unsigned size = I->dest[d].size == AGX_SIZE_32 ? 2 : 1;
168 unsigned size = common_size == AGX_SIZE_32 ? 2 : 1;
212 unsigned size = ins->dest[0].size == AGX_SIZE_64 ? 4 : ins->dest[0].size == AGX_SIZE_32 ? 2 : 1;
agx_compiler.h 60 AGX_SIZE_32 = 1,
101 .size = AGX_SIZE_32
419 case 32: return AGX_SIZE_32;
agx_optimizer.c 127 assert(fp16 || (def->dest[0].size == AGX_SIZE_32));
agx_print.c 34 case AGX_SIZE_32:
agx_compile.c 127 n = agx_temp(b->shader, AGX_SIZE_32);
155 agx_index vertex_id = agx_register(10, AGX_SIZE_32);
156 agx_index instance_id = agx_register(12, AGX_SIZE_32);
176 agx_index dest = pad ? agx_temp(b->shader, AGX_SIZE_32) : real_dest;
389 AGX_PUSH_BLEND_CONST, AGX_SIZE_32, comp * 2, 4 * 2);
444 return agx_mov_to(b, dst, agx_abs(agx_register(10, AGX_SIZE_32)));
447 return agx_mov_to(b, dst, agx_abs(agx_register(12, AGX_SIZE_32)));
633 if (s0.size != AGX_SIZE_32)

Completed in 6 milliseconds