OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:as_dereference_variable
(Results
1 - 25
of
32
) sorted by null
1
2
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp
164
if (ir->val->
as_dereference_variable
() && ir->type->is_scalar())
173
if (ir->lhs->
as_dereference_variable
() &&
174
ir->rhs->
as_dereference_variable
() &&
181
if (ir->lhs->
as_dereference_variable
() &&
245
ir_dereference_variable *deref_var = swiz->val->
as_dereference_variable
();
260
ir_dereference_variable *lhs_deref = ir->lhs->
as_dereference_variable
();
261
ir_dereference_variable *rhs_deref = ir->rhs->
as_dereference_variable
();
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp
164
if (ir->val->
as_dereference_variable
() && ir->type->is_scalar())
173
if (ir->lhs->
as_dereference_variable
() &&
174
ir->rhs->
as_dereference_variable
() &&
181
if (ir->lhs->
as_dereference_variable
() &&
245
ir_dereference_variable *deref_var = swiz->val->
as_dereference_variable
();
260
ir_dereference_variable *lhs_deref = ir->lhs->
as_dereference_variable
();
261
ir_dereference_variable *rhs_deref = ir->rhs->
as_dereference_variable
();
/external/chromium_org/third_party/mesa/src/src/glsl/
opt_structure_splitting.cpp
166
if (ir->lhs->
as_dereference_variable
() &&
167
ir->rhs->
as_dereference_variable
() &&
233
ir_dereference_variable *deref_var = deref_record->record->
as_dereference_variable
();
270
ir_dereference_variable *lhs_deref = ir->lhs->
as_dereference_variable
();
271
ir_dereference_variable *rhs_deref = ir->rhs->
as_dereference_variable
();
opt_copy_propagation_elements.cpp
169
ir_dereference_variable *lhs = ir->lhs->
as_dereference_variable
();
218
deref_var = swizzle->val->
as_dereference_variable
();
228
deref_var = (*ir)->
as_dereference_variable
();
439
ir_dereference_variable *lhs = ir->lhs->
as_dereference_variable
();
443
ir_dereference_variable *rhs = ir->rhs->
as_dereference_variable
();
449
rhs = swiz->val->
as_dereference_variable
();
lower_clip_distance.cpp
189
ir_dereference_variable *old_var_ref = ir->array->
as_dereference_variable
();
214
ir_dereference_variable *lhs_var = ir->lhs->
as_dereference_variable
();
215
ir_dereference_variable *rhs_var = ir->rhs->
as_dereference_variable
();
291
ir_dereference_variable *deref = actual_param->
as_dereference_variable
();
loop_controls.cpp
216
ir_rvalue *counter = cond->operands[0]->
as_dereference_variable
();
221
counter = cond->operands[1]->
as_dereference_variable
();
opt_dead_code_local.cpp
102
ir_dereference_variable *deref = ir->val->
as_dereference_variable
();
170
ir_dereference_variable *deref_var = ir->lhs->
as_dereference_variable
();
opt_constant_propagation.cpp
145
ir_dereference_variable *deref = (*rvalue)->
as_dereference_variable
();
151
deref = swiz->val->
as_dereference_variable
();
440
ir_dereference_variable *deref = ir->lhs->
as_dereference_variable
();
opt_array_splitting.cpp
176
ir_dereference_variable *deref = ir->array->
as_dereference_variable
();
286
ir_dereference_variable *deref_var = deref_array->array->
as_dereference_variable
();
opt_tree_grafting.cpp
99
ir_dereference_variable *deref = ir->
as_dereference_variable
();
124
ir_dereference_variable *deref = (*rvalue)->
as_dereference_variable
();
ir_set_program_inouts.cpp
129
deref_var = ir->array->
as_dereference_variable
();
opt_function_inlining.cpp
306
ir_dereference_variable *deref_var = (*deref)->
as_dereference_variable
();
lower_mat_op_to_vec.cpp
318
orig_assign->lhs->
as_dereference_variable
();
lower_variable_index_to_cond_assign.cpp
143
ir_dereference_variable *const dv = (*rvalue)->
as_dereference_variable
();
/external/mesa3d/src/glsl/
opt_structure_splitting.cpp
166
if (ir->lhs->
as_dereference_variable
() &&
167
ir->rhs->
as_dereference_variable
() &&
233
ir_dereference_variable *deref_var = deref_record->record->
as_dereference_variable
();
270
ir_dereference_variable *lhs_deref = ir->lhs->
as_dereference_variable
();
271
ir_dereference_variable *rhs_deref = ir->rhs->
as_dereference_variable
();
opt_copy_propagation_elements.cpp
169
ir_dereference_variable *lhs = ir->lhs->
as_dereference_variable
();
218
deref_var = swizzle->val->
as_dereference_variable
();
228
deref_var = (*ir)->
as_dereference_variable
();
439
ir_dereference_variable *lhs = ir->lhs->
as_dereference_variable
();
443
ir_dereference_variable *rhs = ir->rhs->
as_dereference_variable
();
449
rhs = swiz->val->
as_dereference_variable
();
lower_clip_distance.cpp
189
ir_dereference_variable *old_var_ref = ir->array->
as_dereference_variable
();
214
ir_dereference_variable *lhs_var = ir->lhs->
as_dereference_variable
();
215
ir_dereference_variable *rhs_var = ir->rhs->
as_dereference_variable
();
291
ir_dereference_variable *deref = actual_param->
as_dereference_variable
();
loop_controls.cpp
216
ir_rvalue *counter = cond->operands[0]->
as_dereference_variable
();
221
counter = cond->operands[1]->
as_dereference_variable
();
opt_dead_code_local.cpp
102
ir_dereference_variable *deref = ir->val->
as_dereference_variable
();
170
ir_dereference_variable *deref_var = ir->lhs->
as_dereference_variable
();
opt_constant_propagation.cpp
145
ir_dereference_variable *deref = (*rvalue)->
as_dereference_variable
();
151
deref = swiz->val->
as_dereference_variable
();
440
ir_dereference_variable *deref = ir->lhs->
as_dereference_variable
();
opt_array_splitting.cpp
176
ir_dereference_variable *deref = ir->array->
as_dereference_variable
();
286
ir_dereference_variable *deref_var = deref_array->array->
as_dereference_variable
();
opt_tree_grafting.cpp
99
ir_dereference_variable *deref = ir->
as_dereference_variable
();
124
ir_dereference_variable *deref = (*rvalue)->
as_dereference_variable
();
ir_set_program_inouts.cpp
129
deref_var = ir->array->
as_dereference_variable
();
opt_function_inlining.cpp
306
ir_dereference_variable *deref_var = (*deref)->
as_dereference_variable
();
lower_mat_op_to_vec.cpp
318
orig_assign->lhs->
as_dereference_variable
();
Completed in 2532 milliseconds
1
2