Searched refs:row_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.h419 const glsl_type *row_type() const function in struct:glsl_type
H A Dast_to_hir.cpp293 if (type_a->row_type() == type_b->column_type()) {
302 type_b->row_type()->vector_elements);
313 if (type_a->row_type() == type_b) {
337 type_b->row_type()->vector_elements,
1590 if (array->type->row_type()->vector_elements <= idx) {
1591 bound = array->type->row_type()->vector_elements;
/external/mesa3d/src/glsl/
H A Dglsl_types.h419 const glsl_type *row_type() const function in struct:glsl_type
H A Dast_to_hir.cpp293 if (type_a->row_type() == type_b->column_type()) {
302 type_b->row_type()->vector_elements);
313 if (type_a->row_type() == type_b) {
337 type_b->row_type()->vector_elements,
1590 if (array->type->row_type()->vector_elements <= idx) {
1591 bound = array->type->row_type()->vector_elements;

Completed in 37 milliseconds