Searched refs:nr_cmds (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | msm_ringbuffer.c | 284 unsigned nr_cmds = 0; local in function:msm_submit_flush 290 nr_cmds += 1; 295 nr_cmds += to_msm_ringbuffer(ring)->u.nr_cmds; 300 struct drm_msm_gem_submit_cmd cmds[nr_cmds]; 307 debug_assert(i < nr_cmds); 327 for (unsigned j = 0; j < msm_ring->u.nr_cmds; j++) { 364 req.cmds = VOID2U64(cmds), req.nr_cmds = nr_cmds; 366 DEBUG_MSG("nr_cmds [all...] |
| H A D | msm_ringbuffer_sp.c | 253 for (unsigned i = 0; i < primary->u.nr_cmds; i++) 281 unsigned nr_cmds = 0; local in function:flush_submit_list 288 nr_cmds += to_msm_ringbuffer_sp(submit->primary)->u.nr_cmds; 291 struct drm_msm_gem_submit_cmd cmds[nr_cmds]; 302 for (unsigned i = 0; i < deferred_primary->u.nr_cmds; i++) { 377 req.nr_cmds = nr_cmds; 379 DEBUG_MSG("nr_cmds=%u, nr_bos=%u", req.nr_cmds, re [all...] |
| H A D | msm_priv.h | 116 for (unsigned i = 0; i < req->nr_cmds; i++) {
|
| H A D | msm_ringbuffer_sp.h | 85 (cmd_idx < msm_target->u.nr_cmds)) {
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_ringbuffer.c | 343 for (i = 0; i < msm_ring->nr_cmds; i++) { 353 msm_ring->submit.nr_cmds = 0; 355 msm_ring->nr_cmds = 0; 403 for (i = 0; i < msm_ring->submit.nr_cmds; i++) { 443 for (i = 0; i < msm_ring->nr_cmds; i++) { 486 for (i = 0; i < msm_ring->submit.nr_cmds; i++) { 512 req.nr_cmds = msm_ring->submit.nr_cmds; 514 DEBUG_MSG("nr_cmds=%u, nr_bos=%u", req.nr_cmds, re [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | msm_ringbuffer_sp.c | 259 struct drm_msm_gem_submit_cmd cmds[primary->u.nr_cmds]; 261 for (unsigned i = 0; i < primary->u.nr_cmds; i++) { 284 req.nr_cmds = primary->u.nr_cmds; 286 DEBUG_MSG("nr_cmds=%u, nr_bos=%u", req.nr_cmds, req.nr_bos); 444 (cmd_idx < msm_target->u.nr_cmds)) { 491 return to_msm_ringbuffer_sp(ring)->u.nr_cmds + 1; 511 for (unsigned i = 0; i < msm_ring->u.nr_cmds; i++) { 548 msm_ring->u.nr_cmds [all...] |
| H A D | msm_ringbuffer.c | 315 unsigned nr_cmds = 0; local in function:msm_submit_flush 321 nr_cmds += 1; 326 nr_cmds += to_msm_ringbuffer(ring)->u.nr_cmds; 331 struct drm_msm_gem_submit_cmd cmds[nr_cmds]; 338 debug_assert(i < nr_cmds); 359 for (unsigned j = 0; j < msm_ring->u.nr_cmds; j++) { 391 req.nr_cmds = nr_cmds; 393 DEBUG_MSG("nr_cmds [all...] |
| H A D | msm_drm.h | 235 __u32 nr_cmds; /* in, number of submit_cmd's */ member in struct:drm_msm_gem_submit
|
| H A D | msm_priv.h | 91 for (unsigned i = 0; i < req->nr_cmds; i++) {
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | msm_drm.h | 220 __u32 nr_cmds; /* in, number of submit_cmd's */ member in struct:drm_msm_gem_submit
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | msm_drm.h | 258 __u32 nr_cmds; /* in, number of submit_cmd's */ member in struct:drm_msm_gem_submit
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_device.c | 1258 .nr_cmds = entry_count,
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_drm.c | 1168 .nr_cmds = submit->entry_count,
|
Completed in 14 milliseconds