Searched defs:rhs_deref (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/glsl/
H A Dopt_structure_splitting.cpp271 ir_dereference_variable *rhs_deref = ir->rhs->as_dereference_variable(); local
273 variable_entry2 *rhs_entry = rhs_deref ? get_splitting_entry(rhs_deref->var) : NULL;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_vector_splitting.cpp261 ir_dereference_variable *rhs_deref = ir->rhs->as_dereference_variable(); local
263 variable_entry *rhs = rhs_deref ? get_splitting_entry(rhs_deref->var) : NULL;
265 if (lhs_deref && rhs_deref && (lhs || rhs) && !ir->condition) {

Completed in 179 milliseconds