Searched refs:index_c (Results 1 – 1 of 1) sorted by relevance
492 ir_constant *const index_c = in constant_referenced() local495 if (!index_c || !index_c->type->is_scalar() || in constant_referenced()496 !index_c->type->is_integer_32()) in constant_referenced()499 const int index = index_c->type->base_type == GLSL_TYPE_INT ? in constant_referenced()500 index_c->get_int_component(0) : in constant_referenced()501 index_c->get_uint_component(0); in constant_referenced()