Searched defs:array_mode (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/chip/r800/ |
H A D | si_gb_reg.h | 105 unsigned int array_mode : 4; member 140 unsigned int array_mode : 4; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state_validate.c | 26 uint32_t array_size = 0xffff, array_mode = 0; in nv50_validate_fb() local
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_image.c | 585 unsigned array_mode = radv_choose_tiling(device, pCreateInfo, image_format); in radv_get_surface_flags() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_texture.c | 1110 enum radeon_surf_mode array_mode; in r600_texture_from_handle() local 1880 enum radeon_surf_mode array_mode; in r600_texture_from_memobj() local 197 r600_init_surface(struct r600_common_screen *rscreen, struct radeon_surf *surface, const struct pipe_resource *ptex, enum radeon_surf_mode array_mode, unsigned pitch_in_bytes_override, unsigned offset, bool is_imported, bool is_scanout, bool is_flushed_depth) r600_init_surface() argument 293 r600_surface_import_metadata(struct r600_common_screen *rscreen, struct radeon_surf *surf, struct radeon_bo_metadata *metadata, enum radeon_surf_mode *array_mode, bool *is_scanout) r600_surface_import_metadata() argument [all...] |
H A D | r600_state.c | 675 unsigned char swizzle[4], array_mode = 0; in r600_create_sampler_view_custom() local 1046 unsigned level, pitch, slice, format, offset, array_mode; in r600_init_depth_surface() local 2868 unsigned array_mode, lbp in r600_dma_copy_tile() local [all...] |
H A D | evergreen_state.c | 734 unsigned char array_mode = 0, non_disp_tiling = 0; in evergreen_fill_tex_resource_words() local 1361 unsigned format, array_mode; in evergreen_init_depth_surface() local 3782 unsigned array_mode, lbp in evergreen_dma_copy_tile() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 173 si_init_surface(struct si_screen *sscreen, struct radeon_surf *surface, const struct pipe_resource *ptex, enum radeon_surf_mode array_mode, uint64_t modifier, bool is_imported, bool is_scanout, bool is_flushed_depth, bool tc_compatible_htile) si_init_surface() argument
|
H A D | radeon_uvd_enc.h | 295 uint32_t array_mode; member
|
Completed in 22 milliseconds