Searched refs:lhs_deref (Results 1 - 2 of 2) sorted by relevance

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

Completed in 707 milliseconds