Home
last modified time | relevance | path

Searched refs:GGLPixelFormat (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_interface.h52 enum GGLPixelFormat format;
62 enum GGLPixelFormat format; // affects vs/fs jit
106 enum GGLPixelFormat colorFormat, depthFormat, stencilFormat;
357 void GGLScanLine(const gl_shader_program_t * program, const enum GGLPixelFormat colorFormat,
Dpixelflinger2_format.h23 enum GGLPixelFormat { enum
/external/mesa3d/src/pixelflinger2/
Dtexture.h36 template<GGLPixelFormat format>
Dtexture.cpp79 template<GGLPixelFormat format>
138 template<GGLPixelFormat format, ChannelType output, unsigned minMag, unsigned wrapS, unsigned wrapT>
192 template<GGLPixelFormat format, ChannelType output, unsigned minMag, unsigned wrapS, unsigned wrapT>
Dllvm_scanline.cpp209 static Value * IntVectorToScreenColor(IRBuilder<> & builder, const GGLPixelFormat format, Value * s… in IntVectorToScreenColor()
240 static Value * ScreenColorToIntVector(IRBuilder<> & builder, const GGLPixelFormat format, Value * s… in ScreenColorToIntVector()
261 Value * GenerateFSBlend(const GGLState * gglCtx, const GGLPixelFormat format, /*const RegDesc * reg… in GenerateFSBlend()
Dscanline.cpp186 void GGLScanLine(const gl_shader_program * program, const GGLPixelFormat colorFormat, in GGLScanLine()
Dllvm_texture.cpp31 …pointSample(IRBuilder<> & builder, Value * textureData, Value * index, const GGLPixelFormat format) in pointSample()
146 const GGLPixelFormat format/*, const RegDesc * dstDesc*/) in linearSample()
Dshader.cpp102 GGLPixelFormat textureFormats[GGL_MAXCOMBINEDTEXTUREIMAGEUNITS];