| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | cs_tests.c | 46 static amdgpu_bo_handle ib_handle; variable in typeref:typename:amdgpu_bo_handle 124 ib_handle = ib_result_handle; 136 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, 253 resources[num_resources++] = ib_handle; 353 resources[num_resources++] = ib_handle; 453 resources[num_resources++] = ib_handle;
|
| H A D | uvd_enc_tests.c | 64 static amdgpu_bo_handle ib_handle; variable in typeref:typename:amdgpu_bo_handle 125 &ib_handle, (void**)&ib_cpu, 137 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, 252 resources[num_resources++] = ib_handle; 347 resources[num_resources++] = ib_handle; 470 resources[num_resources++] = ib_handle;
|
| H A D | cp_dma_tests.c | 52 static amdgpu_bo_handle ib_handle; variable in typeref:typename:amdgpu_bo_handle 276 resources[2] = ib_handle; 440 &ib_handle, (void**)&ib_cpu, 468 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle,
|
| H A D | vce_tests.c | 75 static amdgpu_bo_handle ib_handle; variable in typeref:typename:amdgpu_bo_handle 166 &ib_handle, (void**)&ib_cpu, 180 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, 297 resources[num_resources++] = ib_handle; 507 resources[num_resources++] = ib_handle; 689 resources[num_resources++] = ib_handle; 745 resources[num_resources++] = ib_handle;
|
| H A D | jpeg_tests.c | 131 static amdgpu_bo_handle ib_handle; variable in typeref:typename:amdgpu_bo_handle 208 AMDGPU_GEM_DOMAIN_GTT, 0, &ib_handle, 220 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, ib_mc_address, IB_SIZE); 543 resources[num_resources++] = ib_handle;
|
| H A D | vcn_tests.c | 172 static amdgpu_bo_handle ib_handle; variable in typeref:typename:amdgpu_bo_handle 318 &ib_handle, (void**)&ib_cpu, 330 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle, 568 resources[num_resources++] = ib_handle; 626 resources[num_resources++] = ib_handle; 702 resources[num_resources++] = ib_handle; 767 resources[num_resources++] = ib_handle; 1314 resources[num_resources++] = ib_handle; 1611 resources[num_resources++] = ib_handle;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_draw.c | 197 struct svga_winsys_surface *ib_handle[QSZ]; local in function:draw_vgpu9 241 ib_handle[i] = handle; 317 NULL, ib_handle[i], SVGA_RELOC_READ); 689 struct svga_winsys_surface *ib_handle = local in function:validate_index_buffer 692 if (!ib_handle) 707 SVGA3D_vgpu10_SetIndexBuffer(svga->swc, ib_handle, 723 ib_handle,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_draw.c | 197 struct svga_winsys_surface *ib_handle[QSZ]; local in function:draw_vgpu9 241 ib_handle[i] = handle; 317 NULL, ib_handle[i], SVGA_RELOC_READ); 756 struct svga_winsys_surface *ib_handle = local in function:validate_index_buffer 759 if (!ib_handle) 774 SVGA3D_vgpu10_SetIndexBuffer(svga->swc, ib_handle, 790 ib_handle,
|