Searched refs:dst_flags (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/boost/date_time/ |
D | local_time_adjustor.hpp | 139 date_time::dst_flags dst=date_time::calculate) in local_to_utc_offset() 206 date_time::dst_flags dst=date_time::calculate) in local_to_utc()
|
D | time_defs.hpp | 36 enum dst_flags {not_dst, is_dst, calculate}; enum
|
D | time.hpp | 64 dst_flags dst=not_dst) : in base_time()
|
D | time_system_split.hpp | 86 date_time::dst_flags /* dst */ = not_dst) in get_time_rep() argument
|
D | time_system_counted.hpp | 142 date_time::dst_flags dst=not_dst) in get_time_rep()
|
/third_party/libuv/src/unix/ |
D | fs.c | 1271 int dst_flags; in uv__fs_copyfile() local 1295 dst_flags = O_WRONLY | O_CREAT; in uv__fs_copyfile() 1298 dst_flags |= O_EXCL; in uv__fs_copyfile() 1304 dst_flags, in uv__fs_copyfile()
|
/third_party/pixman/pixman/ |
D | pixman.c | 138 uint32_t dst_flags) in optimize_operator() argument 146 is_dest_opaque = (dst_flags & FAST_PATH_IS_OPAQUE); in optimize_operator()
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1806 unsigned dst_flags = (type_size(dst_type) < 32) ? IR3_REG_HALF : 0; in ir3_COV() local 1811 __ssa_dst(instr)->flags |= dst_flags; in ir3_COV()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.c | 3118 enum tu_cmd_access_mask dst_flags = in tu_subpass_barrier() local 3126 tu_flush_for_access(cache, src_flags, dst_flags); in tu_subpass_barrier() 4767 enum tu_cmd_access_mask dst_flags = 0; in tu_barrier() local 4791 dst_flags |= vk2tu_access(dstAccessMask, gmem); in tu_barrier() 4795 tu_flush_for_access(cache, src_flags, dst_flags); in tu_barrier()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 2412 VkAccessFlags2KHR dst_flags = 0; in cmd_buffer_barrier() local 2416 dst_flags |= dep_info->pMemoryBarriers[i].dstAccessMask; in cmd_buffer_barrier() 2421 dst_flags |= dep_info->pBufferMemoryBarriers[i].dstAccessMask; in cmd_buffer_barrier() 2429 dst_flags |= img_barrier->dstAccessMask; in cmd_buffer_barrier() 2480 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 | 1604 VkAccessFlags dst_flags,
|
D | radv_cmd_buffer.c | 3873 radv_dst_access_flush(struct radv_cmd_buffer *cmd_buffer, VkAccessFlags dst_flags, in radv_dst_access_flush() argument 3898 u_foreach_bit(b, dst_flags) in radv_dst_access_flush()
|