OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htile_alignment
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/amd/common/
ac_surface.h
198
uint32_t
htile_alignment
;
member in struct:radeon_surf
ac_surface.c
379
surf->
htile_alignment
= AddrHtileOut->baseAlign;
690
surf->
htile_alignment
= 1;
924
surf->
htile_alignment
= hout.baseAlign;
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c
1025
rtex->surface.
htile_alignment
= base_align;
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
r600_texture.c
786
rtex->surface.
htile_alignment
= base_align;
800
rtex->htile_offset = align(rtex->size, rtex->surface.
htile_alignment
);
844
rtex->surface.
htile_alignment
);
[
all
...]
/external/mesa3d/src/amd/vulkan/
radv_image.c
808
image->htile_offset = align64(image->size, image->surface.
htile_alignment
);
813
image->alignment = align64(image->alignment, image->surface.
htile_alignment
);
[
all
...]
Completed in 229 milliseconds