/hardware/intel/img/psb_video/src/ |
vsp_cmdbuf.c | 205 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ 211 uint32_t dst_buffer, 241 reloc->dst_buffer = dst_buffer;
|
pnw_cmdbuf.h | 160 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ 166 uint32_t dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|
pnw_cmdbuf.c | 263 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ 269 uint32_t dst_buffer, 299 reloc->dst_buffer = dst_buffer;
|
tng_cmdbuf.h | 187 IMG_UINT32 *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ 193 IMG_UINT32 dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|
psb_cmdbuf.h | 155 uint32_t dst_buffer);
|
tng_cmdbuf.c | 326 IMG_UINT32 *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ 332 IMG_UINT32 dst_buffer, 362 reloc->dst_buffer = dst_buffer;
|
vsp_cmdbuf.h | 187 uint32_t dst_buffer,
|
psb_cmdbuf.c | 327 uint32_t dst_buffer) /* 0 = reloc buf, 1 = cmdbuf, 2 = for host reloc */ 333 if (dst_buffer) { 364 reloc->dst_buffer = dst_buffer; [all...] |
/external/mesa3d/src/intel/vulkan/ |
anv_blorp.c | 385 ANV_FROM_HANDLE(anv_buffer, dst_buffer, dstBuffer); 387 copy_buffer_to_image(cmd_buffer, dst_buffer, src_image, 612 ANV_FROM_HANDLE(anv_buffer, dst_buffer, dstBuffer); 619 uint64_t dst_offset = dst_buffer->offset + pRegions[r].dstOffset; 634 dst_buffer->bo, dst_offset, 647 dst_buffer->bo, dst_offset, 657 dst_buffer->bo, dst_offset, 673 ANV_FROM_HANDLE(anv_buffer, dst_buffer, dstBuffer); 701 dst_buffer->bo, dst_buffer->offset + dstOffset [all...] |
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/ |
mm_lib2d.h | 191 * dst_buffer - pointer to the destination buffer 204 mm_lib2d_buffer* src_buffer, mm_lib2d_buffer* dst_buffer,
|
/hardware/intel/img/psb_video/src/mrst/ |
lnc_cmdbuf.h | 139 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ 145 uint32_t dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|
lnc_cmdbuf.c | 254 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/ 260 uint32_t dst_buffer, 290 reloc->dst_buffer = dst_buffer;
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/ |
mm_lib2d.h | 190 * dst_buffer - pointer to the destination buffer 204 mm_lib2d_buffer* src_buffer, mm_lib2d_buffer* dst_buffer,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_blit.c | 224 drm_intel_bo *dst_buffer, 254 aper_array[1] = dst_buffer; 271 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h); 325 OUT_RELOC_FENCED(dst_buffer, 521 drm_intel_bo *dst_buffer, 546 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords); 569 OUT_RELOC_FENCED(dst_buffer,
|
/bionic/tests/ |
buffer_tests.cpp | 384 uint8_t* dst_buffer = new uint8_t[2*pagesize]; local 387 uint8_t* dst = &dst_buffer[i]; 396 delete[] dst_buffer;
|
/external/libvpx/libvpx/vp8/decoder/ |
decodeframe.c | 455 unsigned char *dst_buffer[3]; local 474 eb_dst[0] = lf_dst[0] = dst_buffer[0] = yv12_fb_new->y_buffer; 475 eb_dst[1] = lf_dst[1] = dst_buffer[1] = yv12_fb_new->u_buffer; 476 eb_dst[2] = lf_dst[2] = dst_buffer[2] = yv12_fb_new->v_buffer; 506 xd->recon_above[0] = dst_buffer[0] + recon_yoffset; 507 xd->recon_above[1] = dst_buffer[1] + recon_uvoffset; 508 xd->recon_above[2] = dst_buffer[2] + recon_uvoffset; 556 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset; 557 xd->dst.u_buffer = dst_buffer[1] + recon_uvoffset; 558 xd->dst.v_buffer = dst_buffer[2] + recon_uvoffset [all...] |
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/tests/ |
lstm_utils_test.cc | 83 // Init src_buffer, dst_buffer. 152 // New dst_buffer with size 16. 206 // Init src_buffer, dst_buffer. 256 // Init src_buffer, dst_buffer. 385 // Init src_buffer, dst_buffer.
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/ |
mm_jpeg.c | 2548 mm_lib2d_buffer dst_buffer; local [all...] |
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/ |
mm_lib2d.c | 477 * dst_buffer - pointer to the destination buffer 490 mm_lib2d_buffer* src_buffer, mm_lib2d_buffer* dst_buffer, 533 lib2d_fill_img_frame(p_out_frame, dst_buffer, jobid);
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
dispatch.hpp | 336 cl_mem dst_buffer, 384 cl_mem dst_buffer, 613 cl_mem dst_buffer,
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/ |
mm_lib2d.c | 480 * dst_buffer - pointer to the destination buffer 494 mm_lib2d_buffer* src_buffer, mm_lib2d_buffer* dst_buffer, 545 lib2d_fill_img_frame(p_out_frame, dst_buffer, jobid);
|
/external/mesa3d/src/amd/vulkan/ |
radv_meta_copy.c | 315 RADV_FROM_HANDLE(radv_buffer, dst_buffer, destBuffer); 317 meta_copy_image_to_buffer(cmd_buffer, dst_buffer, src_image,
|
/external/mesa3d/include/CL/ |
cl.h | [all...] |
/external/vulkan-validation-layers/tests/ |
layer_validation_tests.cpp | [all...] |
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/ |
layer_validation_tests.cpp | 2513 vk_testing::Buffer dst_buffer; local [all...] |