Searched refs:dst_path (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_var_copies.c107 nir_deref_path dst_path, src_path; local in function:nir_lower_deref_copy_instr
108 nir_deref_path_init(&dst_path, dst, NULL);
112 emit_deref_copy_load_store(b, dst_path.path[0], &dst_path.path[1],
117 nir_deref_path_finish(&dst_path);
H A Dnir_opt_find_array_copies.c426 nir_deref_path dst_path; local in function:handle_write
427 nir_deref_path_init(&dst_path, dst, state->dead_ctx);
430 for (nir_deref_instr **instr = dst_path.path; *instr; instr++, idx++) {
438 node_for_path_with_wildcard(&dst_path, idx, state);
494 nir_copy_deref(b, build_wildcard_deref(b, &dst_path, idx),
497 foreach_aliasing_node(&dst_path, clobber, state);
511 /* Mark everything aliasing dst_path as clobbered. This needs to happen
515 foreach_aliasing_node(&dst_path, clobber, state);
565 nir_deref_path dst_path; local in function:opt_find_array_copies_block
566 nir_deref_path_init(&dst_path, dst_dere
[all...]
H A Dnir_split_vars.c661 struct array_var_info *dst_info, nir_deref_path *dst_path,
668 while ((dst_p = dst_path->path[dst_level + 1])) {
696 assert(glsl_get_length(dst_path->path[dst_level]->type) ==
698 unsigned len = glsl_get_length(dst_path->path[dst_level]->type);
700 emit_split_copies(b, dst_info, dst_path, dst_level + 1,
707 emit_split_copies(b, dst_info, dst_path, dst_level + 1,
744 nir_deref_path dst_path, src_path; local in function:split_array_copies_impl
745 nir_deref_path_init(&dst_path, dst_deref, mem_ctx);
748 if (!deref_has_split_wildcard(&dst_path, dst_info) &&
754 emit_split_copies(&b, dst_info, &dst_path,
660 emit_split_copies(nir_builder * b,struct array_var_info * dst_info,nir_deref_path * dst_path,unsigned dst_level,nir_deref_instr * dst,struct array_var_info * src_info,nir_deref_path * src_path,unsigned src_level,nir_deref_instr * src) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_var_copies.c107 nir_deref_path dst_path, src_path; local in function:nir_lower_deref_copy_instr
108 nir_deref_path_init(&dst_path, dst, NULL);
112 emit_deref_copy_load_store(b, dst_path.path[0], &dst_path.path[1],
117 nir_deref_path_finish(&dst_path);
H A Dnir_split_vars.c579 struct array_var_info *dst_info, nir_deref_path *dst_path,
586 while ((dst_p = dst_path->path[dst_level + 1])) {
614 assert(glsl_get_length(dst_path->path[dst_level]->type) ==
616 unsigned len = glsl_get_length(dst_path->path[dst_level]->type);
618 emit_split_copies(b, dst_info, dst_path, dst_level + 1,
625 emit_split_copies(b, dst_info, dst_path, dst_level + 1,
662 nir_deref_path dst_path, src_path; local in function:split_array_copies_impl
663 nir_deref_path_init(&dst_path, dst_deref, mem_ctx);
666 if (!deref_has_split_wildcard(&dst_path, dst_info) &&
672 emit_split_copies(&b, dst_info, &dst_path,
578 emit_split_copies(nir_builder * b,struct array_var_info * dst_info,nir_deref_path * dst_path,unsigned dst_level,nir_deref_instr * dst,struct array_var_info * src_info,nir_deref_path * src_path,unsigned src_level,nir_deref_instr * src) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py134 dst_path = os.path.join(dst, f)
142 if MakeDir(dst_path):
143 print('ERROR: Could not create directory:', dst_path, file=sys.stderr)
147 print('mkdir', dst_path)
148 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst)
150 rval = CopyFileIfDifferent(src_path, dst_path, verbose)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py133 dst_path = os.path.join(dst, f)
141 if MakeDir(dst_path):
142 print('ERROR: Could not create directory:', dst_path, file=sys.stderr)
146 print('mkdir', dst_path)
147 rval = CopyDirFilesIfDifferent(src_path, dst_path, recurse, verbose, orig_dst)
149 rval = CopyFileIfDifferent(src_path, dst_path, verbose)

Completed in 11 milliseconds