Home
last modified time | relevance | path

Searched refs:dst_flags (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/uv/src/unix/
Dfs.c1272 int dst_flags; in uv__fs_copyfile() local
1296 dst_flags = O_WRONLY | O_CREAT; in uv__fs_copyfile()
1299 dst_flags |= O_EXCL; in uv__fs_copyfile()
1305 dst_flags, in uv__fs_copyfile()
/third_party/libuv/src/unix/
Dfs.c1293 int dst_flags; in uv__fs_copyfile() local
1317 dst_flags = O_WRONLY | O_CREAT; in uv__fs_copyfile()
1320 dst_flags |= O_EXCL; in uv__fs_copyfile()
1326 dst_flags, in uv__fs_copyfile()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c3791 enum tu_cmd_access_mask dst_flags = in tu_subpass_barrier() local
3799 tu_flush_for_access(cache, src_flags, dst_flags); in tu_subpass_barrier()
5226 enum tu_cmd_access_mask dst_flags = 0; in tu_barrier() local
5242 dst_flags |= vk2tu_access(dep_info->pMemoryBarriers[i].dstAccessMask, in tu_barrier()
5255 dst_flags |= vk2tu_access(dep_info->pBufferMemoryBarriers[i].dstAccessMask, in tu_barrier()
5279 dst_flags |= vk2tu_access(dep_info->pImageMemoryBarriers[i].dstAccessMask, in tu_barrier()
5320 tu_flush_for_access(cache, src_flags, dst_flags); in tu_barrier()
/third_party/mesa3d/src/freedreno/ir3/
Dir3.h2011 unsigned dst_flags = (type_size(dst_type) < 32) ? IR3_REG_HALF : 0; in ir3_COV() local
2016 __ssa_dst(instr)->flags |= dst_flags; in ir3_COV()
Dir3_compiler_nir.c1899 unsigned dst_flags = dst->flags & IR3_REG_HALF; in create_multidst_mov() local
1902 __ssa_dst(mov)->flags |= dst_flags; in create_multidst_mov()
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c2402 VkAccessFlags2 dst_flags = 0; in cmd_buffer_barrier() local
2406 dst_flags |= dep_info->pMemoryBarriers[i].dstAccessMask; in cmd_buffer_barrier()
2411 dst_flags |= dep_info->pBufferMemoryBarriers[i].dstAccessMask; in cmd_buffer_barrier()
2419 dst_flags |= img_barrier->dstAccessMask; in cmd_buffer_barrier()
2470 anv_pipe_invalidate_bits_for_access_flags(cmd_buffer->device, dst_flags); in cmd_buffer_barrier()
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h1765 VkAccessFlags2 dst_flags,
Dradv_cmd_buffer.c4407 radv_dst_access_flush(struct radv_cmd_buffer *cmd_buffer, VkAccessFlags2 dst_flags, in radv_dst_access_flush() argument
4432 u_foreach_bit64(b, dst_flags) in radv_dst_access_flush()