Home
last modified time | relevance | path

Searched refs:ImgFormatDesc (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1061 struct ImgFormatDesc struct
1070 static const struct ImgFormatDesc formatTable[IMG_FORMAT_COUNT]; argument
1071 static const struct ImgFormatDesc *translateImgFormat(
1114 const struct ImgFormatDesc *format;
Dnv50_ir.cpp976 const struct TexInstruction::ImgFormatDesc TexInstruction::formatTable[] =
1027 const struct TexInstruction::ImgFormatDesc *
Dnv50_ir_lowering_nv50.cpp1661 getPackedType(const TexInstruction::ImgFormatDesc *t, int c) in getPackedType()
1705 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoords()
1841 const TexInstruction::ImgFormatDesc *format = su->tex.format; in handleSULDP()
1990 const TexInstruction::ImgFormatDesc *format = su->tex.format; in handleSUSTP()
Dnv50_ir_lowering_nvc0.cpp2174 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsNVE4()
2194 getSrcType(const TexInstruction::ImgFormatDesc *t, int c) in getSrcType()
2230 const TexInstruction::ImgFormatDesc *format = su->tex.format; in convertSurfaceFormat()
2520 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsNVC0()
2654 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsGM107()
Dnv50_ir_from_tgsi.cpp225 const nv50_ir::TexInstruction::ImgFormatDesc *getImageFormat() const { in getImageFormat()