Searched refs:nop_count (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dsecurity_tests.c169 static void amdgpu_sdma_nop(uint32_t *packet, uint32_t nop_count) argument
173 packet[0] = htole32(nop_count << 16);
174 for ( ; nop_count > 0; nop_count--)
175 packet[nop_count-1] = 0;
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c67 * nop_count/has_end used to detect the real end of shader. Since
71 int nop_count; /* number of nop's since non-nop instruction: */ member in struct:disasm_ctx
379 ctx->nop_count++;
380 if (ctx->nop_count > 3) {
386 ctx->nop_count = 0;
391 ctx->nop_count = 0;
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir_to_qpu.c429 c->nop_count++;
H A Dv3d_compiler.h826 uint32_t nop_count; member in struct:v3d_compile
H A Dvir.c1597 c->nop_count);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_generator.cpp1914 int loop_count = 0, send_count = 0, nop_count = 0; local in function:fs_generator::generate_code
1950 nop_count++;
2809 dispatch_width, before_size / 16 - nop_count,
2817 stats->instructions = before_size / 16 - nop_count;

Completed in 14 milliseconds