| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | lower_variable_index_to_cond_assign.cpp | 77 compare_index_block(ir_factory &body, ir_variable *index, 196 void generate(unsigned i, ir_rvalue* condition, ir_factory &body) const 240 void linear_sequence(unsigned begin, unsigned end, ir_factory &body) 279 void bisect(unsigned begin, unsigned end, ir_factory &body) 291 ir_factory then_body(&if_less->then_instructions, body.mem_ctx); 292 ir_factory else_body(&if_less->else_instructions, body.mem_ctx); 299 void generate(unsigned begin, unsigned end, ir_factory &body) 435 ir_factory body(&list, mem_ctx); 490 ir_factory then_body(&if_stmt->then_instructions, body.mem_ctx);
|
| H A D | lower_int64.cpp | 54 void expand_source(ir_factory &, ir_rvalue *val, ir_variable **expanded_src); 56 ir_dereference_variable *compact_destination(ir_factory &, 121 ir_factory added_functions; 199 lower_64bit::expand_source(ir_factory &body, 233 lower_64bit::compact_destination(ir_factory &body, 269 ir_factory body(&instructions, mem_ctx);
|
| H A D | lower_vector_insert.cpp | 49 ir_factory factory;
|
| H A D | ir_optimization.h | 181 namespace ir_builder { class ir_factory; }; 183 ir_variable *compare_index_block(ir_builder::ir_factory &body,
|
| H A D | lower_blend_equation_advanced.cpp | 213 set_lum(ir_factory *f, 244 set_lum_sat(ir_factory *f, 276 calc_blend_result(ir_factory f, 328 ir_factory casefactory = f; 549 ir_factory f(&main->body, mem_ctx);
|
| H A D | lower_vec_index_to_cond_assign.cpp | 87 ir_factory body(&list, base_ir);
|
| H A D | lower_vector_derefs.cpp | 51 ir_factory factory;
|
| H A D | ir_builder.h | 86 class ir_factory { class in namespace:ir_builder 88 ir_factory(exec_list *instructions = NULL, void *mem_ctx = NULL) function in class:ir_builder::ir_factory
|
| H A D | ir_builder.cpp | 32 ir_factory::emit(ir_instruction *ir) 38 ir_factory::make_temp(const glsl_type *type, const char *name)
|
| H A D | builtin_int64.h | 6 ir_factory body(&sig->body, mem_ctx); 36 ir_factory body(&sig->body, mem_ctx); 62 ir_factory body(&sig->body, mem_ctx); 273 ir_factory body(&sig->body, mem_ctx); 482 ir_factory body(&sig->body, mem_ctx); 731 ir_factory body(&sig->body, mem_ctx); 946 ir_factory body(&sig->body, mem_ctx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | lower_variable_index_to_cond_assign.cpp | 77 compare_index_block(ir_factory &body, ir_variable *index, 196 void generate(unsigned i, ir_rvalue* condition, ir_factory &body) const 240 void linear_sequence(unsigned begin, unsigned end, ir_factory &body) 279 void bisect(unsigned begin, unsigned end, ir_factory &body) 291 ir_factory then_body(&if_less->then_instructions, body.mem_ctx); 292 ir_factory else_body(&if_less->else_instructions, body.mem_ctx); 299 void generate(unsigned begin, unsigned end, ir_factory &body) 435 ir_factory body(&list, mem_ctx); 490 ir_factory then_body(&if_stmt->then_instructions, body.mem_ctx);
|
| H A D | lower_int64.cpp | 54 void expand_source(ir_factory &, ir_rvalue *val, ir_variable **expanded_src); 56 ir_dereference_variable *compact_destination(ir_factory &, 121 ir_factory added_functions; 199 lower_64bit::expand_source(ir_factory &body, 233 lower_64bit::compact_destination(ir_factory &body, 269 ir_factory body(&instructions, mem_ctx);
|
| H A D | lower_vector_insert.cpp | 47 ir_factory factory;
|
| H A D | ir_optimization.h | 177 namespace ir_builder { class ir_factory; }; 179 ir_variable *compare_index_block(ir_builder::ir_factory &body,
|
| H A D | lower_blend_equation_advanced.cpp | 213 set_lum(ir_factory *f, 244 set_lum_sat(ir_factory *f, 276 calc_blend_result(ir_factory f, 328 ir_factory casefactory = f; 550 ir_factory f(&main->body, mem_ctx);
|
| H A D | lower_vec_index_to_cond_assign.cpp | 87 ir_factory body(&list, base_ir);
|
| H A D | lower_vector_derefs.cpp | 51 ir_factory factory;
|
| H A D | ir_builder.h | 86 class ir_factory { class in namespace:ir_builder 88 ir_factory(exec_list *instructions = NULL, void *mem_ctx = NULL) function in class:ir_builder::ir_factory
|
| H A D | ir_builder.cpp | 32 ir_factory::emit(ir_instruction *ir) 38 ir_factory::make_temp(const glsl_type *type, const char *name)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | lower_int64_test.cpp | 33 void expand_source(ir_factory &body, 37 ir_dereference_variable *compact_destination(ir_factory &body, 52 ir_factory *body; 66 body = new ir_factory(&instructions, mem_ctx); 382 ir_factory *body; 394 body = new ir_factory(&instructions, mem_ctx);
|
| H A D | opt_add_neg_to_sub_test.cpp | 36 ir_factory *body; 52 body = new ir_factory(&instructions, mem_ctx);
|
| H A D | array_refcount_test.cpp | 37 ir_factory *body; 101 body = new ir_factory(&instructions, mem_ctx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | lower_int64_test.cpp | 33 void expand_source(ir_factory &body, 37 ir_dereference_variable *compact_destination(ir_factory &body, 52 ir_factory *body; 64 body = new ir_factory(&instructions, mem_ctx); 378 ir_factory *body; 390 body = new ir_factory(&instructions, mem_ctx);
|
| H A D | opt_add_neg_to_sub_test.cpp | 36 ir_factory *body; 50 body = new ir_factory(&instructions, mem_ctx);
|
| H A D | array_refcount_test.cpp | 37 ir_factory *body; 99 body = new ir_factory(&instructions, mem_ctx);
|