Searched refs:num_unit (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_const.c55 .num_unit = DIV_ROUND_UP(sizedwords, 4)),
63 .num_unit = DIV_ROUND_UP(sizedwords, 4)),
74 uint32_t num_unit = DIV_ROUND_UP(sizedwords, 4); local in function:fd6_emit_const_bo
75 assert(num_unit % 4 == 0);
84 .num_unit = num_unit, ),
91 .num_unit = num_unit, ),
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcffdec.c164 static void dump_tex_samp(uint32_t *texsamp, enum state_src_t src, int num_unit,
166 static void dump_tex_const(uint32_t *texsamp, int num_unit, int level);
511 int num_unit = get_tex_count(name); local in function:reg_dump_tex_samp_hi
518 dump_tex_samp(buf, STATE_SRC_DIRECT, num_unit, level + 1);
527 int num_unit = get_tex_count(name); local in function:reg_dump_tex_const_hi
534 dump_tex_const(buf, num_unit, level + 1);
1348 dump_tex_samp(uint32_t *texsamp, enum state_src_t src, int num_unit, int level) argument
1350 for (int i = 0; i < num_unit; i++) {
1354 if ((num_unit == 16) && (texsamp[0] == 0) && (texsamp[1] == 0))
1378 dump_tex_const(uint32_t *texconst, int num_unit, in argument
1428 uint32_t num_unit = (dwords[0] >> 22) & 0x1ff; local in function:cp_load_state
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c79 uint32_t num_unit = sizedwords / 4; local in function:fd4_emit_const_bo
80 assert(num_unit % 4 == 0);
88 CP_LOAD_STATE4_0_NUM_UNIT(num_unit));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_emit.c88 uint32_t num_unit = sizedwords / 2; local in function:fd3_emit_const_bo
89 assert(num_unit % 2 == 0);
97 CP_LOAD_STATE_0_NUM_UNIT(num_unit));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c83 uint32_t num_unit = sizedwords / 4; local in function:fd5_emit_const_bo
84 assert(num_unit % 4 == 0);
92 CP_LOAD_STATE4_0_NUM_UNIT(num_unit));

Completed in 10 milliseconds