Searched refs:nine_resource_create_with_retry (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | resource9.c | 96 This->resource = nine_resource_create_with_retry(This->base.device, screen, &This->info); in NineResource9_ctor()
|
D | swapchain9.c | 366 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize() 400 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize() 424 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize() 609 *resource = nine_resource_create_with_retry(This->base.device, This->screen, &tmplt); in create_present_buffer()
|
D | buffer9.c | 388 … struct pipe_resource *new_res = nine_resource_create_with_retry(device, screen, &This->base.info); in NineBuffer9_Lock()
|
D | basetexture9.c | 449 res = nine_resource_create_with_retry(This->base.base.device, screen, &templ); in NineBaseTexture9_CreatePipeResource()
|
D | device9.h | 202 nine_resource_create_with_retry( struct NineDevice9 *This,
|
D | device9.c | 87 nine_resource_create_with_retry( struct NineDevice9 *This, in nine_resource_create_with_retry() function
|