Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_alu.c71 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()
Dvtn_variables.c682 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()
Dspirv_to_nir.c229 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()
/external/mesa3d/src/compiler/nir/
Dnir_gather_info.c176 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()
Dnir_lower_io_arrays_to_elements.c65 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()
Dnir_print.c295 const unsigned cols = glsl_get_matrix_columns(type); in print_constant()
/external/mesa3d/src/compiler/
Dnir_types.h68 unsigned glsl_get_matrix_columns(const struct glsl_type *type);
Dnir_types.cpp103 glsl_get_matrix_columns(const struct glsl_type *type) in glsl_get_matrix_columns() function
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5705 glsl_get_matrix_columns(type)); in glsl_to_llvm_type()