HomeSort by relevance Sort by last modified time
    Searched defs:matrix_columns (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_varyings.h 153 return this->vector_elements * this->matrix_columns * this->size *
255 unsigned matrix_columns; member in class:tfeedback_decl
lower_mat_op_to_vec.cpp 133 for (b_col = 0; b_col < b->type->matrix_columns; b_col++) {
140 for (i = 1; i < a->type->matrix_columns; i++) {
171 for (i = 1; i < a->type->matrix_columns; i++) {
192 for (i = 0; i < b->type->matrix_columns; i++) {
217 for (i = 0; i < a->type->matrix_columns; i++) {
255 const unsigned columns = a->type->matrix_columns;
299 columns = expr->operands[i]->type->matrix_columns;
312 unsigned int i, matrix_columns = 1; local
318 if (!has_matrix_operand(orig_expr, matrix_columns))
365 for (i = 0; i < matrix_columns; i++)
    [all...]
lower_shared_reference.cpp 139 int matrix_columns; local
145 &row_major, &matrix_columns, NULL, packing);
165 matrix_columns, packing, 0);
207 int matrix_columns; local
213 &row_major, &matrix_columns, NULL, packing);
225 matrix_columns, packing, ir->write_mask);
366 int matrix_columns; local
373 &row_major, &matrix_columns, NULL, packing);
377 assert(matrix_columns == 1);
lower_ubo_reference.cpp 63 int *matrix_columns,
274 int *matrix_columns,
324 matrix_columns, &this->struct_field, packing);
346 int matrix_columns; local
359 &row_major, &matrix_columns,
380 row_major, matrix_columns, packing, 0);
559 int matrix_columns; local
570 &row_major, &matrix_columns,
585 row_major, matrix_columns, packing, write_mask);
738 int matrix_columns; local
972 int matrix_columns; local
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 179 uint8_t matrix_columns; /**< 1, 2, 3, or 4 matrix columns. */ member in struct:glsl_type
313 return vector_elements * matrix_columns;
446 && (matrix_columns == 1)
457 return (matrix_columns > 1) && (base_type == GLSL_TYPE_FLOAT || base_type == GLSL_TYPE_DOUBLE);
693 ? get_instance(base_type, matrix_columns, 1)
800 unsigned matrix_columns, const char *name);

Completed in 104 milliseconds