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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
bi_schedule.c 86 /* Constants are shared in the tuple. If constant_count is nonzero, it
89 * but within a tuple, that should be encoded as constant_count != 0
91 unsigned constant_count; member in struct:bi_tuple_state
102 unsigned constant_count; member in struct:bi_const_state
731 count_32 += clause->consts[i].constant_count;
756 unsigned *constant_count = &tuple->constant_count; local
762 (*constant_count) * sizeof(constants[0]));
763 copied_count = tuple->constant_count;
765 constant_count = &copied_count
    [all...]

Completed in 5 milliseconds