Lines Matching refs:vector_elements
143 to = glsl_type::get_instance(GLSL_TYPE_FLOAT, from->type->vector_elements, in apply_implicit_conversion()
301 type_a->column_type()->vector_elements, in arithmetic_result_type()
302 type_b->row_type()->vector_elements); in arithmetic_result_type()
318 type_a->column_type()->vector_elements, in arithmetic_result_type()
337 type_b->row_type()->vector_elements, in arithmetic_result_type()
427 type_a->vector_elements != type_b->vector_elements) { in bit_logic_result_type()
482 || (type_a->vector_elements == type_b->vector_elements)) in modulus_result_type()
594 type_a->vector_elements != type_b->vector_elements) { in shift_result_type()
1590 if (array->type->row_type()->vector_elements <= idx) { in hir()
1591 bound = array->type->row_type()->vector_elements; in hir()
1594 if (array->type->vector_elements <= idx) { in hir()
1595 bound = array->type->vector_elements; in hir()