HomeSort by: relevance | last modified time | path
    Searched refs:top_bit (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/common/
gen_mi_builder.h 661 unsigned top_bit = 31 - __builtin_clz(N); local
662 for (int i = top_bit - 1; i >= 0; i--) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_query.c 408 unsigned top_bit = 31 - __builtin_clz(N); local
409 for (int i = top_bit - 1; i >= 0; i--) {
413 unsigned src_reg = i == top_bit - 1 ? MI_ALU_R0 : MI_ALU_R1;
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
mi_builder.h 1022 unsigned top_bit = 31 - __builtin_clz(N); local
1023 for (int i = top_bit - 1; i >= 0; i--) {

Completed in 7 milliseconds