HomeSort by relevance Sort by last modified time
    Searched refs:r600_bytecode_kcache (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 156 struct r600_bytecode_kcache { struct
174 struct r600_bytecode_kcache kcache[4];
r600_asm.c 941 struct r600_bytecode_kcache *kcache,
961 memmove(&kcache[i+1],&kcache[i], (kcache_banks-i-1)*sizeof(struct r600_bytecode_kcache));
1003 struct r600_bytecode_kcache *kcache,
1026 struct r600_bytecode_kcache * kcache)
1065 struct r600_bytecode_kcache kcache_sets[4];
1066 struct r600_bytecode_kcache *kcache = kcache_sets;
1069 memcpy(kcache, bc->cf_last->kcache, 4 * sizeof(struct r600_bytecode_kcache));
1086 memcpy(bc->cf_last->kcache, kcache, 4 * sizeof(struct r600_bytecode_kcache));
    [all...]

Completed in 342 milliseconds