Home
last modified time | relevance | path

Searched refs:GEBlendSrcFactor (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/
H A DGPUState.h235 GEBlendSrcFactor getBlendFuncA() const { return (GEBlendSrcFactor)(blend & 0xF); } in getBlendFuncA()
H A Dge_constants.h475 enum GEBlendSrcFactor enum
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h235 GEBlendSrcFactor getBlendFuncA() const { return (GEBlendSrcFactor)(blend & 0xF); } in getBlendFuncA()
H A Dge_constants.h475 enum GEBlendSrcFactor enum
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/
H A DGPUState.h235 GEBlendSrcFactor getBlendFuncA() const { return (GEBlendSrcFactor)(blend & 0xF); } in getBlendFuncA()
H A Dge_constants.h475 enum GEBlendSrcFactor enum
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DFragmentShaderGenerator.cpp98 GEBlendSrcFactor replaceBlendFuncA = (GEBlendSrcFactor)id.Bits(FS_BIT_BLENDFUNC_A, 4); in GenerateFragmentShader()
H A DGPUStateUtils.cpp279 GEBlendSrcFactor funcA = gstate.getBlendFuncA(); in ReplaceBlendWithShader()
1084 GEBlendSrcFactor blendFuncA = gstate.getBlendFuncA(); in ConvertBlendState()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DFragmentShaderGenerator.cpp98 GEBlendSrcFactor replaceBlendFuncA = (GEBlendSrcFactor)id.Bits(FS_BIT_BLENDFUNC_A, 4); in GenerateFragmentShader()
H A DGPUStateUtils.cpp279 GEBlendSrcFactor funcA = gstate.getBlendFuncA(); in ReplaceBlendWithShader()
1084 GEBlendSrcFactor blendFuncA = gstate.getBlendFuncA(); in ConvertBlendState()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DFragmentShaderGenerator.cpp98 GEBlendSrcFactor replaceBlendFuncA = (GEBlendSrcFactor)id.Bits(FS_BIT_BLENDFUNC_A, 4); in GenerateFragmentShader()
H A DGPUStateUtils.cpp279 GEBlendSrcFactor funcA = gstate.getBlendFuncA(); in ReplaceBlendWithShader()
1084 GEBlendSrcFactor blendFuncA = gstate.getBlendFuncA(); in ConvertBlendState()