Home
last modified time | relevance | path

Searched refs:row_base (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dast_function.cpp1480 assign_to_matrix_column(ir_variable *var, unsigned column, unsigned row_base, in assign_to_matrix_column() argument
1488 assert(column_ref->type->components() >= (row_base + count)); in assign_to_matrix_column()
1502 const unsigned write_mask = ((1U << count) - 1) << row_base; in assign_to_matrix_column()