Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h982 struct ImgFormatDesc struct
991 static const struct ImgFormatDesc formatTable[IMG_FORMAT_COUNT]; argument
1033 const struct ImgFormatDesc *format;
Dnv50_ir_lowering_nvc0.cpp2052 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsNVE4()
2072 getSrcType(const TexInstruction::ImgFormatDesc *t, int c) in getSrcType()
2108 const TexInstruction::ImgFormatDesc *format = su->tex.format; in convertSurfaceFormat()
2272 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsNVC0()
2371 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsGM107()
Dnv50_ir.cpp965 const struct TexInstruction::ImgFormatDesc TexInstruction::formatTable[] =
Dnv50_ir_from_tgsi.cpp226 const nv50_ir::TexInstruction::ImgFormatDesc *getImageFormat() const { in getImageFormat()