Searched refs:nop_count (Results 1 – 8 of 8) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | security_tests.c | 169 static void amdgpu_sdma_nop(uint32_t *packet, uint32_t nop_count) in amdgpu_sdma_nop() argument 173 packet[0] = htole32(nop_count << 16); in amdgpu_sdma_nop() 174 for ( ; nop_count > 0; nop_count--) in amdgpu_sdma_nop() 175 packet[nop_count-1] = 0; in amdgpu_sdma_nop()
|
/external/mesa3d/src/freedreno/ir3/ |
D | disasm-a3xx.c | 53 int nop_count; /* number of nop's since non-nop instruction: */ member 420 ctx->nop_count++; in disasm_field_cb() 421 if (ctx->nop_count > 3) { in disasm_field_cb() 427 ctx->nop_count = 0; in disasm_field_cb() 432 ctx->nop_count = 0; in disasm_field_cb()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_generator.cpp | 762 int loop_count = 0, send_count = 0, nop_count = 0, sync_nop_count = 0; in generate_code() local 798 nop_count++; in generate_code() 1437 before_size / 16 - nop_count - sync_nop_count, in generate_code() 1473 before_size / 16 - nop_count - sync_nop_count, in generate_code() 1485 stats->instructions = before_size / 16 - nop_count - sync_nop_count; in generate_code()
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_fs_generator.cpp | 1529 int loop_count = 0, send_count = 0, nop_count = 0, sync_nop_count = 0; in generate_code() local 1563 nop_count++; in generate_code() 2265 before_size / 16 - nop_count - sync_nop_count, in generate_code() 2276 stats->instructions = before_size / 16 - nop_count - sync_nop_count; in generate_code()
|
/external/python/cpython3/Python/ |
D | optimizer.c | 1249 int nop_count = 0; in effective_trace_length() local 1253 nop_count++; in effective_trace_length() 1258 return i+1-nop_count; in effective_trace_length()
|
/external/mesa3d/src/broadcom/compiler/ |
D | vir_to_qpu.c | 494 c->nop_count++; in v3d_vir_to_qpu()
|
D | v3d_compiler.h | 909 uint32_t nop_count; member
|
D | vir.c | 1902 c->nop_count); in v3d_shaderdb_dump()
|