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

  /xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
agx_print.c 38 case AGX_SIZE_64:
89 else if (index.size == AGX_SIZE_64)
agx_pack.c 105 assert(index.size == AGX_SIZE_64);
154 ((size == AGX_SIZE_64) ? (1 << 2) : 0) |
187 (size == AGX_SIZE_64) ? 0x3 :
314 bool extends = I->src[s].size < AGX_SIZE_64;
agx_compiler.h 61 AGX_SIZE_64 = 2
420 case 64: return AGX_SIZE_64;
agx_register_allocate.c 212 unsigned size = ins->dest[0].size == AGX_SIZE_64 ? 4 : ins->dest[0].size == AGX_SIZE_32 ? 2 : 1;
agx_compile.c 119 agx_index multiplied = agx_temp(b->shader, AGX_SIZE_64);
169 AGX_PUSH_VBO_BASES, AGX_SIZE_64, buf * 4, base_length);
350 AGX_PUSH_UBO_BASES, AGX_SIZE_64,

Completed in 7 milliseconds