Searched refs:bdst (Results 1 – 3 of 3) sorted by relevance
17 @bdst = internal global [500000 x i32] zeroinitializer, align 32 ; <[500000 x i32]*> [#uses=0]
456 uint32_t *bdst = (uint32_t *)&idst[4 * NINE_MAX_CONST_I]; in prepare_vs_constants_userbuf() local457 memcpy(bdst, context->vs_const_b, NINE_MAX_CONST_B * sizeof(BOOL)); in prepare_vs_constants_userbuf()543 uint32_t *bdst = (uint32_t *)&idst[4 * NINE_MAX_CONST_I]; in prepare_ps_constants_userbuf() local544 memcpy(bdst, context->ps_const_b, sizeof(context->ps_const_b)); in prepare_ps_constants_userbuf()
1201 ALWAYS_INLINE void CopyAndMayBeInterleaveBfloat16(void* bdst, const void* bsrc, in CopyAndMayBeInterleaveBfloat16() argument1208 float* dst = reinterpret_cast<float*>(bdst); in CopyAndMayBeInterleaveBfloat16()