Lines Matching refs:get_instance
278 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
291 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, in ir_expression()
298 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT16, in ir_expression()
303 this->type = glsl_type::get_instance(GLSL_TYPE_INT16, in ir_expression()
309 this->type = glsl_type::get_instance(GLSL_TYPE_INT16, in ir_expression()
313 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
320 this->type = glsl_type::get_instance(GLSL_TYPE_UINT16, in ir_expression()
324 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, in ir_expression()
330 this->type = glsl_type::get_instance(GLSL_TYPE_UINT16, in ir_expression()
339 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression()
348 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, in ir_expression()
358 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, in ir_expression()
368 this->type = glsl_type::get_instance(GLSL_TYPE_INT64, in ir_expression()
377 this->type = glsl_type::get_instance(GLSL_TYPE_UINT64, in ir_expression()
435 this->type = glsl_type::get_instance(GLSL_TYPE_INT, in ir_expression()
446 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, in ir_expression()
451 this->type = glsl_type::get_instance(GLSL_TYPE_INT64, in ir_expression()
455 this->type = glsl_type::get_instance(GLSL_TYPE_UINT64, in ir_expression()
534 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, in ir_expression()
588 this->type = glsl_type::get_instance(base, op0->type->vector_elements, 1); in ir_expression()
729 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT16, vector_elements, 1); in ir_constant()
743 this->type = glsl_type::get_instance(GLSL_TYPE_FLOAT, vector_elements, 1); in ir_constant()
757 this->type = glsl_type::get_instance(GLSL_TYPE_DOUBLE, vector_elements, 1); in ir_constant()
771 this->type = glsl_type::get_instance(GLSL_TYPE_INT16, vector_elements, 1); in ir_constant()
785 this->type = glsl_type::get_instance(GLSL_TYPE_UINT16, vector_elements, 1); in ir_constant()
799 this->type = glsl_type::get_instance(GLSL_TYPE_UINT, vector_elements, 1); in ir_constant()
813 this->type = glsl_type::get_instance(GLSL_TYPE_INT, vector_elements, 1); in ir_constant()
827 this->type = glsl_type::get_instance(GLSL_TYPE_UINT64, vector_elements, 1); in ir_constant()
841 this->type = glsl_type::get_instance(GLSL_TYPE_INT64, vector_elements, 1); in ir_constant()
855 this->type = glsl_type::get_instance(GLSL_TYPE_BOOL, vector_elements, 1); in ir_constant()
1870 type = glsl_type::get_instance(val->type->base_type, mask.num_components, 1); in init_mask()
1891 this->type = glsl_type::get_instance(val->type->base_type, in ir_swizzle()