HomeSort by relevance Sort by last modified time
    Searched refs:glsl_get_matrix_columns (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/compiler/spirv/
vtn_alu.c 71 unsigned src0_columns = glsl_get_matrix_columns(src0->type);
72 unsigned src1_columns = glsl_get_matrix_columns(src1->type);
144 for (unsigned i = 0; i < glsl_get_matrix_columns(mat->type); i++) {
162 unsigned cols = glsl_get_matrix_columns(src0->type);
170 unsigned cols = glsl_get_matrix_columns(src0->type);
179 unsigned cols = glsl_get_matrix_columns(src0->type);
vtn_variables.c 402 glsl_get_matrix_columns(type->type);
542 vec_width = glsl_get_matrix_columns(type->type);
552 num_ops = glsl_get_matrix_columns(type->type);
    [all...]
spirv_to_nir.c 123 unsigned columns = glsl_get_matrix_columns(val->type);
    [all...]
  /external/mesa3d/src/compiler/
nir_types.h 65 unsigned glsl_get_matrix_columns(const struct glsl_type *type);
nir_types.cpp 94 glsl_get_matrix_columns(const struct glsl_type *type) function
  /external/mesa3d/src/compiler/nir/
nir_gather_info.c 166 mat_cols = glsl_get_matrix_columns(glsl_without_array(type));
168 num_elems = glsl_get_matrix_columns(type);
nir_print.c 299 const unsigned cols = glsl_get_matrix_columns(type);

Completed in 499 milliseconds