Searched refs:b_path (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_deref.h65 nir_deref_compare_result nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path);
H A Dnir_deref.c331 nir_deref_path *b_path)
333 if (!modes_may_alias(b_path->path[0]->mode, a_path->path[0]->mode))
336 if (a_path->path[0]->deref_type != b_path->path[0]->deref_type)
340 if (a_path->path[0]->var != b_path->path[0]->var) {
347 (b_path->path[0]->mode & temp_var_modes))
357 deref_path_contains_coherent_decoration(b_path))
379 if (a_path->path[0] != b_path->path[0])
391 nir_deref_instr **b_p = &b_path->path[1];
491 nir_deref_path a_path, b_path; local in function:nir_compare_derefs
493 nir_deref_path_init(&b_path,
330 nir_compare_deref_paths(nir_deref_path * a_path,nir_deref_path * b_path) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_deref.h72 nir_deref_compare_result nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path);
H A Dnir_deref.c466 nir_deref_path *b_path)
468 if (!modes_may_alias(b_path->path[0]->modes, a_path->path[0]->modes))
471 if (a_path->path[0]->deref_type != b_path->path[0]->deref_type)
475 if (a_path->path[0]->var != b_path->path[0]->var) {
482 !(b_path->path[0]->modes & ~temp_var_modes))
492 deref_path_contains_coherent_decoration(b_path))
499 b_path->path[0]->modes & nir_var_mem_shared &&
501 glsl_type_is_interface(b_path->path[0]->var->type))) {
503 glsl_type_is_interface(b_path->path[0]->var->type));
526 if (a_path->path[0] != b_path
465 nir_compare_deref_paths(nir_deref_path * a_path,nir_deref_path * b_path) argument
640 nir_deref_path a_path, b_path; local in function:nir_compare_derefs
[all...]

Completed in 6 milliseconds