Home
last modified time | relevance | path

Searched refs:src_rgb (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp299 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/
DesextcDrawBuffersIndexedBase.cpp255 … 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()
DesextcDrawBuffersIndexedBase.hpp105 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/
Dconvert.cc802 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()
Dconvert_argb.cc452 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/
Dconvert.cc953 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()
Dconvert_argb.cc948 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()
Dplanar_functions.cc1487 void (*RAWToRGB24Row)(const uint8* src_rgb, uint8* dst_rgb24, int width) = in RAWToRGB24()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert.cc977 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()
Drow_neon.cc589 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON() argument
603 : "+r"(src_rgb), // %0 in SplitRGBRow_NEON()
Drow_neon64.cc636 void SplitRGBRow_NEON(const uint8_t* src_rgb, in SplitRGBRow_NEON() argument
649 : "+r"(src_rgb), // %0 in SplitRGBRow_NEON()
Dplanar_functions.cc494 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()
Drow_gcc.cc3613 void SplitRGBRow_SSSE3(const uint8_t* src_rgb, in SplitRGBRow_SSSE3() argument
3657 : "+r"(src_rgb), // %0 in SplitRGBRow_SSSE3()
Drow_common.cc2108 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()
Dconvert_argb.cc1163 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/
Dplanar_functions.h110 void SplitRGBPlane(const uint8_t* src_rgb,
Drow.h1372 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/
Drow.h879 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int pix);
/external/libyuv/files/include/libyuv/
Drow.h1596 void RGB565ToARGBRow_C(const uint8* src_rgb, uint8* dst_argb, int width);