Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/spirv/
Dvtn_alu.c73 unsigned src0_columns = glsl_get_matrix_columns(src0->type); in matrix_multiply()
74 unsigned src1_columns = glsl_get_matrix_columns(src1->type); in matrix_multiply()
146 for (unsigned i = 0; i < glsl_get_matrix_columns(mat->type); i++) { in mat_times_scalar()
163 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu()
171 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu()
180 unsigned cols = glsl_get_matrix_columns(src0->type); in vtn_handle_matrix_alu()
Dspirv_to_nir.c3802 for (unsigned i = 0; i < glsl_get_matrix_columns(dest->type); i++) { in vtn_ssa_transpose()
3803 nir_alu_instr *vec = create_vec(b, glsl_get_matrix_columns(src->type), in vtn_ssa_transpose()
3809 for (unsigned j = 0; j < glsl_get_matrix_columns(src->type); j++) { in vtn_ssa_transpose()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_arrays_to_elements.c70 glsl_get_matrix_columns(glsl_without_array((*p)->type)) : 1; in get_io_offset()
101 glsl_get_matrix_columns(glsl_without_array(type)) : 1; in get_array_elements()
Dnir_lower_system_values.c208 unsigned num_cols = glsl_get_matrix_columns(var->type); in lower_system_value_instr()
Dnir_print.c324 const unsigned cols = glsl_get_matrix_columns(type); in print_constant()
/third_party/mesa3d/src/compiler/
Dnir_types.h90 unsigned glsl_get_matrix_columns(const struct glsl_type *type);
Dnir_types.cpp144 glsl_get_matrix_columns(const struct glsl_type *type) in glsl_get_matrix_columns() function
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniform_initializers.c119 const unsigned n_columns = glsl_get_matrix_columns(type); in copy_constant_to_storage()
Dgl_nir_link_uniforms.c654 num_params *= glsl_get_matrix_columns(glsl_without_array(type)); in add_parameter()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c375 glsl_get_matrix_columns(type)); in get_glsl_type()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c5025 glsl_get_matrix_columns(type)); in glsl_to_llvm_type()