Home
last modified time | relevance | path

Searched refs:surface_state_pool (Results 1 – 25 of 98) sorted by relevance

1234

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/vulkan/
H A DgenX_blorp_exec.c69 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
87 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c1643 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2158 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2163 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2168 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2173 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2267 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2271 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2275 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
H A Danv_batch_chain.c1525 anv_bo_unwrap(cmd_buffer->device->surface_state_pool.block_pool.bo); in relocate_cmd_buffer()
1564 &cmd_buffer->device->surface_state_pool; in setup_execbuf_for_cmd_buffer()
1634 struct anv_state_pool *ss_pool = &device->surface_state_pool; in setup_execbuf_for_cmd_buffers()
1734 device->surface_state_pool.block_pool.bo, in setup_execbuf_for_cmd_buffers()
/dports/lang/clover/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
H A Danv_batch_chain.c1525 anv_bo_unwrap(cmd_buffer->device->surface_state_pool.block_pool.bo); in relocate_cmd_buffer()
1564 &cmd_buffer->device->surface_state_pool; in setup_execbuf_for_cmd_buffer()
1634 struct anv_state_pool *ss_pool = &device->surface_state_pool; in setup_execbuf_for_cmd_buffers()
1734 device->surface_state_pool.block_pool.bo, in setup_execbuf_for_cmd_buffers()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
H A Danv_batch_chain.c1525 anv_bo_unwrap(cmd_buffer->device->surface_state_pool.block_pool.bo); in relocate_cmd_buffer()
1564 &cmd_buffer->device->surface_state_pool; in setup_execbuf_for_cmd_buffer()
1634 struct anv_state_pool *ss_pool = &device->surface_state_pool; in setup_execbuf_for_cmd_buffers()
1734 device->surface_state_pool.block_pool.bo, in setup_execbuf_for_cmd_buffers()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/vulkan/
H A DgenX_blorp_exec.c90 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
116 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2319 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2699 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2704 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2709 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2714 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2805 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2809 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2813 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/vulkan/
H A DgenX_blorp_exec.c106 &cmd_buffer->device->surface_state_pool.block_pool, ss_offset, 8); in blorp_surface_reloc()
132 .buffer = cmd_buffer->device->surface_state_pool.block_pool.bo, in blorp_get_surface_base_address()
H A Danv_image.c2310 return anv_state_pool_alloc(&device->surface_state_pool, 64, 64); in alloc_surface_state()
2701 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2706 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2711 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2716 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyImageView()
2807 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2811 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()
2815 anv_state_pool_free(&device->surface_state_pool, in anv_DestroyBufferView()

1234