Home
last modified time | relevance | path

Searched refs:texture_offset (Results 1 – 8 of 8) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_build.c786 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset() local
788 texture_offset.Index = 0; in tgsi_default_texture_offset()
789 texture_offset.File = 0; in tgsi_default_texture_offset()
790 texture_offset.SwizzleX = 0; in tgsi_default_texture_offset()
791 texture_offset.SwizzleY = 0; in tgsi_default_texture_offset()
792 texture_offset.SwizzleZ = 0; in tgsi_default_texture_offset()
793 texture_offset.Padding = 0; in tgsi_default_texture_offset()
795 return texture_offset; in tgsi_default_texture_offset()
804 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset() local
806 texture_offset.Index = index; in tgsi_build_texture_offset()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c803 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset() local
805 texture_offset.Index = 0; in tgsi_default_texture_offset()
806 texture_offset.File = 0; in tgsi_default_texture_offset()
807 texture_offset.SwizzleX = 0; in tgsi_default_texture_offset()
808 texture_offset.SwizzleY = 0; in tgsi_default_texture_offset()
809 texture_offset.SwizzleZ = 0; in tgsi_default_texture_offset()
810 texture_offset.Padding = 0; in tgsi_default_texture_offset()
812 return texture_offset; in tgsi_default_texture_offset()
822 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset() local
824 texture_offset.Index = index; in tgsi_build_texture_offset()
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c1526 static unsigned texture_offset(struct radeon_surf *surface, unsigned layer, in texture_offset() function
1596 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0, type); in si_uvd_set_dt_surfaces()
1598 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type); in si_uvd_set_dt_surfaces()
1600 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1, type); in si_uvd_set_dt_surfaces()
1602 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type); in si_uvd_set_dt_surfaces()
1623 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0, type); in si_uvd_set_dt_surfaces()
1624 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type); in si_uvd_set_dt_surfaces()
1626 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1, type); in si_uvd_set_dt_surfaces()
1627 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type); in si_uvd_set_dt_surfaces()
/external/libdrm/include/drm/
Dsavage_drm.h99 unsigned int texture_offset; member
Dmga_drm.h294 unsigned int texture_offset[MGA_NR_TEX_HEAPS]; member
/external/kernel-headers/original/uapi/drm/
Dsavage_drm.h99 unsigned int texture_offset; member
Dmga_drm.h294 unsigned int texture_offset[MGA_NR_TEX_HEAPS]; member
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c1414 static unsigned texture_offset(struct radeon_surf *surface, unsigned layer) in texture_offset() function
1471 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0); in ruvd_set_dt_surfaces()
1473 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0); in ruvd_set_dt_surfaces()
1475 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1); in ruvd_set_dt_surfaces()
1477 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1); in ruvd_set_dt_surfaces()