Lines Matching refs:dest_ptr
1960 struct radv_shader *shader, void *dest_ptr)
1976 .rx_ptr = dest_ptr,
1985 shader->code_ptr = dest_ptr;
1990 memcpy(dest_ptr, bin->data + bin->stats_size, bin->code_size);
1993 uint32_t *ptr32 = (uint32_t *)dest_ptr + bin->code_size / 4;
1997 shader->code_ptr = dest_ptr;
2336 char *dest_ptr = trap->alloc->arena->ptr + trap->alloc->offset;
2339 memcpy(dest_ptr, bin->data, bin->code_size);
2378 char *dest_ptr = shader_part->alloc->arena->ptr + shader_part->alloc->offset;
2380 memcpy(dest_ptr, bin->data, bin->code_size);
2383 uint32_t *ptr32 = (uint32_t *)dest_ptr + bin->code_size / 4;