Home
last modified time | relevance | path

Searched refs:row_type (Results 1 – 2 of 2) sorted by relevance

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