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

  /external/deqp-deps/SPIRV-Tools/source/val/
validate_composites.cpp 395 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); local
400 if (!_.GetMatrixTypeInfo(matrix_type, &matrix_num_rows, &matrix_num_cols,
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_composites.cpp 395 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); local
400 if (!_.GetMatrixTypeInfo(matrix_type, &matrix_num_rows, &matrix_num_cols,
  /external/mesa3d/src/compiler/glsl/
lower_shared_reference.cpp 140 const glsl_type *matrix_type; local
146 &row_major, &matrix_type, NULL, packing);
166 matrix_type, packing, 0);
208 const glsl_type *matrix_type; local
214 &row_major, &matrix_type, NULL, packing);
226 matrix_type, packing, ir->write_mask);
367 const glsl_type *matrix_type; local
374 &row_major, &matrix_type, NULL, packing);
378 assert(matrix_type == NULL);
lower_ubo_reference.cpp 65 const glsl_type **matrix_type,
277 const glsl_type **matrix_type,
327 matrix_type, &this->struct_field, packing);
349 const glsl_type *matrix_type; local
365 &row_major, &matrix_type,
386 row_major, matrix_type, packing, 0);
565 const glsl_type *matrix_type; local
579 &row_major, &matrix_type,
594 row_major, matrix_type, packing, write_mask);
747 const glsl_type *matrix_type; local
985 const glsl_type *matrix_type; local
    [all...]

Completed in 1057 milliseconds