Home
last modified time | relevance | path

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

/external/mesa3d/src/glsl/
Dglsl_types.h335 const glsl_type *row_type() const in row_type() function
Dast_to_hir.cpp282 if (type_a->row_type() == type_b->column_type()) { in arithmetic_result_type()
291 type_b->row_type()->vector_elements); in arithmetic_result_type()
302 if (type_a->row_type() == type_b) { in arithmetic_result_type()
326 type_b->row_type()->vector_elements, in arithmetic_result_type()
1520 if (array->type->row_type()->vector_elements <= idx) { in hir()
1521 bound = array->type->row_type()->vector_elements; in hir()