Home
last modified time | relevance | path

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

/third_party/boost/boost/date_time/
Dlocal_time_adjustor.hpp139 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()
Dtime_defs.hpp36 enum dst_flags {not_dst, is_dst, calculate}; enum
Dtime.hpp64 dst_flags dst=not_dst) : in base_time()
Dtime_system_split.hpp86 date_time::dst_flags /* dst */ = not_dst) in get_time_rep() argument
Dtime_system_counted.hpp142 date_time::dst_flags dst=not_dst) in get_time_rep()
/third_party/libuv/src/unix/
Dfs.c1271 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/
Dpixman.c138 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/
Dir3.h1806 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/
Dtu_cmd_buffer.c3118 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/
DgenX_cmd_buffer.c2412 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/
Dradv_private.h1604 VkAccessFlags dst_flags,
Dradv_cmd_buffer.c3873 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()