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.h1035 struct ImgFormatDesc struct
1044 static const struct ImgFormatDesc formatTable[IMG_FORMAT_COUNT]; argument
1045 static const struct ImgFormatDesc *translateImgFormat(
1088 const struct ImgFormatDesc *format;
Dnv50_ir.cpp974 const struct TexInstruction::ImgFormatDesc TexInstruction::formatTable[] =
1025 const struct TexInstruction::ImgFormatDesc *
Dnv50_ir_lowering_nvc0.cpp2173 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsNVE4()
2193 getSrcType(const TexInstruction::ImgFormatDesc *t, int c) in getSrcType()
2229 const TexInstruction::ImgFormatDesc *format = su->tex.format; in convertSurfaceFormat()
2433 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsNVC0()
2567 const TexInstruction::ImgFormatDesc *format = su->tex.format; in processSurfaceCoordsGM107()
Dnv50_ir_from_tgsi.cpp225 const nv50_ir::TexInstruction::ImgFormatDesc *getImageFormat() const { in getImageFormat()