Searched refs:row_idx (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_function.cpp1788 unsigned row_idx = 0; local in function:emit_inline_matrix_constructor
1816 unsigned count = MIN2(rows - row_idx,
1821 row_idx,
1827 row_idx += count;
1834 if (row_idx >= rows) {
1835 row_idx = 0;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_function.cpp1845 unsigned row_idx = 0; local in function:emit_inline_matrix_constructor
1873 unsigned count = MIN2(rows - row_idx,
1878 row_idx,
1884 row_idx += count;
1891 if (row_idx >= rows) {
1892 row_idx = 0;
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c3131 int32_t row_idx = -1; local in function:ntq_emit_intrinsic
3136 row_idx = i;
3141 assert(row_idx != -1);
3145 struct qreg row = vir_uniform_ui(c, row_idx++);

Completed in 13 milliseconds