Searched defs:num_unit (Results 1 – 7 of 7) sorted by relevance
147 int64 num_unit = 4; field
82 uint32_t num_unit = DIV_ROUND_UP(sizedwords, 4); in fd6_emit_const_bo() local
493 int num_unit = get_tex_count(name); in reg_dump_tex_samp_hi() local509 int num_unit = get_tex_count(name); in reg_dump_tex_const_hi() local1335 dump_tex_samp(uint32_t *texsamp, enum state_src_t src, int num_unit, int level) in dump_tex_samp()1365 dump_tex_const(uint32_t *texconst, int num_unit, int level) in dump_tex_const()1414 uint32_t num_unit = (dwords[0] >> 22) & 0x1ff; in cp_load_state() local
88 uint32_t num_unit = sizedwords / 2; in fd3_emit_const_bo() local
79 uint32_t num_unit = sizedwords / 4; in fd4_emit_const_bo() local
82 uint32_t num_unit = sizedwords / 4; in fd5_emit_const_bo() local
1832 def __init__(self, num_unit, **kwargs): argument