Searched refs:should_align_dimensions (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 88 bool should_align_dimensions) 103 if (should_align_dimensions) { 145 bool should_align_dimensions) 161 uint32_t size = setup_miptree(res, width, height, should_align_dimensions); 182 bool should_align_dimensions; local in function:_lima_resource_create_with_modifiers 197 should_align_dimensions = true; 202 should_align_dimensions = false; 212 should_align_dimensions); 86 setup_miptree(struct lima_resource * res,unsigned width0,unsigned height0,bool should_align_dimensions) argument 142 lima_resource_create_bo(struct pipe_screen * pscreen,const struct pipe_resource * templat,unsigned width,unsigned height,bool should_align_dimensions) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 91 bool should_align_dimensions) 106 if (should_align_dimensions) { 147 bool should_align_dimensions) 163 uint32_t size = setup_miptree(res, width, height, should_align_dimensions); 184 bool should_align_dimensions; local in function:_lima_resource_create_with_modifiers 208 should_align_dimensions = true; 213 should_align_dimensions = false; 223 should_align_dimensions); 89 setup_miptree(struct lima_resource * res,unsigned width0,unsigned height0,bool should_align_dimensions) argument 144 lima_resource_create_bo(struct pipe_screen * pscreen,const struct pipe_resource * templat,unsigned width,unsigned height,bool should_align_dimensions) argument
|
Completed in 4 milliseconds