Searched refs:dst_state (Results 1 – 6 of 6) sorted by relevance
/external/lz4/lib/ |
D | xxhash.h | 173 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);
|
/external/vulkan-validation-layers/layers/ |
D | xxhash.h | 173 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);
|
D | buffer_validation.cpp | 2127 const IMAGE_STATE *dst_state) { in ValidateImageCopyData() argument 2136 …GetAdjustedDestImageExtent(src_state->createInfo.format, dst_state->createInfo.format, region.exte… in ValidateImageCopyData() 2143 …if ((VK_IMAGE_TYPE_3D == src_state->createInfo.imageType) && (VK_IMAGE_TYPE_3D != dst_state->creat… in ValidateImageCopyData() 2146 …} else if ((VK_IMAGE_TYPE_3D == dst_state->createInfo.imageType) && (VK_IMAGE_TYPE_3D != src_state… in ValidateImageCopyData() 2192 …if (src_state->createInfo.imageType == VK_IMAGE_TYPE_3D || dst_state->createInfo.imageType == VK_I… in ValidateImageCopyData() 2260 if (dst_state->createInfo.imageType == VK_IMAGE_TYPE_1D) { in ValidateImageCopyData() 2263 HandleToUint64(dst_state->image), "VUID-VkImageCopy-dstImage-00152", in ValidateImageCopyData() 2271 …if ((dst_state->createInfo.imageType == VK_IMAGE_TYPE_1D) && ((0 != region.dstOffset.z) || (1 != d… in ValidateImageCopyData() 2273 HandleToUint64(dst_state->image), "VUID-VkImageCopy-dstImage-01786", in ValidateImageCopyData() 2280 if ((dst_state->createInfo.imageType == VK_IMAGE_TYPE_2D) && (0 != region.dstOffset.z)) { in ValidateImageCopyData() [all …]
|
D | core_validation.h | 719 … const VkImageCopy* ic_regions, const IMAGE_STATE* src_state, const IMAGE_STATE* dst_state);
|
/external/v8/src/wasm/baseline/ |
D | liftoff-assembler.cc | 154 void TransferStackSlot(const LiftoffAssembler::CacheState& dst_state, in TransferStackSlot() argument 156 const VarState& dst = dst_state.stack_state[dst_index]; in TransferStackSlot()
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 1123 struct anv_state dst_state = secondary->state.render_pass_states; in genX() local 1124 assert(src_state.alloc_size == dst_state.alloc_size); in genX() 1126 genX(cmd_buffer_so_memcpy)(primary, ss_bo, dst_state.offset, in genX()
|