Searched refs:_lima_resource_create_with_modifiers (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 174 _lima_resource_create_with_modifiers(struct pipe_screen *pscreen, function in typeref:struct:pipe_resource * 233 return _lima_resource_create_with_modifiers(pscreen, templat, modifiers, ARRAY_SIZE(modifiers)); 252 return _lima_resource_create_with_modifiers(pscreen, &tmpl, modifiers, count);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 176 _lima_resource_create_with_modifiers(struct pipe_screen *pscreen, function in typeref:struct:pipe_resource * 246 return _lima_resource_create_with_modifiers(pscreen, templat, &mod, 1); 265 return _lima_resource_create_with_modifiers(pscreen, &tmpl, modifiers, count);
|
Completed in 5 milliseconds