Home
last modified time | relevance | path

Searched refs:pipe_config (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/chip/r800/
H A Dsi_gb_reg.h106 unsigned int pipe_config : 5; member
139 unsigned int pipe_config : 5; member
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.c168 assert(max_pipe_count <= ARRAY_SIZE(tiling->pipe_config)); in tu_tiling_config_update_pipes()
182 tiling->pipe_config[n] = A6XX_VSC_PIPE_CONFIG_REG_X(pipe_x) | in tu_tiling_config_update_pipes()
190 memset(tiling->pipe_config + used_pipe_count, 0, in tu_tiling_config_update_pipes()
H A Dtu_device.h374 uint32_t pipe_config[MAX_VSC_PIPES]; member
H A Dtu_cmd_buffer.c959 tu_cs_emit_array(cs, tiling->pipe_config, 32); in update_vsc_pipe()
/third_party/mesa3d/src/amd/common/
H A Dac_surface.h119 unsigned pipe_config : 5; /* max 17 */ member
H A Dac_surface.c909 surf->u.legacy.pipe_config = csio->pTileInfo->pipeConfig - 1; in gfx6_surface_settings()
1180 AddrTileInfoIn.pipeConfig = surf->u.legacy.pipe_config + 1; /* +1 compared to GB_TILE_MODE */ in gfx6_compute_surface()
2637 surf->u.legacy.pipe_config = AMDGPU_TILING_GET(tiling_flags, PIPE_CONFIG); in ac_surface_set_bo_metadata()
2690 *tiling_flags |= AMDGPU_TILING_SET(PIPE_CONFIG, surf->u.legacy.pipe_config); in ac_surface_get_bo_metadata()
3087 surf->u.legacy.tile_split, surf->u.legacy.pipe_config, in ac_surface_print_info()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_radeon_winsys.h144 unsigned pipe_config; member
H A Dradv_image.c434 surface->u.legacy.pipe_config = md->u.legacy.pipe_config; in radv_patch_surface_from_metadata()
1395 metadata->u.legacy.pipe_config = surface->u.legacy.pipe_config; in radv_init_metadata()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c283 metadata->u.legacy.pipe_config = surface->u.legacy.pipe_config; in r600_texture_init_metadata()
299 surf->u.legacy.pipe_config = metadata->u.legacy.pipe_config; in r600_surface_import_metadata()
838 rtex->surface.u.legacy.tile_split, rtex->surface.u.legacy.pipe_config, in r600_print_texture_info()
/third_party/mesa3d/src/gallium/include/winsys/
H A Dradeon_winsys.h222 unsigned pipe_config; member
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c910 tiling_flags |= AMDGPU_TILING_SET(PIPE_CONFIG, md->u.legacy.pipe_config); in radv_amdgpu_winsys_bo_set_metadata()
958 md->u.legacy.pipe_config = AMDGPU_TILING_GET(tiling_flags, PIPE_CONFIG); in radv_amdgpu_winsys_bo_get_metadata()
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp1595 pCfg->info.pipeConfig = static_cast<AddrPipeCfg>(gbTileMode.f.pipe_config + 1); in ReadGbTileMode()
H A Dsiaddrlib.cpp3086 pCfg->info.pipeConfig = static_cast<AddrPipeCfg>(gbTileMode.f.pipe_config + 1);

Completed in 34 milliseconds