Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c798 struct tgsi_texture_offset texture_offset; in tgsi_default_texture_offset() local
800 texture_offset.Index = 0; in tgsi_default_texture_offset()
801 texture_offset.File = 0; in tgsi_default_texture_offset()
802 texture_offset.SwizzleX = 0; in tgsi_default_texture_offset()
803 texture_offset.SwizzleY = 0; in tgsi_default_texture_offset()
804 texture_offset.SwizzleZ = 0; in tgsi_default_texture_offset()
805 texture_offset.Padding = 0; in tgsi_default_texture_offset()
807 return texture_offset; in tgsi_default_texture_offset()
816 struct tgsi_texture_offset texture_offset; in tgsi_build_texture_offset() local
818 texture_offset.Index = index; in tgsi_build_texture_offset()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_uvd.c1376 static unsigned texture_offset(struct radeon_surf *surface, unsigned layer, in texture_offset() function
1461 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0, type); in si_uvd_set_dt_surfaces()
1463 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type); in si_uvd_set_dt_surfaces()
1465 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1, type); in si_uvd_set_dt_surfaces()
1467 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type); in si_uvd_set_dt_surfaces()
1489 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0, type); in si_uvd_set_dt_surfaces()
1490 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type); in si_uvd_set_dt_surfaces()
1492 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1, type); in si_uvd_set_dt_surfaces()
1493 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type); in si_uvd_set_dt_surfaces()
/third_party/libdrm/include/drm/
Dsavage_drm.h99 unsigned int texture_offset; member
Dmga_drm.h294 unsigned int texture_offset[MGA_NR_TEX_HEAPS]; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c1171 static unsigned texture_offset(struct radeon_surf *surface, unsigned layer) in texture_offset() function
1228 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0); in ruvd_set_dt_surfaces()
1230 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0); in ruvd_set_dt_surfaces()
1232 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1); in ruvd_set_dt_surfaces()
1234 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1); in ruvd_set_dt_surfaces()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp495 if (src.texture_offset) in emit_buf_txf()
496 tex_offset = shader.emit_load_to_register(src.texture_offset); in emit_buf_txf()
958 texture_offset(nullptr), in Inputs()
1002 texture_offset = vf.src(instr.src[i], 0); in Inputs()
Dsfn_instr_tex.h93 PVirtualValue texture_offset; member