Searched defs:ndw (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pm4.h50 unsigned ndw; member in struct:si_pm4_state
/external/libdrm/radeon/
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
H A Dradeon_cs_int.h16 unsigned ndw; member in struct:radeon_cs_int
37 uint32_t ndw);
44 uint32_t ndw,
/external/libdrm/tests/amdgpu/
H A Dcs_tests.c133 static int submit(unsigned ndw, unsigned ip) argument
142 ib_info.size = ndw;
H A Dvce_tests.c145 static int submit(unsigned ndw, unsigned ip) argument
154 ib_info.size = ndw;
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_pass.h91 unsigned ndw; member in class:r600_sb::bc_dump
101 bc_dump(shader &s, uint32_t *bc_ptr, unsigned ndw) : argument
102 vpass(s), bc_data(bc_ptr), ndw(ndw), id(), new_group(), group_index() {}
H A Dsb_bc.h587 unsigned ndw; member in struct:r600_sb::shader_stats
600 shader_stats() : ndw(), ngpr(), nstack(), cf(), alu(), alu_clauses(),
732 unsigned ndw; member in class:r600_sb::bc_decoder
737 : ctx(sctx), dw(data), ndw(size) {}
890 unsigned ndw() { return bc.size(); } function in class:r600_sb::bytecode
920 if (pos == ndw()) {
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h168 unsigned ndw; member in struct:r600_bytecode_cf
232 unsigned ndw; member in struct:r600_bytecode

Completed in 718 milliseconds