Home
last modified time | relevance | path

Searched refs:ib_handle (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/tests/amdgpu/
Dcs_tests.c46 static amdgpu_bo_handle ib_handle; variable
125 ib_handle = ib_result_handle; in suite_cs_tests_init()
137 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_cs_tests_clean()
254 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_create()
354 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_decode()
454 resources[num_resources++] = ib_handle; in amdgpu_cs_uvd_destroy()
Dvcn_tests.c66 static amdgpu_bo_handle ib_handle; variable
188 &ib_handle, (void**)&ib_cpu, in suite_vcn_tests_init()
200 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, in suite_vcn_tests_clean()
325 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_create()
369 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_decode()
435 resources[num_resources++] = ib_handle; in amdgpu_cs_vcn_dec_destroy()
Duvd_enc_tests.c64 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()
Dvce_tests.c75 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()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_draw.c197 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()
756 struct svga_winsys_surface *ib_handle = in validate_index_buffer() local
759 if (!ib_handle) in validate_index_buffer()
774 SVGA3D_vgpu10_SetIndexBuffer(svga->swc, ib_handle, in validate_index_buffer()
790 ib_handle, in validate_index_buffer()