Searched refs:glsl_get_matrix_columns (Results 1 – 9 of 9) sorted by relevance
71 unsigned src0_columns = glsl_get_matrix_columns(src0->type); in matrix_multiply()72 unsigned src1_columns = glsl_get_matrix_columns(src1->type); in matrix_multiply()144 for (unsigned i = 0; i < glsl_get_matrix_columns(mat->type); i++) { in mat_times_scalar()162 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu()170 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu()179 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu()
682 glsl_get_matrix_columns(type->type); in vtn_type_block_size()825 vec_width = glsl_get_matrix_columns(type->type); in _vtn_block_load_store()836 num_ops = glsl_get_matrix_columns(type->type); in _vtn_block_load_store()
229 unsigned columns = glsl_get_matrix_columns(val->type); in vtn_const_ssa_value()2687 for (unsigned i = 0; i < glsl_get_matrix_columns(dest->type); i++) { in vtn_ssa_transpose()2688 nir_alu_instr *vec = create_vec(b, glsl_get_matrix_columns(src->type), in vtn_ssa_transpose()2694 for (unsigned j = 0; j < glsl_get_matrix_columns(src->type); j++) { in vtn_ssa_transpose()
176 mat_cols = glsl_get_matrix_columns(glsl_without_array(type)); in try_mask_partial_io()178 num_elems = glsl_get_matrix_columns(type); in try_mask_partial_io()
65 glsl_get_matrix_columns(glsl_without_array(tail->type)) : 1; in get_io_offset()94 glsl_get_matrix_columns(glsl_without_array(type)) : 1; in get_array_elements()
295 const unsigned cols = glsl_get_matrix_columns(type); in print_constant()
68 unsigned glsl_get_matrix_columns(const struct glsl_type *type);
103 glsl_get_matrix_columns(const struct glsl_type *type) in glsl_get_matrix_columns() function
5705 glsl_get_matrix_columns(type)); in glsl_to_llvm_type()