Searched refs:tile_alloc_offset (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h82 uint32_t tile_alloc_offset; member in struct:vc4_exec_info
H A Dvc4_validate.c373 exec->tile_alloc_offset = roundup(tile_state_size, 4096);
399 exec->tile_bo = drm_gem_cma_create(dev, exec->tile_alloc_offset +
408 exec->tile_alloc_offset);
H A Dvc4_render_cl.c179 exec->tile_alloc_offset +
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h82 uint32_t tile_alloc_offset; member in struct:vc4_exec_info
H A Dvc4_validate.c373 exec->tile_alloc_offset = roundup(tile_state_size, 4096);
399 exec->tile_bo = drm_gem_cma_create(dev, exec->tile_alloc_offset +
408 exec->tile_alloc_offset);
H A Dvc4_render_cl.c179 exec->tile_alloc_offset +
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c572 uint32_t tile_alloc_offset = local in function:emit_render_layer
575 list.address = cl_address(job->tile_alloc, tile_alloc_offset);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dvx_meta_common.c141 const uint32_t tile_alloc_offset = local in function:emit_frame_setup
144 list.address = v3dv_cl_address(job->tile_alloc, tile_alloc_offset);
H A Dv3dvx_cmd_buffer.c660 const uint32_t tile_alloc_offset = local in function:cmd_buffer_emit_render_pass_layer_rcl
663 list.address = v3dv_cl_address(job->tile_alloc, tile_alloc_offset);

Completed in 63 milliseconds