HomeSort by relevance Sort by last modified time
    Searched defs:BlendFunc (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
blend.h 181 INLINE void BlendFunc(SWR_BLEND_OP blendOp, simdvector &src, simdvector &srcFactor, simdvector &dst, simdvector &dstFactor, simdvector &out)
308 BlendFunc<true, false>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result);
309 BlendFunc<false, true>((SWR_BLEND_OP)pState->alphaBlendFunc, src, srcFactor, dst, dstFactor, result);
316 BlendFunc<true, true>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 241 void BlendFunc(SWR_BLEND_OP blendOp, Value* src[4], Value* srcFactor[4], Value* dst[4], Value* dstFactor[4], Value* result[4])
538 Function* blendFunc = Function::Create(fTy, GlobalValue::ExternalLinkage, fnName.str(), JM()->mpCurrentModule);
540 BasicBlock* entry = BasicBlock::Create(JM()->mContext, "entry", blendFunc);
545 auto argitr = blendFunc->arg_begin();
637 BlendFunc<true, false>(state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result);
638 BlendFunc<false, true>(state.blendState.alphaBlendFunc, src, srcFactor, dst, dstFactor, result);
645 BlendFunc<true, true>(state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result);
789 JitManager::DumpToFile(blendFunc, "");
805 passes.run(*blendFunc);
807 JitManager::DumpToFile(blendFunc, "optimized")
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 160 enum BlendFunc
210 BlendFunc srcFunc;
211 BlendFunc dstFunc;
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 133 struct BlendFunc
135 BlendFunc (deUint32 src_, deUint32 dst_)
147 SeparateBlendFunc (BlendFunc rgb_, BlendFunc alpha_)
153 BlendFunc rgb;
154 BlendFunc alpha;
165 const Maybe<Either<BlendFunc, SeparateBlendFunc> >& blendFunc_,
169 , blendFunc (blendFunc_)
176 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask);
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 314 blend_func BlendFunc;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 294 abstract class BlendFunc {
394 BlendFunc blend_dstAtop = new BlendFunc() {
411 BlendFunc blend_dstIn = new BlendFunc() {
427 BlendFunc blend_add = new BlendFunc() {
445 BlendFunc blend_clear = new BlendFunc() {
457 BlendFunc blend_dst = new BlendFunc()
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.cpp 290 void BlendFunc(GLenum sfactor, GLenum dfactor)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.cpp 450 void BlendFunc(GLenum sfactor, GLenum dfactor)
    [all...]
  /external/libmojo/mojo/gpu/
mojo_gles2_impl_autogen.cc 81 void MojoGLES2Impl::BlendFunc(GLenum sfactor, GLenum dfactor) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 291 void (GLAPIENTRY * BlendFunc)(GLenum, GLenum);

Completed in 543 milliseconds