Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dxxhash.h173 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);
231 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
Dbuffer_validation.cpp2159 …geCopyData(const uint32_t regionCount, const VkImageCopy *ic_regions, const IMAGE_STATE *src_state, in ValidateImageCopyData() argument
2169 …GetAdjustedDestImageExtent(src_state->createInfo.format, dst_state->createInfo.format, region.exte… in ValidateImageCopyData()
2176 …if ((VK_IMAGE_TYPE_3D == src_state->createInfo.imageType) && (VK_IMAGE_TYPE_3D != dst_state->creat… in ValidateImageCopyData()
2179 …AGE_TYPE_3D == dst_state->createInfo.imageType) && (VK_IMAGE_TYPE_3D != src_state->createInfo.imag… in ValidateImageCopyData()
2186 if (src_state->createInfo.imageType == VK_IMAGE_TYPE_1D) { in ValidateImageCopyData()
2189 HandleToUint64(src_state->image), "VUID-VkImageCopy-srcImage-00146", in ValidateImageCopyData()
2197 …if ((src_state->createInfo.imageType == VK_IMAGE_TYPE_1D) && ((0 != region.srcOffset.z) || (1 != s… in ValidateImageCopyData()
2199 HandleToUint64(src_state->image), "VUID-VkImageCopy-srcImage-01785", in ValidateImageCopyData()
2206 if ((src_state->createInfo.imageType == VK_IMAGE_TYPE_2D) && (0 != region.srcOffset.z)) { in ValidateImageCopyData()
2208 HandleToUint64(src_state->image), "VUID-VkImageCopy-srcImage-01787", in ValidateImageCopyData()
[all …]
Dcore_validation.h1326 …geCopyData(const uint32_t regionCount, const VkImageCopy* ic_regions, const IMAGE_STATE* src_state,
/external/zstd/lib/common/
Dxxhash.h214 …I void XXH32_copyState(XXH32_state_t* restrict dst_state, const XXH32_state_t* restrict src_state);
215 …I void XXH64_copyState(XXH64_state_t* restrict dst_state, const XXH64_state_t* restrict src_state);
/external/angle/src/common/third_party/xxhash/
Dxxhash.h177 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t *dst_state, const XXH32_state_t *src_state);
240 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t *dst_state, const XXH64_state_t *src_state);
/external/lz4/lib/
Dxxhash.h175 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);
232 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
/external/mesa3d/src/util/
Dxxhash.h237 XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dst_state, const XXH32_state_t* src_state);
290 XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dst_state, const XXH64_state_t* src_state);
/external/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c1836 struct anv_state src_state = primary->state.attachment_states; in genX() local
1838 assert(src_state.alloc_size == dst_state.alloc_size); in genX()
1847 .offset = src_state.offset, in genX()
1849 src_state.alloc_size); in genX()
5789 struct anv_attachment_state *src_state = in cmd_buffer_end_subpass() local
5804 src_state->current_layout, in cmd_buffer_end_subpass()
5807 src_state->aux_usage = in cmd_buffer_end_subpass()
5812 src_state->current_layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in cmd_buffer_end_subpass()
5846 src_iview->image, src_state->aux_usage, in cmd_buffer_end_subpass()
5863 src_state->current_stencil_layout = VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL; in cmd_buffer_end_subpass()