Searched refs:surface_state_pool (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| H A D | genX_blorp_exec.c | 67 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset); 87 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo,
|
| H A D | anv_image.c | 1222 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); 1689 anv_state_pool_free(&device->surface_state_pool, 1694 anv_state_pool_free(&device->surface_state_pool, 1699 anv_state_pool_free(&device->surface_state_pool, 1704 anv_state_pool_free(&device->surface_state_pool, 1796 anv_state_pool_free(&device->surface_state_pool, 1800 anv_state_pool_free(&device->surface_state_pool, 1804 anv_state_pool_free(&device->surface_state_pool,
|
| H A D | anv_batch_chain.c | 671 struct anv_state_pool *state_pool = &device->surface_state_pool; 688 *state_offset = device->surface_state_pool.block_pool.start_address - 1354 cmd_buffer->device->surface_state_pool.block_pool.bo, 1379 &cmd_buffer->device->surface_state_pool;
|
| H A D | anv_cmd_buffer.c | 185 &device->surface_state_pool, 4096); 278 &cmd_buffer->device->surface_state_pool, 4096);
|
| H A D | anv_private.h | 1131 struct anv_state_pool surface_state_pool; member in struct:anv_device 1167 return &device->surface_state_pool; 1176 return anv_state_pool_alloc_back(&device->surface_state_pool);
|
| H A D | anv_descriptor_set.c | 740 &device->surface_state_pool, 4096); 801 &device->surface_state_pool, 4096);
|
| H A D | anv_device.c | 2080 if (get_bo_from_pool(&ret_bo, &device->surface_state_pool.block_pool, address)) 2311 result = anv_state_pool_init(&device->surface_state_pool, device, 2392 anv_state_pool_finish(&device->surface_state_pool); 2452 anv_state_pool_finish(&device->surface_state_pool);
|
| H A D | genX_cmd_buffer.c | 134 .bo = device->surface_state_pool.block_pool.bo, 838 .bo = cmd_buffer->device->surface_state_pool.block_pool.bo, 1525 primary->device->surface_state_pool.block_pool.bo;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_blorp_exec.c | 90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); 116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo,
|
| H A D | anv_image.c | 2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); 2699 anv_state_pool_free(&device->surface_state_pool, 2704 anv_state_pool_free(&device->surface_state_pool, 2709 anv_state_pool_free(&device->surface_state_pool, 2714 anv_state_pool_free(&device->surface_state_pool, 2805 anv_state_pool_free(&device->surface_state_pool, 2809 anv_state_pool_free(&device->surface_state_pool, 2813 anv_state_pool_free(&device->surface_state_pool,
|
| H A D | anv_batch_chain.c | 1525 anv_bo_unwrap(cmd_buffer->device->surface_state_pool.block_pool.bo); 1564 &cmd_buffer->device->surface_state_pool; 1634 struct anv_state_pool *ss_pool = &device->surface_state_pool; 1734 device->surface_state_pool.block_pool.bo,
|
| H A D | anv_allocator.c | 1430 anv_state_pool_free(&device->surface_state_pool, 1522 anv_state_pool_alloc(&device->surface_state_pool, 1537 anv_state_pool_free(&device->surface_state_pool, state);
|
| H A D | anv_device.c | 2827 if (get_bo_from_pool(&ret_bo, &device->surface_state_pool.block_pool, address)) 3175 result = anv_state_pool_init(&device->surface_state_pool, device, 3231 anv_state_pool_alloc(&device->surface_state_pool, 3280 anv_state_pool_finish(&device->surface_state_pool); 3360 anv_state_pool_finish(&device->surface_state_pool);
|
| H A D | anv_cmd_buffer.c | 291 &device->surface_state_pool, 4096); 395 &cmd_buffer->device->surface_state_pool, 4096);
|
| H A D | anv_descriptor_set.c | 888 &device->surface_state_pool, 4096); 947 &device->surface_state_pool, 4096);
|
| H A D | anv_private.h | 1182 struct anv_state_pool surface_state_pool; member in struct:anv_device 1271 return &device->surface_state_pool; 1281 return anv_state_pool_alloc_back(&device->surface_state_pool);
|
| H A D | genX_cmd_buffer.c | 207 .bo = device->surface_state_pool.block_pool.bo, 1088 .bo = cmd_buffer->device->surface_state_pool.block_pool.bo, 1985 primary->device->surface_state_pool.block_pool.bo;
|
Completed in 73 milliseconds