Searched defs:blend_alpha (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c591 unsigned blend_alpha = 0; /* least optimal, supports blending and exports alpha */ local
614 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_UINT16_ABGR;
616 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_SINT16_ABGR;
618 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_FP16_ABGR;
636 blend_alpha = V_028714_SPI_SHADER_32_AR;
638 blend = blend_alpha = V_028714_SPI_SHADER_32_AR;
644 blend_alpha = V_028714_SPI_SHADER_32_ABGR;
646 blend = blend_alpha = V_028714_SPI_SHADER_32_AR;
650 blend = blend_alpha = V_028714_SPI_SHADER_32_ABGR;
652 alpha = blend = blend_alpha
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1721 LLVMValueRef blend_alpha; local
2099 blend_alpha = lp_build_extract_broadcast(gallivm, blend_type, row_type, blend_color, lp_build_const_int32(gallivm, 3));
2321 has_alpha ? NULL : blend_alpha,
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c1952 unsigned blend_alpha = 0; /* least optimal, supports blending and exports alpha */ local
1970 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_UINT16_ABGR;
1972 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_SINT16_ABGR;
1974 alpha = blend = blend_alpha = normal = V_028714_SPI_SHADER_FP16_ABGR;
1992 blend_alpha = V_028714_SPI_SHADER_32_AR;
1994 blend = blend_alpha = V_028714_SPI_SHADER_32_AR;
2000 blend_alpha = V_028714_SPI_SHADER_32_ABGR;
2002 blend = blend_alpha = V_028714_SPI_SHADER_32_AR;
2006 blend = blend_alpha = V_028714_SPI_SHADER_32_ABGR;
2008 alpha = blend = blend_alpha
[all...]

Completed in 228 milliseconds