Lines Matching refs:get_instance
276 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
288 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in ir_expression()
296 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression()
305 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, in ir_expression()
315 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, in ir_expression()
325 this->type = glsl_type::get_instance(GLSL_TYPE_INT64, in ir_expression()
334 this->type = glsl_type::get_instance(GLSL_TYPE_UINT64, in ir_expression()
395 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
406 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, in ir_expression()
411 this->type = glsl_type::get_instance(GLSL_TYPE_INT64, in ir_expression()
415 this->type = glsl_type::get_instance(GLSL_TYPE_UINT64, in ir_expression()
493 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression()
648 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, vector_elements, 1); in ir_constant()
661 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, vector_elements, 1); in ir_constant()
674 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, vector_elements, 1); in ir_constant()
687 this->type = glsl_type::get_instance(GLSL_TYPE_INT, vector_elements, 1); in ir_constant()
700 this->type = glsl_type::get_instance(GLSL_TYPE_UINT64, vector_elements, 1); in ir_constant()
713 this->type = glsl_type::get_instance(GLSL_TYPE_INT64, vector_elements, 1); in ir_constant()
726 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, vector_elements, 1); in ir_constant()
1542 type = glsl_type::get_instance(val->type->base_type, mask.num_components, 1); in init_mask()
1563 this->type = glsl_type::get_instance(val->type->base_type, in ir_swizzle()