Searched refs:ib_handle (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dcs_tests.c46 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 Duvd_enc_tests.c64 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 Dcp_dma_tests.c52 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 Dvce_tests.c75 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 Djpeg_tests.c131 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 Dvcn_tests.c172 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 Dsvga_draw.c197 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 Dsvga_draw.c197 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,

Completed in 11 milliseconds