HomeSort by: relevance | last modified time | path
    Searched defs:regs_count (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3.c 114 ir3_should_double_threadsize(struct ir3_shader_variant *v, unsigned regs_count)
157 return regs_count * 2 <= compiler->reg_size_vec4;
322 unsigned regs_count = local
326 info->double_threadsize = ir3_should_double_threadsize(v, regs_count);
330 compiler, regs_count, info->double_threadsize);
ir3.h 96 unsigned regs_count; member in struct:ir3_merge_set
649 unsigned regs_count);
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
ir3.h 223 unsigned regs_count; member in struct:ir3_instruction
567 for (i = 0; i < instr->regs_count; i++)
751 if ((instr->regs_count == 0) || is_store(instr))
759 if (instr->regs_count > 0) {
768 if (instr->regs_count > 0) {
954 if ((__instr)->regs_count) \
955 for (unsigned __cnt = (__instr)->regs_count - 1, __n = 0; __n < __cnt; __n++) \
964 unsigned cnt = instr->regs_count + instr->deps_count;
972 if (n == (instr->regs_count + instr->deps_count))
974 if (n >= instr->regs_count)
    [all...]

Completed in 67 milliseconds