Searched refs:ndw (Results 1 - 14 of 14) sorted by relevance

/external/libdrm/radeon/
H A Dradeon_cs_int.h16 unsigned ndw; member in struct:radeon_cs_int
37 uint32_t ndw);
44 uint32_t ndw,
H A Dradeon_cs.c10 radeon_cs_create(struct radeon_cs_manager *csm, uint32_t ndw) argument
12 struct radeon_cs_int *csi = csm->funcs->cs_create(csm, ndw);
31 radeon_cs_begin(struct radeon_cs *cs, uint32_t ndw, argument
35 return csi->csm->funcs->cs_begin(csi, ndw, file, func, line);
H A Dradeon_cs.h56 unsigned ndw; member in struct:radeon_cs
66 uint32_t ndw);
69 uint32_t ndw,
H A Dradeon_cs_gem.c129 uint32_t ndw)
134 if (ndw > (64 * 1024 / 4)) {
142 csg->base.ndw = 64 * 1024 / 4;
280 uint32_t ndw,
293 cs->section_ndw = ndw;
299 if (cs->cdw + ndw > cs->ndw) {
303 tmp = (cs->cdw + ndw + 0x3FF) & (~0x3FF);
309 cs->ndw = tmp;
128 cs_gem_create(struct radeon_cs_manager *csm, uint32_t ndw) argument
279 cs_gem_begin(struct radeon_cs_int *cs, uint32_t ndw, const char *file, const char *func, int line) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pm4.c38 state->last_pm4 = state->ndw++;
43 state->pm4[state->ndw++] = dw;
49 count = state->ndw - state->last_pm4 - 2;
53 assert(state->ndw <= SI_PM4_MAX_DW);
114 if (state->ndw == offs) {
115 state->ndw--;
123 state->relocs[state->nrelocs++] = state->ndw;
199 count += state->ndw;
213 memcpy(&cs->buf[cs->cdw], state->pm4, state->ndw * 4);
219 cs->cdw += state->ndw;
[all...]
H A Dradeonsi_pm4.h50 unsigned ndw; member in struct:si_pm4_state
/external/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c65 S_SQ_CF_ALU_WORD1_COUNT((cf->ndw / 2) - 1);
72 S_SQ_CF_WORD1_COUNT((cf->ndw / 4) - 1);
H A Dr600_asm.h155 unsigned ndw; member in struct:r600_bytecode_cf
204 unsigned ndw; member in struct:r600_bytecode
H A Dr700_asm.c28 unsigned count = (cf->ndw / 4) - 1;
H A Dr600_asm.c284 bc->ndw += 2;
289 bc->ndw += 2;
1173 bc->cf_last->ndw -= align(prev_nliteral, 2);
1385 if ((bc->cf_last->ndw>>1) >= 110)
1415 if ((bc->cf_last->ndw>>1) >= 110)
1497 bc->cf_last->ndw += 2;
1498 bc->ndw += 2;
1533 bc->cf_last->ndw += align(nliteral, 2);
1537 if ((bc->cf_last->ndw >> 1) >= 120) {
1627 bc->cf_last->ndw
[all...]
H A Devergreen_compute.c150 shader->bc.ndw * 4);
155 memcpy(p, shader->bc.bytecode, shader->bc.ndw * 4);
H A Dr600_shader.c70 pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, rshader->bc.ndw * 4);
76 for (i = 0; i < rshader->bc.ndw; ++i) {
80 memcpy(ptr, rshader->bc.bytecode, rshader->bc.ndw * sizeof(*ptr));
/external/libdrm/tests/amdgpu/
H A Dcs_tests.c122 static int submit(unsigned ndw, unsigned ip) argument
131 ib_info.size = ndw;
H A Dvce_tests.c137 static int submit(unsigned ndw, unsigned ip) argument
146 ib_info.size = ndw;

Completed in 1573 milliseconds