Searched refs:ib_handle (Results 1 – 7 of 7) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | vcn_tests.c | 66 static amdgpu_bo_handle ib_handle; variable 164 &ib_handle, (void**)&ib_cpu, in suite_vcn_tests_init() 176 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_vcn_tests_clean() 301 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_create() 345 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_decode() 411 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_destroy()
|
D | cs_tests.c | 46 static amdgpu_bo_handle ib_handle; variable 124 ib_handle = ib_result_handle; in suite_cs_tests_init() 136 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_cs_tests_clean() 253 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_create() 353 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_decode() 453 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 | cp_dma_tests.c | 52 static amdgpu_bo_handle ib_handle; variable 276 resources[2] = ib_handle; in cp_dma_cmd() 440 &ib_handle, (void**)&ib_cpu, in suite_cp_dma_tests_init() 468 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_cp_dma_tests_clean()
|
D | vce_tests.c | 75 static amdgpu_bo_handle ib_handle; variable 167 &ib_handle, (void**)&ib_cpu, in suite_vce_tests_init() 181 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_vce_tests_clean() 298 resources[num_resources++] = ib_handle; in amdgpu_cs_vce_create() 508 resources[num_resources++] = ib_handle; in amdgpu_cs_vce_encode() 690 resources[num_resources++] = ib_handle; in amdgpu_cs_vce_encode_mv() 746 resources[num_resources++] = ib_handle; in amdgpu_cs_vce_destroy()
|
D | jpeg_tests.c | 131 static amdgpu_bo_handle ib_handle; variable 208 AMDGPU_GEM_DOMAIN_GTT, 0, &ib_handle, in suite_jpeg_tests_init() 220 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, ib_mc_address, IB_SIZE); in suite_jpeg_tests_clean() 543 resources[num_resources++] = ib_handle; in amdgpu_cs_jpeg_decode()
|
/third_party/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() 933 struct svga_winsys_surface *ib_handle = in validate_index_buffer() local 937 if (!ib_handle) in validate_index_buffer() 965 ret = SVGA3D_vgpu10_SetIndexBuffer(svga->swc, ib_handle, in validate_index_buffer() 982 ib_handle, in validate_index_buffer()
|