/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 48 .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 D | nv50_blit.h | 137 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 D | nv50_surface.c | 848 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 D | pan_blend.c | 287 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 D | pan_blend.h | 52 unsigned color_mask : 4; member
|
H A D | pan_blitter.c | 150 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 D | lp_bld_blend_aos.c | 427 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 D | r128_drm.h | 262 unsigned int color_mask; member
|
H A D | mga_drm.h | 371 unsigned int color_mask; member
|
H A D | radeon_drm.h | 620 unsigned int color_mask; member
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_shader.c | 117 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 D | panvk_vX_pipeline.c | 560 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 D | panvk_vX_meta_clear.c | 114 cfg.equation.color_mask = 0xf; in panvk_meta_clear_color_attachment_emit_rsd()
|
H A D | panvk_vX_cs.c | 614 if (!blend->rt_count || !rts->equation.color_mask) { in emit_blend()
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_internal.h | 860 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 D | es2pStateChangeCallTests.cpp | 810 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls", in init()
|
H A D | es2pRedundantStateChangeTests.cpp | 735 ADD_TESTCASE(color_mask, "Change color mask.", in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 872 ADD_ARG_CASE4(color_mask, "Test cost of glColorMask() calls", in init()
|
H A D | es3pRedundantStateChangeTests.cpp | 809 ADD_TESTCASE(color_mask, "Change color mask.", in init()
|
H A D | es3pStateChangeTests.cpp | 903 ADD_TESTCASE(color_mask, "Change color mask.", in init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 818 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 D | gtest.cc | 3176 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 D | gtest.cc | 2942 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 D | gtest.cc | 3187 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 D | pan_cmdstream.c | 590 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()
|