Searched refs:dst_state (Results 1 - 2 of 2) sorted by relevance

/external/lz4/lib/
H A 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);
/external/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c664 struct anv_state dst_state = secondary->state.render_pass_states; local
665 assert(src_state.alloc_size == dst_state.alloc_size);
667 genX(cmd_buffer_gpu_memcpy)(primary, ss_bo, dst_state.offset,

Completed in 108 milliseconds