HomeSort by relevance Sort by last modified time
    Searched defs:kcache (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_sched.h 171 rp_kcache_tracker& kcache() { return kc; } function in class:r600_sb::alu_group_tracker
  /external/mesa3d/src/gallium/drivers/r600/
r600_asm.h 174 struct r600_bytecode_kcache kcache[4]; member in struct:r600_bytecode_cf
r600_asm.c 434 /* CB constants start at 512, and get translated to a kcache index when ALU
435 * clauses are constructed. Note that we handle kcache constants the same way
440 (sel > 511 && sel < 4607) || /* Kcache before translation. */
441 (sel > 127 && sel < 192); /* Kcache after translation. */
939 /* we'll keep kcache sets sorted by bank & addr */
941 struct r600_bytecode_kcache *kcache,
947 if (kcache[i].mode) {
950 if (kcache[i].bank < bank)
953 if ((kcache[i].bank == bank && kcache[i].addr > line+1) |
1066 struct r600_bytecode_kcache *kcache = kcache_sets; local
    [all...]

Completed in 74 milliseconds