Home
last modified time | relevance | path

Searched refs:pipe_config (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/webrtc/video/
Dvideo_loopback.cc198 FakeNetworkPipe::Config pipe_config; in Loopback() local
199 pipe_config.loss_percent = flags::LossPercent(); in Loopback()
200 pipe_config.link_capacity_kbps = flags::LinkCapacityKbps(); in Loopback()
201 pipe_config.queue_length_packets = flags::QueueSize(); in Loopback()
202 pipe_config.queue_delay_ms = flags::AvgPropagationDelayMs(); in Loopback()
203 pipe_config.delay_standard_deviation_ms = flags::StdPropagationDelayMs(); in Loopback()
221 pipe_config, in Loopback()
Dscreenshare_loopback.cc209 FakeNetworkPipe::Config pipe_config; in Loopback() local
210 pipe_config.loss_percent = flags::LossPercent(); in Loopback()
211 pipe_config.link_capacity_kbps = flags::LinkCapacityKbps(); in Loopback()
212 pipe_config.queue_length_packets = flags::QueueSize(); in Loopback()
213 pipe_config.queue_delay_ms = flags::AvgPropagationDelayMs(); in Loopback()
214 pipe_config.delay_standard_deviation_ms = flags::StdPropagationDelayMs(); in Loopback()
232 pipe_config, in Loopback()
/external/mesa3d/src/amd/addrlib/src/chip/r800/
Dsi_gb_reg.h107 unsigned int pipe_config : 5; member
140 unsigned int pipe_config : 5; member
/external/mesa3d/src/freedreno/vulkan/
Dtu_util.c176 assert(max_pipe_count <= ARRAY_SIZE(fb->pipe_config)); in tu_tiling_config_update_pipes()
190 fb->pipe_config[n] = A6XX_VSC_PIPE_CONFIG_REG_X(pipe_x) | in tu_tiling_config_update_pipes()
198 memset(fb->pipe_config + used_pipe_count, 0, in tu_tiling_config_update_pipes()
Dtu_private.h1423 uint32_t pipe_config[MAX_VSC_PIPES]; member
Dtu_cmd_buffer.c870 tu_cs_emit_array(cs, fb->pipe_config, 32); in update_vsc_pipe()
/external/mesa3d/src/amd/common/
Dac_surface.h109 unsigned pipe_config : 5; /* max 17 */ member
Dac_surface.c727 surf->u.legacy.pipe_config = csio->pTileInfo->pipeConfig - 1; in gfx6_surface_settings()
991 AddrTileInfoIn.pipeConfig = surf->u.legacy.pipe_config + 1; /* +1 compared to GB_TILE_MODE */ in gfx6_compute_surface()
2237 surf->u.legacy.pipe_config = AMDGPU_TILING_GET(tiling_flags, PIPE_CONFIG); in ac_surface_set_bo_metadata()
2290 *tiling_flags |= AMDGPU_TILING_SET(PIPE_CONFIG, surf->u.legacy.pipe_config); in ac_surface_get_bo_metadata()
/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h136 unsigned pipe_config; member
Dradv_image.c333 surface->u.legacy.pipe_config = md->u.legacy.pipe_config; in radv_patch_surface_from_metadata()
1237 metadata->u.legacy.pipe_config = surface->u.legacy.pipe_config; in radv_init_metadata()
/external/u-boot/drivers/usb/host/
Dr8a66597-hcd.c243 if (r8a66597->pipe_config & (1 << pipenum)) in pipe_buffer_setting()
245 r8a66597->pipe_config |= (1 << pipenum); in pipe_buffer_setting()
Dr8a66597.h394 unsigned short pipe_config; /* bit field */ member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h220 unsigned pipe_config; member
/external/mesa3d/src/gallium/drivers/r600/
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()
845 rtex->surface.u.legacy.tile_split, rtex->surface.u.legacy.pipe_config, in r600_print_texture_info()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c800 tiling_flags |= AMDGPU_TILING_SET(PIPE_CONFIG, md->u.legacy.pipe_config); in radv_amdgpu_winsys_bo_set_metadata()
846 md->u.legacy.pipe_config = AMDGPU_TILING_GET(tiling_flags, PIPE_CONFIG); in radv_amdgpu_winsys_bo_get_metadata()
/external/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp1596 pCfg->info.pipeConfig = static_cast<AddrPipeCfg>(gbTileMode.f.pipe_config + 1); in ReadGbTileMode()
Dsiaddrlib.cpp3087 pCfg->info.pipeConfig = static_cast<AddrPipeCfg>(gbTileMode.f.pipe_config + 1); in ReadGbTileMode()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c896 tex->surface.u.legacy.pipe_config, (tex->surface.flags & RADEON_SURF_SCANOUT) != 0); in si_print_texture_info()