Home
last modified time | relevance | path

Searched refs:dstA (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c62 unsigned dstRGB, unsigned dstA) in blend_discard_if_src_alpha_0()
77 (dstA == PIPE_BLENDFACTOR_INV_SRC_COLOR || in blend_discard_if_src_alpha_0()
78 dstA == PIPE_BLENDFACTOR_INV_SRC_ALPHA || in blend_discard_if_src_alpha_0()
79 dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_alpha_0()
83 unsigned dstRGB, unsigned dstA) in blend_discard_if_src_alpha_1()
96 (dstA == PIPE_BLENDFACTOR_SRC_COLOR || in blend_discard_if_src_alpha_1()
97 dstA == PIPE_BLENDFACTOR_SRC_ALPHA || in blend_discard_if_src_alpha_1()
98 dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_alpha_1()
102 unsigned dstRGB, unsigned dstA) in blend_discard_if_src_color_0()
113 (dstA in blend_discard_if_src_color_0()
61 blend_discard_if_src_alpha_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) blend_discard_if_src_alpha_0() argument
82 blend_discard_if_src_alpha_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) blend_discard_if_src_alpha_1() argument
101 blend_discard_if_src_color_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) blend_discard_if_src_color_0() argument
116 blend_discard_if_src_color_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) blend_discard_if_src_color_1() argument
131 blend_discard_if_src_alpha_color_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) blend_discard_if_src_alpha_color_0() argument
154 blend_discard_if_src_alpha_color_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) blend_discard_if_src_alpha_color_1() argument
175 blend_discard_conditionally(unsigned eqRGB, unsigned eqA, unsigned dstRGB, unsigned dstA, unsigned srcRGB, unsigned srcA) blend_discard_conditionally() argument
274 blend_read_enable(unsigned eqRGB, unsigned eqA, unsigned dstRGB, unsigned dstA, unsigned srcRGB, unsigned srcA, boolean src_alpha_optz) blend_read_enable() argument
357 const unsigned dstA = state->rt[0].alpha_dst_factor; r300_create_blend_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c161 unsigned dstA = blend->rt[0].alpha_dst_factor; in i915_create_blend_state() local
167 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in i915_create_blend_state()
173 DST_ABLND_FACT(i915_translate_blend_factor(dstA)) | in i915_create_blend_state()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrFragmentOperations.cpp659 const float dstA = dstColor.w(); in executeAdvancedBlend() local
660 const float p0 = srcA*dstA; in executeAdvancedBlend()
661 const float p1 = srcA*(1.0f-dstA); in executeAdvancedBlend()
662 const float p2 = dstA*(1.0f-srcA); in executeAdvancedBlend()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c735 unsigned dstA = info->cb.att[i].dst_alpha_blend_factor; in radv_pipeline_init_blend_state() local
757 is_dual_src(gfx_level, srcA) || is_dual_src(gfx_level, dstA)) in radv_pipeline_init_blend_state()
768 dstA = V_028780_BLEND_ONE; in radv_pipeline_init_blend_state()
772 radv_blend_check_commutativity(gfx_level, &blend, eqA, srcA, dstA, 0x8u << (4 * i)); in radv_pipeline_init_blend_state()
783 si_blend_remove_dst(&eqA, &srcA, &dstA, V_028780_BLEND_DST_COLOR, in radv_pipeline_init_blend_state()
786 si_blend_remove_dst(&eqA, &srcA, &dstA, V_028780_BLEND_DST_ALPHA, in radv_pipeline_init_blend_state()
793 dstA_opt = si_translate_blend_opt_factor(dstA, true); in radv_pipeline_init_blend_state()
817 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in radv_pipeline_init_blend_state()
821 blend_cntl |= S_028780_ALPHA_DESTBLEND(dstA); in radv_pipeline_init_blend_state()
/third_party/skia/third_party/skcms/
H A Dskcms.cc1631 uint8_t dstA[252],
1635 dstA, skcms_PixelFormat_RGB_888, skcms_AlphaFormat_Unpremul, skcms_XYZD50_profile(),
1648 if (abs((int)dstA[i] - (int)dstB[i]) > 1) {
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c506 unsigned dstA = state->rt[j].alpha_dst_factor; in si_create_blend_state_mode() local
548 si_blend_check_commutativity(sctx->screen, blend, eqA, srcA, dstA, 0x8 << (4 * i)); in si_create_blend_state_mode()
558 si_blend_remove_dst(&eqA, &srcA, &dstA, PIPE_BLENDFACTOR_DST_COLOR, in si_create_blend_state_mode()
560 si_blend_remove_dst(&eqA, &srcA, &dstA, PIPE_BLENDFACTOR_DST_ALPHA, in si_create_blend_state_mode()
567 dstA_opt = si_translate_blend_opt_factor(dstA, true); in si_create_blend_state_mode()
593 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in si_create_blend_state_mode()
597 blend_cntl |= S_028780_ALPHA_DESTBLEND(si_translate_blend_factor(sctx->gfx_level, dstA)); in si_create_blend_state_mode()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c300 unsigned dstA = state->rt[j].alpha_dst_factor; in r600_get_blend_control() local
310 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in r600_get_blend_control()
314 bc |= S_028804_ALPHA_DESTBLEND(r600_translate_blend_factor(dstA)); in r600_get_blend_control()
H A Devergreen_state.c386 unsigned dstA = state->rt[j].alpha_dst_factor; in evergreen_create_blend_state_mode() local
401 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB) { in evergreen_create_blend_state_mode()
405 bc |= S_028780_ALPHA_DESTBLEND(r600_translate_blend_factor(dstA)); in evergreen_create_blend_state_mode()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanPerformanceCounterTest.cpp372 GLBuffer dstA; in TEST_P() local
373 glBindBuffer(GL_COPY_WRITE_BUFFER, dstA); in TEST_P()
390 glBindBuffer(GL_COPY_WRITE_BUFFER, dstA); in TEST_P()

Completed in 53 milliseconds