Home
last modified time | relevance | path

Searched defs:blend_func (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h41 static INLINE uint32_t r300_translate_blend_function(int blend_func, in r300_translate_blend_function()
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp158 void blend_func (NegativeTestContext& ctx) in blend_func() function
/external/mesa3d/src/mesa/swrast/
Ds_context.h60 typedef void (_ASMAPIP blend_func)( struct gl_context *ctx, GLuint n, typedef
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c32 static uint32_t r600_translate_blend_function(int blend_func) in r600_translate_blend_function()
Devergreen_state.c88 static uint32_t r600_translate_blend_function(int blend_func) in r600_translate_blend_function()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c64 static uint32_t si_translate_blend_function(int blend_func) in si_translate_blend_function()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_structs.h215 GLuint blend_func:3; member