| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 801 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 D | tgsi_build.c | 798 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 D | mga_common.h | 81 unsigned int texture_offset[DRM_MGA_NR_TEX_HEAPS]; member in struct:__anon339d47a40208
|
| H A D | mga_dri.c | 587 init.texture_offset[0] = pMGADRIServer->textureOffset; 598 init.texture_offset[1] = pMGADRIServer->agpTextures.handle;
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_common.h | 60 unsigned int texture_offset; member in struct:__anon1e256b680108
|
| H A D | savage_drm.h | 188 unsigned int texture_offset[SAVAGE_NR_TEX_HEAPS]; member in struct:drm_savage_init
|
| H A D | savage_dri.c | 606 init.texture_offset = pSAVAGEDRIServer->textureOffset;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emittexinstruction.h | 55 PValue texture_offset; member in struct:r600::EmitTexInstruction::TexInputs
|
| H A D | sfn_emittexinstruction.cpp | 92 src.texture_offset, bim_none); 581 src.texture_offset = from_nir(instr.src[i], 0);
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | savage_drm.h | 99 unsigned int texture_offset; member in struct:drm_savage_init
|
| H A D | mga_drm.h | 294 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 D | radeon_uvd.c | 1380 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 D | radeon_uvd.c | 1376 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 D | radeon_uvd.c | 1171 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 D | radeon_uvd.c | 1415 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);
|