Home
last modified time | relevance | path

Searched refs:color_mask (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c48 .color_mask = 0xF,
62 .color_mask = 0xF,
81 .color_mask = 0xF,
101 .color_mask = 0xF,
120 .color_mask = 0xF,
140 .color_mask = 0xF,
159 .color_mask = 0xF,
177 .color_mask = 0x3,
191 .color_mask = 0xA,
209 .color_mask
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_blit.h137 uint16_t color_mask = 0; in nv50_blit_derive_color_mask() local
144 color_mask |= 0x1000; in nv50_blit_derive_color_mask()
146 color_mask |= 0x0111; in nv50_blit_derive_color_mask()
152 color_mask |= 0x0001; in nv50_blit_derive_color_mask()
154 color_mask |= 0x1110; in nv50_blit_derive_color_mask()
157 if (mask & (PIPE_MASK_R | PIPE_MASK_Z)) color_mask |= 0x0001; in nv50_blit_derive_color_mask()
158 if (mask & (PIPE_MASK_G | PIPE_MASK_S)) color_mask |= 0x0010; in nv50_blit_derive_color_mask()
159 if (mask & PIPE_MASK_B) color_mask |= 0x0100; in nv50_blit_derive_color_mask()
160 if (mask & PIPE_MASK_A) color_mask |= 0x1000; in nv50_blit_derive_color_mask()
164 return color_mask; in nv50_blit_derive_color_mask()
[all...]
H A Dnv50_surface.c848 uint16_t color_mask; member
1208 PUSH_DATA (push, blit->color_mask); in nv50_blitctx_prepare_state()
1384 blit->color_mask = nv50_blit_derive_color_mask(info); in nv50_blit_3d()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c287 if (equation.color_mask != 0xF) in pan_blend_is_opaque()
347 if (eq.color_mask & 0x8) { in pan_blend_alpha_zero_nop()
352 if (eq.color_mask & 0x7) { in pan_blend_alpha_zero_nop()
385 if (eq.color_mask != 0xf) in pan_blend_alpha_one_store()
409 return (equation.color_mask && equation.color_mask != 0xF) || in pan_blend_reads_dest()
427 out->color_mask = equation.color_mask; in pan_blend_to_fixed_function_equation()
451 out->color_mask = equation.color_mask; in pan_blend_to_fixed_function_equation()
[all...]
H A Dpan_blend.h52 unsigned color_mask : 4; member
H A Dpan_blitter.c150 cfg.equation.color_mask = 0xf; in pan_blitter_emit_blend()
313 cfg.blend_equation.color_mask = 0xf; in pan_blitter_emit_rsd()
379 .color_mask = 0xf, in pan_blitter_get_blend_shaders()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c427 LLVMValueRef color_mask = in lp_build_blend_aos() local
431 lp_build_name(color_mask, "color_mask"); in lp_build_blend_aos()
439 mask = lp_build_and(&bld.base, color_mask, mask); in lp_build_blend_aos()
443 mask = color_mask; in lp_build_blend_aos()
/third_party/libdrm/include/drm/
H A Dr128_drm.h262 unsigned int color_mask; member
H A Dmga_drm.h371 unsigned int color_mask; member
H A Dradeon_drm.h620 unsigned int color_mask; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c117 options.rt[rt].colormask = rt_state->equation.color_mask; in panvk_lower_blend()
144 rt_state->equation.color_mask = 0xf; in panvk_lower_blend()
H A Dpanvk_vX_pipeline.c560 out->equation.color_mask = in->colorWriteMask; in panvk_pipeline_builder_parse_color_blend()
712 if (blend->rts[i].equation.color_mask) in panvk_fs_required()
H A Dpanvk_vX_meta_clear.c114 cfg.equation.color_mask = 0xf; in panvk_meta_clear_color_attachment_emit_rsd()
H A Dpanvk_vX_cs.c614 if (!blend->rt_count || !rts->equation.color_mask) { in emit_blend()
/third_party/astc-encoder/Source/
H A Dastcenc_internal.h860 vmask4 color_mask = this->data_min == this->data_max; in is_constant_channel() local
861 return any(lane_mask & color_mask); in is_constant_channel()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp810 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls", in init()
H A Des2pRedundantStateChangeTests.cpp735 ADD_TESTCASE(color_mask, "Change color mask.", in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp872 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls", in init()
H A Des3pRedundantStateChangeTests.cpp809 ADD_TESTCASE(color_mask, "Change color mask.", in init()
H A Des3pStateChangeTests.cpp903 ADD_TESTCASE(color_mask, "Change color mask.", in init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c818 uint16_t color_mask; member
1018 PUSH_DATA (push, blit->color_mask); in nvc0_blitctx_prepare_state()
1213 blit->color_mask = nv50_blit_derive_color_mask(info); in nvc0_blit_3d()
/third_party/googletest/googletest/src/
H A Dgtest.cc3176 static int GetBitOffset(WORD color_mask) {
3177 if (color_mask == 0) return 0;
3180 while ((color_mask & 1) == 0) {
3181 color_mask >>= 1;
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2942 static int GetBitOffset(WORD color_mask) { in GetBitOffset() argument
2943 if (color_mask == 0) return 0; in GetBitOffset()
2946 while ((color_mask & 1) == 0) { in GetBitOffset()
2947 color_mask >>= 1; in GetBitOffset()
/third_party/node/deps/googletest/src/
H A Dgtest.cc3187 static int GetBitOffset(WORD color_mask) {
3188 if (color_mask == 0) return 0;
3191 while ((color_mask & 1) == 0) {
3192 color_mask >>= 1;
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c590 cfg.blend_equation.color_mask = 0xf; in panfrost_prepare_fs_state()
4467 equation.color_mask = pipe.colormask; in panfrost_create_blend_state()
4487 .no_colour = (equation.color_mask == 0), in panfrost_create_blend_state()

Completed in 56 milliseconds

12