| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_packing_builtins.cpp | 213 ir_variable *u = factory.make_temp(glsl_type::uvec2_type, 241 ir_variable *u = factory.make_temp(glsl_type::uvec4_type, 279 ir_variable *u = factory.make_temp(glsl_type::uint_type, 284 ir_variable *u2 = factory.make_temp(glsl_type::uvec2_type, 313 ir_variable *i = factory.make_temp(glsl_type::int_type, 318 ir_variable *i2 = factory.make_temp(glsl_type::ivec2_type, 342 ir_variable *u = factory.make_temp(glsl_type::uint_type, 347 ir_variable *u4 = factory.make_temp(glsl_type::uvec4_type, 394 ir_variable *i = factory.make_temp(glsl_type::int_type, 399 ir_variable *i4 = factory.make_temp(glsl_typ [all...] |
| H A D | lower_vector_insert.cpp | 98 factory.make_temp(expr->operands[0]->type, "vec_tmp"); 122 factory.make_temp(expr->operands[0]->type, "vec_tmp"); 125 factory.make_temp(expr->operands[1]->type, "src_temp"); 139 factory.make_temp(glsl_type::bool_type, "index_condition");
|
| H A D | lower_blend_equation_advanced.cpp | 221 ir_variable *llum = f->make_temp(glsl_type::float_type, "__blend_lum"); 222 ir_variable *mincol = f->make_temp(glsl_type::float_type, "__blend_mincol"); 223 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol"); 255 ir_variable *sbase = f->make_temp(glsl_type::float_type, "__blend_sbase"); 283 ir_variable *result = f.make_temp(glsl_type::vec4_type, "__blend_result"); 286 ir_variable *src = f.make_temp(glsl_type::vec4_type, "__blend_src"); 300 ir_variable *src_rgb = f.make_temp(glsl_type::vec3_type, "__blend_src_rgb"); 301 ir_variable *src_alpha = f.make_temp(glsl_type::float_type, "__blend_src_a"); 307 ir_variable *dst_rgb = f.make_temp(glsl_type::vec3_type, "__blend_dst_rgb"); 308 ir_variable *dst_alpha = f.make_temp(glsl_typ [all...] |
| H A D | lower_vec_index_to_cond_assign.cpp | 93 body.make_temp(orig_index->type, "vec_index_tmp_i"); 99 body.make_temp(orig_vector->type, "vec_value_tmp"); 105 ir_variable *const var = body.make_temp(type, "vec_index_tmp_v");
|
| H A D | lower_vector_derefs.cpp | 92 factory.make_temp(ir->rhs->type, "scalar_tmp"); 101 factory.make_temp(deref->array_index->type, "index_tmp");
|
| H A D | lower_int64.cpp | 205 ir_variable *const temp = body.make_temp(val->type, "tmp"); 219 expanded_src[i] = body.make_temp(type, "expanded_64bit_source"); 242 body.make_temp(type, "compacted_64bit_result"); 279 dst[i] = body.make_temp(result_type, "expanded_64bit_result");
|
| H A D | lower_variable_index_to_cond_assign.cpp | 103 ir_variable *const condition = body.make_temp(condition_val->type, 450 var = body.make_temp(orig_assign->rhs->type, 455 var = body.make_temp(orig_deref->type, 460 ir_variable *index = body.make_temp(orig_deref->array_index->type,
|
| H A D | builtin_int64.h | 96 ir_variable *const r0018 = body.make_temp(glsl_type::int_type, "findMSB_retval"); 180 ir_variable *const r0026 = body.make_temp(glsl_type::uint64_t_type, "packUint2x32_retval"); 258 ir_variable *const r0034 = body.make_temp(glsl_type::uvec4_type, "vec_ctor"); 282 ir_variable *const r0037 = body.make_temp(glsl_type::uvec2_type, "n"); 310 ir_variable *const r0042 = body.make_temp(glsl_type::int_type, "findMSB_retval"); 394 ir_variable *const r0050 = body.make_temp(glsl_type::uint64_t_type, "packUint2x32_retval"); 497 ir_variable *const r0063 = body.make_temp(glsl_type::uvec2_type, "n"); 503 ir_variable *const r0067 = body.make_temp(glsl_type::uvec2_type, "d"); 534 ir_variable *const r0075 = body.make_temp(glsl_type::int_type, "findMSB_retval"); 618 ir_variable *const r0083 = body.make_temp(glsl_typ [all...] |
| H A D | builtin_functions.cpp | 5162 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip"); 5164 ir_variable *s = body.make_temp(type, "s"); 5166 ir_variable *t = body.make_temp(type, "t"); 5188 ir_variable *scale = body.make_temp(type, "scale"); 5191 ir_variable *rcp_scaled_t = body.make_temp(type, "rcp_scaled_t"); 5218 ir_variable *arc = body.make_temp(type, "arc"); 5247 ir_variable *x = body.make_temp(type, "atan_x"); 5260 ir_variable *tmp = body.make_temp(type, "atan_tmp"); 5293 ir_variable *tmp = body.make_temp(type, "tmp"); 5335 ir_variable *t = body.make_temp(typ [all...] |
| H A D | ir_builder.h | 96 ir_variable *make_temp(const glsl_type *type, const char *name);
|
| H A D | ir_builder.cpp | 38 ir_factory::make_temp(const glsl_type *type, const char *name) function in class:ir_builder::ir_factory
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_packing_builtins.cpp | 213 ir_variable *u = factory.make_temp(glsl_type::uvec2_type, 241 ir_variable *u = factory.make_temp(glsl_type::uvec4_type, 279 ir_variable *u = factory.make_temp(glsl_type::uint_type, 284 ir_variable *u2 = factory.make_temp(glsl_type::uvec2_type, 313 ir_variable *i = factory.make_temp(glsl_type::int_type, 318 ir_variable *i2 = factory.make_temp(glsl_type::ivec2_type, 342 ir_variable *u = factory.make_temp(glsl_type::uint_type, 347 ir_variable *u4 = factory.make_temp(glsl_type::uvec4_type, 394 ir_variable *i = factory.make_temp(glsl_type::int_type, 399 ir_variable *i4 = factory.make_temp(glsl_typ [all...] |
| H A D | lower_vector_insert.cpp | 80 factory.make_temp(expr->operands[0]->type, "vec_tmp"); 104 factory.make_temp(expr->operands[0]->type, "vec_tmp"); 107 factory.make_temp(expr->operands[1]->type, "src_temp"); 121 factory.make_temp(glsl_type::bool_type, "index_condition");
|
| H A D | lower_blend_equation_advanced.cpp | 221 ir_variable *llum = f->make_temp(glsl_type::float_type, "__blend_lum"); 222 ir_variable *mincol = f->make_temp(glsl_type::float_type, "__blend_mincol"); 223 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol"); 255 ir_variable *sbase = f->make_temp(glsl_type::float_type, "__blend_sbase"); 283 ir_variable *result = f.make_temp(glsl_type::vec4_type, "__blend_result"); 286 ir_variable *src = f.make_temp(glsl_type::vec4_type, "__blend_src"); 300 ir_variable *src_rgb = f.make_temp(glsl_type::vec3_type, "__blend_src_rgb"); 301 ir_variable *src_alpha = f.make_temp(glsl_type::float_type, "__blend_src_a"); 307 ir_variable *dst_rgb = f.make_temp(glsl_type::vec3_type, "__blend_dst_rgb"); 308 ir_variable *dst_alpha = f.make_temp(glsl_typ [all...] |
| H A D | lower_vec_index_to_cond_assign.cpp | 93 body.make_temp(orig_index->type, "vec_index_tmp_i"); 99 body.make_temp(orig_vector->type, "vec_value_tmp"); 105 ir_variable *const var = body.make_temp(type, "vec_index_tmp_v");
|
| H A D | lower_vector_derefs.cpp | 92 factory.make_temp(ir->rhs->type, "scalar_tmp"); 101 factory.make_temp(deref->array_index->type, "index_tmp");
|
| H A D | lower_int64.cpp | 205 ir_variable *const temp = body.make_temp(val->type, "tmp"); 219 expanded_src[i] = body.make_temp(type, "expanded_64bit_source"); 242 body.make_temp(type, "compacted_64bit_result"); 279 dst[i] = body.make_temp(result_type, "expanded_64bit_result");
|
| H A D | lower_variable_index_to_cond_assign.cpp | 103 ir_variable *const condition = body.make_temp(condition_val->type, 450 var = body.make_temp(orig_assign->rhs->type, 455 var = body.make_temp(orig_deref->type, 460 ir_variable *index = body.make_temp(orig_deref->array_index->type,
|
| H A D | builtin_int64.h | 96 ir_variable *const r0018 = body.make_temp(glsl_type::int_type, "findMSB_retval"); 180 ir_variable *const r0026 = body.make_temp(glsl_type::uint64_t_type, "packUint2x32_retval"); 258 ir_variable *const r0034 = body.make_temp(glsl_type::uvec4_type, "vec_ctor"); 282 ir_variable *const r0037 = body.make_temp(glsl_type::uvec2_type, "n"); 310 ir_variable *const r0042 = body.make_temp(glsl_type::int_type, "findMSB_retval"); 394 ir_variable *const r0050 = body.make_temp(glsl_type::uint64_t_type, "packUint2x32_retval"); 497 ir_variable *const r0063 = body.make_temp(glsl_type::uvec2_type, "n"); 503 ir_variable *const r0067 = body.make_temp(glsl_type::uvec2_type, "d"); 534 ir_variable *const r0075 = body.make_temp(glsl_type::int_type, "findMSB_retval"); 618 ir_variable *const r0083 = body.make_temp(glsl_typ [all...] |
| H A D | builtin_functions.cpp | 4672 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip"); 4674 ir_variable *s = body.make_temp(type, "s"); 4676 ir_variable *t = body.make_temp(type, "t"); 4698 ir_variable *scale = body.make_temp(type, "scale"); 4701 ir_variable *rcp_scaled_t = body.make_temp(type, "rcp_scaled_t"); 4728 ir_variable *arc = body.make_temp(type, "arc"); 4757 ir_variable *x = body.make_temp(type, "atan_x"); 4770 ir_variable *tmp = body.make_temp(type, "atan_tmp"); 4803 ir_variable *tmp = body.make_temp(type, "tmp"); 4848 ir_variable *t = body.make_temp(typ [all...] |
| H A D | ir_builder.h | 96 ir_variable *make_temp(const glsl_type *type, const char *name);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 640 ir_variable *temp_var = p->make_temp(glsl_type::vec4_type, "texenv_combine"); 748 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, 814 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, 918 ir_variable *fog_result = p->make_temp(glsl_type::vec4_type, "fog_result"); 931 ir_variable *f_var = p->make_temp(glsl_type::float_type, "fog_factor"); 960 ir_variable *temp_var = p->make_temp(glsl_type::float_type, "fog_temp"); 1009 ir_variable *spec_result = p->make_temp(glsl_type::vec4_type,
|
| H A D | ffvertex_prog.c | 623 static struct ureg make_temp( struct tnl_program *p, struct ureg reg ) function in typeref:struct:ureg 901 struct ureg tmp = make_temp(p, material_diffuse); 1050 _col0 = make_temp(p, get_scenecolor(p, 0)); 1052 _col1 = make_temp(p, get_identity_param(p)); 1068 _bfc0 = make_temp(p, get_scenecolor(p, 1)); 1070 _bfc1 = make_temp(p, get_identity_param(p));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ff_fragment_shader.cpp | 631 ir_variable *temp_var = p->make_temp(glsl_type::vec4_type, "texenv_combine"); 737 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, 803 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, 907 ir_variable *fog_result = p->make_temp(glsl_type::vec4_type, "fog_result"); 920 ir_variable *f_var = p->make_temp(glsl_type::float_type, "fog_factor"); 949 ir_variable *temp_var = p->make_temp(glsl_type::float_type, "fog_temp"); 998 ir_variable *spec_result = p->make_temp(glsl_type::vec4_type,
|
| H A D | ffvertex_prog.c | 620 static struct ureg make_temp( struct tnl_program *p, struct ureg reg ) function in typeref:struct:ureg 910 struct ureg tmp = make_temp(p, material_diffuse); 1058 _col0 = make_temp(p, get_scenecolor(p, 0)); 1060 _col1 = make_temp(p, get_identity_param(p)); 1076 _bfc0 = make_temp(p, get_scenecolor(p, 1)); 1078 _bfc1 = make_temp(p, get_identity_param(p));
|