Searched refs:ib_handle (Results 1 – 5 of 5) sorted by relevance
/external/libdrm/tests/amdgpu/ |
D | vcn_tests.c | 53 static amdgpu_bo_handle ib_handle; variable 119 &ib_handle, (void**)&ib_cpu, in suite_vcn_tests_init() 131 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_vcn_tests_clean() 256 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_create() 298 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_decode() 361 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_destroy()
|
D | cs_tests.c | 46 static amdgpu_bo_handle ib_handle; variable 121 ib_handle = ib_result_handle; in suite_cs_tests_init() 133 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_cs_tests_clean() 250 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_create() 350 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_decode() 449 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_destroy()
|
D | uvd_enc_tests.c | 64 static amdgpu_bo_handle ib_handle; variable 125 &ib_handle, (void**)&ib_cpu, in suite_uvd_enc_tests_init() 137 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_uvd_enc_tests_clean() 252 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_enc_create() 347 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_enc_encode() 470 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_enc_destroy()
|
D | vce_tests.c | 67 static amdgpu_bo_handle ib_handle; variable 132 &ib_handle, (void**)&ib_cpu, in suite_vce_tests_init() 146 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_vce_tests_clean() 263 resources[num_resources++] = ib_handle; in amdgpu_cs_vce_create() 465 resources[num_resources++] = ib_handle; in amdgpu_cs_vce_encode() 531 resources[num_resources++] = ib_handle; in amdgpu_cs_vce_destroy()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_draw.c | 197 struct svga_winsys_surface *ib_handle[QSZ]; in draw_vgpu9() local 241 ib_handle[i] = handle; in draw_vgpu9() 317 NULL, ib_handle[i], SVGA_RELOC_READ); in draw_vgpu9() 521 struct svga_winsys_surface *ib_handle; in draw_vgpu10() local 592 ib_handle = svga_buffer_handle(svga, ib, PIPE_BIND_INDEX_BUFFER); in draw_vgpu10() 593 if (!ib_handle) in draw_vgpu10() 600 ib_handle = NULL; in draw_vgpu10() 736 if (ib_handle) { in draw_vgpu10() 746 ret = SVGA3D_vgpu10_SetIndexBuffer(svga->swc, ib_handle, in draw_vgpu10() 761 ret = svga->swc->resource_rebind(svga->swc, ib_handle, in draw_vgpu10()
|