Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_drv.h82 uint32_t tile_alloc_offset; member
H A Dvc4_validate.c373 exec->tile_alloc_offset = roundup(tile_state_size, 4096); in validate_tile_binning_config()
399 exec->tile_bo = drm_gem_cma_create(dev, exec->tile_alloc_offset + in validate_tile_binning_config()
408 exec->tile_alloc_offset); in validate_tile_binning_config()
H A Dvc4_render_cl.c179 exec->tile_alloc_offset + in emit_tile()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_rcl.c591 uint32_t tile_alloc_offset = in emit_render_layer() local
594 list.address = cl_address(job->tile_alloc, tile_alloc_offset); in emit_render_layer()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_meta_common.c142 const uint32_t tile_alloc_offset = in emit_frame_setup() local
145 list.address = v3dv_cl_address(job->tile_alloc, tile_alloc_offset); in emit_frame_setup()
H A Dv3dvx_cmd_buffer.c717 const uint32_t tile_alloc_offset = in cmd_buffer_emit_render_pass_layer_rcl() local
720 list.address = v3dv_cl_address(job->tile_alloc, tile_alloc_offset); in cmd_buffer_emit_render_pass_layer_rcl()

Completed in 10 milliseconds