HomeSort by relevance Sort by last modified time
    Searched full:lhs_deref (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/
opt_structure_splitting.cpp 270 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;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 260 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) {

Completed in 283 milliseconds