Home
last modified time | relevance | path

Searched refs:make_temp (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_packing_builtins.cpp213 ir_variable *u = factory.make_temp(glsl_type::uvec2_type, in pack_uvec2_to_uint()
241 ir_variable *u = factory.make_temp(glsl_type::uvec4_type, in pack_uvec4_to_uint()
279 ir_variable *u = factory.make_temp(glsl_type::uint_type, in unpack_uint_to_uvec2()
284 ir_variable *u2 = factory.make_temp(glsl_type::uvec2_type, in unpack_uint_to_uvec2()
313 ir_variable *i = factory.make_temp(glsl_type::int_type, in unpack_uint_to_ivec2()
318 ir_variable *i2 = factory.make_temp(glsl_type::ivec2_type, in unpack_uint_to_ivec2()
342 ir_variable *u = factory.make_temp(glsl_type::uint_type, in unpack_uint_to_uvec4()
347 ir_variable *u4 = factory.make_temp(glsl_type::uvec4_type, in unpack_uint_to_uvec4()
394 ir_variable *i = factory.make_temp(glsl_type::int_type, in unpack_uint_to_ivec4()
399 ir_variable *i4 = factory.make_temp(glsl_type::ivec4_type, in unpack_uint_to_ivec4()
[all …]
Dlower_blend_equation_advanced.cpp220 ir_variable *llum = f->make_temp(glsl_type::float_type, "__blend_lum"); in set_lum()
221 ir_variable *mincol = f->make_temp(glsl_type::float_type, "__blend_mincol"); in set_lum()
222 ir_variable *maxcol = f->make_temp(glsl_type::float_type, "__blend_maxcol"); in set_lum()
254 ir_variable *sbase = f->make_temp(glsl_type::float_type, "__blend_sbase"); in set_lum_sat()
282 ir_variable *result = f.make_temp(glsl_type::vec4_type, "__blend_result"); in calc_blend_result()
285 ir_variable *src = f.make_temp(glsl_type::vec4_type, "__blend_src"); in calc_blend_result()
299 ir_variable *src_rgb = f.make_temp(glsl_type::vec3_type, "__blend_src_rgb"); in calc_blend_result()
300 ir_variable *src_alpha = f.make_temp(glsl_type::float_type, "__blend_src_a"); in calc_blend_result()
306 ir_variable *dst_rgb = f.make_temp(glsl_type::vec3_type, "__blend_dst_rgb"); in calc_blend_result()
307 ir_variable *dst_alpha = f.make_temp(glsl_type::float_type, "__blend_dst_a"); in calc_blend_result()
[all …]
Dlower_vector_insert.cpp80 factory.make_temp(expr->operands[0]->type, "vec_tmp"); in handle_rvalue()
104 factory.make_temp(expr->operands[0]->type, "vec_tmp"); in handle_rvalue()
107 factory.make_temp(expr->operands[1]->type, "src_temp"); in handle_rvalue()
121 factory.make_temp(glsl_type::bool_type, "index_condition"); in handle_rvalue()
Dbuiltin_int64.h96 ir_variable *const r0018 = body.make_temp(glsl_type::int_type, "findMSB_retval"); in udivmod64()
180 ir_variable *const r0026 = body.make_temp(glsl_type::uint64_t_type, "packUint2x32_retval"); in udivmod64()
258 ir_variable *const r0034 = body.make_temp(glsl_type::uvec4_type, "vec_ctor"); in udivmod64()
282 ir_variable *const r0037 = body.make_temp(glsl_type::uvec2_type, "n"); in udiv64()
310 ir_variable *const r0042 = body.make_temp(glsl_type::int_type, "findMSB_retval"); in udiv64()
394 ir_variable *const r0050 = body.make_temp(glsl_type::uint64_t_type, "packUint2x32_retval"); in udiv64()
497 ir_variable *const r0063 = body.make_temp(glsl_type::uvec2_type, "n"); in idiv64()
503 ir_variable *const r0067 = body.make_temp(glsl_type::uvec2_type, "d"); in idiv64()
534 ir_variable *const r0075 = body.make_temp(glsl_type::int_type, "findMSB_retval"); in idiv64()
618 ir_variable *const r0083 = body.make_temp(glsl_type::uint64_t_type, "packUint2x32_retval"); in idiv64()
[all …]
Dbuiltin_functions.cpp3782 ir_variable *flip = body.make_temp(glsl_type::bvec(n), "flip"); in _atan2()
3784 ir_variable *s = body.make_temp(type, "s"); in _atan2()
3786 ir_variable *t = body.make_temp(type, "t"); in _atan2()
3808 ir_variable *scale = body.make_temp(type, "scale"); in _atan2()
3811 ir_variable *rcp_scaled_t = body.make_temp(type, "rcp_scaled_t"); in _atan2()
3838 ir_variable *arc = body.make_temp(type, "arc"); in _atan2()
3867 ir_variable *x = body.make_temp(type, "atan_x"); in do_atan()
3880 ir_variable *tmp = body.make_temp(type, "atan_tmp"); in do_atan()
3913 ir_variable *tmp = body.make_temp(type, "tmp"); in _atan()
3958 ir_variable *t = body.make_temp(type, "tmp"); in _tanh()
[all …]
Dlower_vec_index_to_cond_assign.cpp93 body.make_temp(orig_index->type, "vec_index_tmp_i"); in convert_vec_index_to_cond_assign()
99 body.make_temp(orig_vector->type, "vec_value_tmp"); in convert_vec_index_to_cond_assign()
105 ir_variable *const var = body.make_temp(type, "vec_index_tmp_v"); in convert_vec_index_to_cond_assign()
Dlower_int64.cpp205 ir_variable *const temp = body.make_temp(val->type, "tmp"); in expand_source()
219 expanded_src[i] = body.make_temp(type, "expanded_64bit_source"); in expand_source()
242 body.make_temp(type, "compacted_64bit_result"); in compact_destination()
279 dst[i] = body.make_temp(result_type, "expanded_64bit_result"); in lower_op_to_function_call()
Dlower_variable_index_to_cond_assign.cpp103 ir_variable *const condition = body.make_temp(condition_val->type, in compare_index_block()
450 var = body.make_temp(orig_assign->rhs->type, in convert_dereference_array()
455 var = body.make_temp(orig_deref->type, in convert_dereference_array()
460 ir_variable *index = body.make_temp(orig_deref->array_index->type, in convert_dereference_array()
Dir_builder.h93 ir_variable *make_temp(const glsl_type *type, const char *name);
Dir_builder.cpp38 ir_factory::make_temp(const glsl_type *type, const char *name) in make_temp() function in ir_builder::ir_factory
/external/python/cpython2/Lib/test/
Dtest_tempfile.py307 self.make_temp()
318 self.make_temp()
327 self.make_temp()
444 def make_temp(self): member in test__mkstemp_inner
455 (fd1, name1) = self.make_temp()
459 (fd2, name2) = self.make_temp()
471 (fd, name) = self.make_temp()
589 def make_temp(self): member in test_mkdtemp
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp635 ir_variable *temp_var = p->make_temp(glsl_type::vec4_type, "texenv_combine"); in emit_texenv()
743 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, in load_texture()
809 p->src_texture[unit] = p->make_temp(glsl_type::vec4_type, in load_texture()
913 ir_variable *fog_result = p->make_temp(glsl_type::vec4_type, "fog_result"); in emit_fog_instructions()
926 ir_variable *f_var = p->make_temp(glsl_type::float_type, "fog_factor"); in emit_fog_instructions()
955 ir_variable *temp_var = p->make_temp(glsl_type::float_type, "fog_temp"); in emit_fog_instructions()
1004 ir_variable *spec_result = p->make_temp(glsl_type::vec4_type, in emit_instructions()
Dffvertex_prog.c629 static struct ureg make_temp( struct tnl_program *p, struct ureg reg ) in make_temp() function
906 struct ureg tmp = make_temp(p, material_diffuse); in get_scenecolor()
1055 _col0 = make_temp(p, get_scenecolor(p, 0)); in build_lighting()
1057 _col1 = make_temp(p, get_identity_param(p)); in build_lighting()
1073 _bfc0 = make_temp(p, get_scenecolor(p, 1)); in build_lighting()
1075 _bfc1 = make_temp(p, get_identity_param(p)); in build_lighting()
/external/fonttools/Tests/misc/
Dpy23_test.py31 def make_temp(data): member in OpenFuncWrapperTest
37 script = self.make_temp("\n".join([import_statement, PIPE_SCRIPT]))
38 datafile = self.make_temp(data)
/external/python/cpython3/Lib/test/
Dtest_tempfile.py337 self.make_temp()
347 self.make_temp()
355 self.make_temp()
499 def make_temp(self): member in TestMkstempInner
511 (fd1, name1) = self.make_temp()
515 (fd2, name2) = self.make_temp()
527 (fd, name) = self.make_temp()
676 def make_temp(self): member in TestMkdtemp