Searched refs:dst_flags (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/uv/src/unix/ |
D | fs.c | 1272 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/ |
D | fs.c | 1293 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/ |
D | tu_cmd_buffer.c | 3791 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/ |
D | ir3.h | 2011 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()
|
D | ir3_compiler_nir.c | 1899 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/ |
D | genX_cmd_buffer.c | 2402 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/ |
D | radv_private.h | 1765 VkAccessFlags2 dst_flags,
|
D | radv_cmd_buffer.c | 4407 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()
|