/external/mesa3d/src/compiler/glsl/ |
D | lower_blend_equation_advanced.cpp | 299 ir_variable *src_rgb = f.make_temp(glsl_type::vec3_type, "__blend_src_rgb"); in calc_blend_result() local 319 assign(src_rgb, imm3(0)), in calc_blend_result() 320 assign(src_rgb, csel(equal(swizzle_xyz(src), in calc_blend_result() 342 val = blend_multiply(src_rgb, dst_rgb); in calc_blend_result() 345 val = blend_screen(src_rgb, dst_rgb); in calc_blend_result() 348 val = blend_overlay(src_rgb, dst_rgb); in calc_blend_result() 351 val = blend_darken(src_rgb, dst_rgb); in calc_blend_result() 354 val = blend_lighten(src_rgb, dst_rgb); in calc_blend_result() 357 val = blend_colordodge(src_rgb, dst_rgb); in calc_blend_result() 360 val = blend_colorburn(src_rgb, dst_rgb); in calc_blend_result() [all …]
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedBase.cpp | 255 … DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendFuncSeparatei(int idx, glw::GLenum src_rgb, in SetBlendFuncSeparatei() argument 259 gl.blendFuncSeparatei(idx, src_rgb, dst_rgb, src_a, dst_a); in SetBlendFuncSeparatei() 260 state[idx].func_src_rgb = src_rgb; in SetBlendFuncSeparatei() 335 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendFuncSeparate(glw::GLenum src_rgb, glw::… in SetBlendFuncSeparate() argument 339 gl.blendFuncSeparate(src_rgb, dst_rgb, src_a, dst_a); in SetBlendFuncSeparate() 342 state[i].func_src_rgb = src_rgb; in SetBlendFuncSeparate()
|
D | esextcDrawBuffersIndexedBase.hpp | 105 void SetBlendFuncSeparatei(int idx, glw::GLenum src_rgb, glw::GLenum dst_rgb, glw::GLenum src_a, 113 …void SetBlendFuncSeparate(glw::GLenum src_rgb, glw::GLenum dst_rgb, glw::GLenum src_a, glw::GLenum…
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 802 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RGB24ToI420() 916 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RAWToI420() 1030 void (*RGB565ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RGB565ToI420() 1152 void (*ARGB1555ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in ARGB1555ToI420() 1276 void (*ARGB4444ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in ARGB4444ToI420()
|
D | convert_argb.cc | 452 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RGB24ToARGB() 502 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int pix) = in RAWToARGB()
|
/external/libyuv/files/source/ |
D | convert.cc | 953 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB24ToI420() 1083 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RAWToI420() 1214 void (*RGB565ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB565ToI420() 1359 void (*ARGB1555ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in ARGB1555ToI420() 1500 void (*ARGB4444ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in ARGB4444ToI420()
|
D | convert_argb.cc | 948 void (*RGB24ToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RGB24ToARGB() 1015 void (*RAWToARGBRow)(const uint8* src_rgb, uint8* dst_argb, int width) = in RAWToARGB()
|
D | planar_functions.cc | 1487 void (*RAWToRGB24Row)(const uint8* src_rgb, uint8* dst_rgb24, int width) = in RAWToRGB24()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 977 void (*RGB24ToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, int width) = in RGB24ToI420() 1108 void (*RAWToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, int width) = in RAWToI420() 1240 void (*RGB565ToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, in RGB565ToI420() 1378 void (*ARGB1555ToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, in ARGB1555ToI420() 1520 void (*ARGB4444ToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, in ARGB4444ToI420()
|
D | row_neon.cc | 589 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON() argument 603 : "+r"(src_rgb), // %0 in SplitRGBRow_NEON()
|
D | row_neon64.cc | 636 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON() argument 649 : "+r"(src_rgb), // %0 in SplitRGBRow_NEON()
|
D | planar_functions.cc | 494 void SplitRGBPlane(const uint8_t* src_rgb, in SplitRGBPlane() argument 505 void (*SplitRGBRow)(const uint8_t* src_rgb, uint8_t* dst_r, uint8_t* dst_g, in SplitRGBPlane() 543 SplitRGBRow(src_rgb, dst_r, dst_g, dst_b, width); in SplitRGBPlane() 547 src_rgb += src_stride_rgb; in SplitRGBPlane() 1680 void (*RAWToRGB24Row)(const uint8_t* src_rgb, uint8_t* dst_rgb24, int width) = in RAWToRGB24()
|
D | row_gcc.cc | 3613 void SplitRGBRow_SSSE3(const uint8_t* src_rgb, in SplitRGBRow_SSSE3() argument 3657 : "+r"(src_rgb), // %0 in SplitRGBRow_SSSE3()
|
D | row_common.cc | 2108 void SplitRGBRow_C(const uint8_t* src_rgb, in SplitRGBRow_C() argument 2115 dst_r[x] = src_rgb[0]; in SplitRGBRow_C() 2116 dst_g[x] = src_rgb[1]; in SplitRGBRow_C() 2117 dst_b[x] = src_rgb[2]; in SplitRGBRow_C() 2118 src_rgb += 3; in SplitRGBRow_C()
|
D | convert_argb.cc | 1163 void (*RGB24ToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, int width) = in RGB24ToARGB() 1222 void (*RAWToARGBRow)(const uint8_t* src_rgb, uint8_t* dst_argb, int width) = in RAWToARGB()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 110 void SplitRGBPlane(const uint8_t* src_rgb,
|
D | row.h | 1372 void SplitRGBRow_C(const uint8_t* src_rgb, 1377 void SplitRGBRow_SSSE3(const uint8_t* src_rgb, 1382 void SplitRGBRow_NEON(const uint8_t* src_rgb,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | row.h | 879 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int pix);
|
/external/libyuv/files/include/libyuv/ |
D | row.h | 1596 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width);
|