/external/mesa3d/src/glsl/ |
D | ir_builder.cpp | 51 void *mem_ctx = ralloc_parent(lhs.val); in assign() 69 void *mem_ctx = ralloc_parent(a.val); in swizzle() 82 void *mem_ctx = ralloc_parent(a.val); in swizzle_for_size() 163 void *mem_ctx = ralloc_parent(a.val); in expr() 171 void *mem_ctx = ralloc_parent(a.val); in expr() 199 void *mem_ctx = ralloc_parent(a.val); in saturate()
|
D | lower_clip_distance.cpp | 101 this->new_clip_distance_var = ir->clone(ralloc_parent(ir), NULL); in visit() 129 void *ctx = ralloc_parent(old_index); in create_indices() 195 void *mem_ctx = ralloc_parent(ir); in visit_leave() 232 void *ctx = ralloc_parent(ir); in visit_leave() 277 void *ctx = ralloc_parent(ir); in visit_leave()
|
D | lower_variable_index_to_cond_assign.cpp | 147 *rvalue = this->value->clone(ralloc_parent(*rvalue), NULL); in handle_rvalue() 202 void *mem_ctx = ralloc_parent(base_ir); in generate() 244 this->mem_ctx = ralloc_parent(index); in switch_generator() 399 void *const mem_ctx = ralloc_parent(base_ir); in convert_dereference_array() 488 *pir = new(ralloc_parent(base_ir)) ir_dereference_variable(var); in handle_rvalue()
|
D | ir_builder.h | 46 void *mem_ctx = ralloc_parent(var); in operand() 66 void *mem_ctx = ralloc_parent(var); in deref()
|
D | opt_function_inlining.cpp | 80 void *ctx = ralloc_parent(ir); in replace_return_with_assignment() 101 void *ctx = ralloc_parent(this); in generate_inline() 308 *deref = this->deref->clone(ralloc_parent(*deref), NULL); in replace_deref()
|
D | loop_unroll.cpp | 192 void *const mem_ctx = ralloc_parent(ir); in visit_leave() 224 void *const mem_ctx = ralloc_parent(ir); in visit_leave()
|
D | loop_analysis.cpp | 81 void *mem_ctx = ralloc_parent(this); in insert() 96 void *mem_ctx = ralloc_parent(this); in insert() 481 void *mem_ctx = ralloc_parent(ir); in get_basic_induction_increment()
|
D | lower_noise.cpp | 54 *rvalue = ir_constant::zero(ralloc_parent(expr), expr->type); in handle_rvalue()
|
D | ir_expression_flattening.cpp | 79 void *ctx = ralloc_parent(ir); in handle_rvalue()
|
D | lower_vec_index_to_cond_assign.cpp | 83 void *mem_ctx = ralloc_parent(ir); in convert_vec_index_to_cond_assign() 181 void *mem_ctx = ralloc_parent(ir); in visit_leave()
|
D | lower_texture_projection.cpp | 58 void *mem_ctx = ralloc_parent(ir); in visit_leave()
|
D | lower_discard.cpp | 173 void *mem_ctx = ralloc_parent(ir); in visit_leave()
|
D | ralloc.h | 240 void *ralloc_parent(const void *ptr);
|
D | lower_discard_flow.cpp | 56 mem_ctx = ralloc_parent(discarded); in lower_discard_flow_visitor()
|
D | opt_constant_folding.cpp | 146 new(ralloc_parent(ir)) ir_assignment(ir->return_deref, const_val); in visit_enter()
|
D | lower_output_reads.cpp | 96 void *var_ctx = ralloc_parent(ir->var); in visit()
|
D | lower_vec_index_to_swizzle.cpp | 78 void *ctx = ralloc_parent(ir); in convert_vec_index_to_swizzle()
|
D | ralloc.c | 167 assert(ralloc_parent(ptr) == ctx); in reralloc_size() 265 ralloc_parent(const void *ptr) in ralloc_parent() function
|
D | lower_if_to_cond_assign.cpp | 188 void *mem_ctx = ralloc_parent(ir); in visit_leave()
|
D | ir_constant_expression.cpp | 141 void *ctx = ralloc_parent(this); in constant_expression_value() 972 void *ctx = ralloc_parent(this); in constant_expression_value() 1015 return var->constant_value->clone(ralloc_parent(var), NULL); in constant_expression_value() 1080 void *ctx = ralloc_parent(this); in constant_expression_value() 1349 result = result->clone(ralloc_parent(this), NULL); in constant_expression_value()
|
D | opt_copy_propagation.cpp | 329 ir->condition = new(ralloc_parent(ir)) ir_constant(false); in add_copy()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_cse.cpp | 131 fs_inst *copy = new(ralloc_parent(inst)) in opt_cse_local() 138 fs_inst *copy = new(ralloc_parent(inst)) in opt_cse_local()
|
D | brw_cubemap_normalize.cpp | 57 void *mem_ctx = ralloc_parent(ir); in visit_leave()
|
D | brw_lower_texture_gradients.cpp | 93 void *mem_ctx = ralloc_parent(ir); in visit_leave()
|
/external/mesa3d/src/glsl/tests/ |
D | ralloc_test.cpp | 36 EXPECT_EQ(NULL, ralloc_parent(mem_ctx)); in TEST()
|