Searched refs:texture_offset (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c801 struct tgsi_texture_offset texture_offset; local in function:tgsi_default_texture_offset
803 texture_offset.Index = 0;
804 texture_offset.File = 0;
805 texture_offset.SwizzleX = 0;
806 texture_offset.SwizzleY = 0;
807 texture_offset.SwizzleZ = 0;
808 texture_offset.Padding = 0;
810 return texture_offset;
819 struct tgsi_texture_offset texture_offset; local in function:tgsi_build_texture_offset
821 texture_offset
1110 struct tgsi_texture_offset *texture_offset; local in function:tgsi_build_full_instruction
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c798 struct tgsi_texture_offset texture_offset; local in function:tgsi_default_texture_offset
800 texture_offset.Index = 0;
801 texture_offset.File = 0;
802 texture_offset.SwizzleX = 0;
803 texture_offset.SwizzleY = 0;
804 texture_offset.SwizzleZ = 0;
805 texture_offset.Padding = 0;
807 return texture_offset;
816 struct tgsi_texture_offset texture_offset; local in function:tgsi_build_texture_offset
818 texture_offset
1107 struct tgsi_texture_offset *texture_offset; local in function:tgsi_build_full_instruction
[all...]
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_common.h81 unsigned int texture_offset[DRM_MGA_NR_TEX_HEAPS]; member in struct:__anon339d47a40208
H A Dmga_dri.c587 init.texture_offset[0] = pMGADRIServer->textureOffset;
598 init.texture_offset[1] = pMGADRIServer->agpTextures.handle;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_common.h60 unsigned int texture_offset; member in struct:__anon1e256b680108
H A Dsavage_drm.h188 unsigned int texture_offset[SAVAGE_NR_TEX_HEAPS]; member in struct:drm_savage_init
H A Dsavage_dri.c606 init.texture_offset = pSAVAGEDRIServer->textureOffset;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_emittexinstruction.h55 PValue texture_offset; member in struct:r600::EmitTexInstruction::TexInputs
H A Dsfn_emittexinstruction.cpp92 src.texture_offset, bim_none);
581 src.texture_offset = from_nir(instr.src[i], 0);
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dsavage_drm.h99 unsigned int texture_offset; member in struct:drm_savage_init
H A Dmga_drm.h294 unsigned int texture_offset[MGA_NR_TEX_HEAPS]; member in struct:drm_mga_init
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd.c1380 static unsigned texture_offset(struct radeon_surf *surface, unsigned layer, function in typeref:typename:unsigned
1450 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0, type);
1452 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type);
1454 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1, type);
1456 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type);
1477 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0, type);
1478 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type);
1480 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1, type);
1481 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_uvd.c1376 static unsigned texture_offset(struct radeon_surf *surface, unsigned layer, function in typeref:typename:unsigned
1461 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0, type);
1463 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type);
1465 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1, type);
1467 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type);
1489 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0, type);
1490 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0, type);
1492 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1, type);
1493 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1, type);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.c1171 static unsigned texture_offset(struct radeon_surf *surface, unsigned layer) function in typeref:typename:unsigned
1228 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0);
1230 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0);
1232 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1);
1234 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.c1415 static unsigned texture_offset(struct radeon_surf *surface, unsigned layer) function in typeref:typename:unsigned
1472 msg->body.decode.dt_luma_top_offset = texture_offset(luma, 0);
1474 msg->body.decode.dt_chroma_top_offset = texture_offset(chroma, 0);
1476 msg->body.decode.dt_luma_bottom_offset = texture_offset(luma, 1);
1478 msg->body.decode.dt_chroma_bottom_offset = texture_offset(chroma, 1);

Completed in 29 milliseconds