HomeSort by: relevance | last modified time | path
    Searched refs:anv_state_pool_alloc (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
state_pool_padding.c 43 anv_state_pool_alloc(&state_pool, 16, 16);
46 struct anv_state state = anv_state_pool_alloc(&state_pool, pool_size, 16);
57 state = anv_state_pool_alloc(&state_pool, 4096, 16);
64 state = anv_state_pool_alloc(&state_pool, 4096, 16);
70 state = anv_state_pool_alloc(&state_pool, 4096, 16);
state_pool_free_list_only.c 48 anv_state_pool_alloc(&state_pool, 16, 16);
56 states[i] = anv_state_pool_alloc(&state_pool, 16, 16);
state_pool.c 51 anv_state_pool_alloc(&state_pool, 16, 16);
state_pool_test_helper.h 47 states[i] = anv_state_pool_alloc(job->pool, 16, 16);
state_pool_no_free.c 50 struct anv_state state = anv_state_pool_alloc(job->pool, 16, 16);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
state_pool_padding.c 46 anv_state_pool_alloc(&state_pool, 16, 16);
49 struct anv_state state = anv_state_pool_alloc(&state_pool, pool_size, 16);
60 state = anv_state_pool_alloc(&state_pool, 4096, 16);
67 state = anv_state_pool_alloc(&state_pool, 4096, 16);
73 state = anv_state_pool_alloc(&state_pool, 4096, 16);
state_pool_free_list_only.c 48 anv_state_pool_alloc(&state_pool, 16, 16);
56 states[i] = anv_state_pool_alloc(&state_pool, 16, 16);
state_pool.c 51 anv_state_pool_alloc(&state_pool, 16, 16);
state_pool_test_helper.h 47 states[i] = anv_state_pool_alloc(job->pool, 16, 16);
state_pool_no_free.c 49 struct anv_state state = anv_state_pool_alloc(job->pool, 16, 16);
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_state.c 383 anv_state_pool_alloc(&device->dynamic_state_pool,
anv_pipeline_cache.c 75 anv_state_pool_alloc(&device->instruction_state_pool, kernel_size, 64);
81 anv_state_pool_alloc(&device->dynamic_state_pool,
anv_private.h 804 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool,
1173 return anv_state_pool_alloc(&device->binding_table_pool,
anv_allocator.c 1194 anv_state_pool_alloc(struct anv_state_pool *pool, uint32_t size, uint32_t align) function
anv_image.c 1222 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64);
genX_pipeline.c 919 anv_state_pool_alloc(&device->dynamic_state_pool, num_dwords * 4, 64);
anv_device.c 1878 state = anv_state_pool_alloc(pool, size, align);
3449 state = anv_state_pool_alloc(&device->dynamic_state_pool,
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_state.c 91 anv_state_pool_alloc(&device->dynamic_state_pool, size, 64);
803 anv_state_pool_alloc(&device->dynamic_state_pool,
anv_allocator.c 1115 anv_state_pool_alloc(struct anv_state_pool *pool, uint32_t size, uint32_t align) function
1292 struct anv_state state = anv_state_pool_alloc(pool->pool, size, alignment);
1522 anv_state_pool_alloc(&device->surface_state_pool,
anv_device.c 2713 state = anv_state_pool_alloc(pool, size, align);
2868 buf->state = anv_state_pool_alloc(pool, size, size);
3231 anv_state_pool_alloc(&device->surface_state_pool,
4182 event->state = anv_state_pool_alloc(&device->dynamic_state_pool,
anv_pipeline_cache.c 77 anv_state_pool_alloc(&device->instruction_state_pool, kernel_size, 64);
genX_pipeline.c 860 anv_state_pool_alloc(&device->dynamic_state_pool, num_dwords, 32);
1239 anv_state_pool_alloc(&device->dynamic_state_pool, num_dwords * 4, 64);
anv_private.h 733 struct anv_state anv_state_pool_alloc(struct anv_state_pool *pool,
1278 return anv_state_pool_alloc(&device->binding_table_pool,
anv_image.c 2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64);

Completed in 31 milliseconds