/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | yuv.h | 140 VP8YuvToRgba(uint8_t y, uint8_t u, uint8_t v, uint8_t* const rgba) VP8YuvToRgba() argument
|
H A D | upsampling_msa.c | 317 static void YuvToRgba(uint8_t y, uint8_t u, uint8_t v, uint8_t* const rgba) { in YuvToRgba() argument
|
/third_party/skia/gm/ |
H A D | imagefromyuvtextures.cpp | 81 auto rgba = *bmp.getAddr32(i, j); in CreatePlanes() local 95 int rgba[] = {0, 0, 0, 0}; in CreatePlanes() local [all...] |
/third_party/glfw/tests/ |
H A D | inputlag.c | 123 unsigned char rgba[4]; in swap_buffers() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_clear.c | 188 float rgba[4]; in try_clear() local 393 float rgba[4]; svga_clear_texture() local [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_image.c | 203 sp_tgsi_load(const struct tgsi_image *image, const struct tgsi_image_params *params, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_load() argument 286 sp_tgsi_store(const struct tgsi_image *image, const struct tgsi_image_params *params, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_store() argument 348 handle_op_uint(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_uint() argument 465 handle_op_int(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_int() argument 579 handle_op_r32f_xchg(const struct pipe_image_view *iview, const struct tgsi_image_params *params, bool just_read, char *data_ptr, uint qi, unsigned stride, enum tgsi_opcode opcode, int s, int t, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) handle_op_r32f_xchg() argument 617 sp_tgsi_op(const struct tgsi_image *image, const struct tgsi_image_params *params, enum tgsi_opcode opcode, const int s[TGSI_QUAD_SIZE], const int t[TGSI_QUAD_SIZE], const int r[TGSI_QUAD_SIZE], const int sample[TGSI_QUAD_SIZE], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE], float rgba2[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_op() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | pixeltransfer.c | 45 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4], in _mesa_scale_and_bias_rgba() argument 164 _mesa_apply_rgba_transfer_ops(struct gl_context *ctx, GLbitfield transferOps, GLuint n, GLfloat rgba[][4]) _mesa_apply_rgba_transfer_ops() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state_validate.c | 178 float *rgba = nv30->blend_colour.color; in nv30_validate_blend_colour() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_debug_image.c | 209 float *rgba; in debug_dump_transfer_bmp() local 236 debug_dump_float_rgba_bmp(const char *filename, unsigned width, unsigned height, float *rgba, unsigned stride) debug_dump_float_rgba_bmp() argument 292 debug_dump_ubyte_rgba_bmp(const char *filename, unsigned width, unsigned height, const ubyte *rgba, unsigned stride) debug_dump_ubyte_rgba_bmp() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_draw.c | 533 pack_rgba(enum pipe_format format, const float *rgba) in pack_rgba() argument
|
/third_party/skia/src/core/ |
H A D | SkPixmap.cpp | 423 const float* rgba = in getColor() local
|
H A D | SkRasterPipeline.cpp | 108 void SkRasterPipeline::append_constant_color(SkArenaAlloc* alloc, const float rgba[4]) { in append_constant_color() argument [all...] |
H A D | SkRasterPipeline.h | 161 float rgba[4*SkRasterPipeline_kMaxStride]; member 187 uint16_t rgba[4]; // [0,255] in a 16-bit lane. member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderSampling.cpp | 232 Pointer<Float> rgba = out; in emitSamplerRoutine() local 241 Pointer<SIMD::Float> rgba = out; in emitSamplerRoutine() local 255 Pointer<SIMD::Float> rgba = out; emitSamplerRoutine() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jdcolext-neon.c | 139 uint8x16x4_t rgba; in jsimd_ycc_rgb_convert_neon() local 208 uint8x8x4_t rgba; in jsimd_ycc_rgb_convert_neon() local 275 uint8x8x4_t rgba; jsimd_ycc_rgb_convert_neon() local [all...] |
H A D | jdmrgext-neon.c | 134 uint8x16x4_t rgba; in jsimd_h2v1_merged_upsample_neon() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_enc.c | 232 static size_t Encode(const uint8_t* rgba, int width, int height, int stride, in Encode() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | src_avsynctest.c | 60 uint8_t rgba[3][4]; member
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 574 d3dcolor_to_rgba(float *rgba, D3DCOLOR color) in d3dcolor_to_rgba() argument 583 d3dcolor_to_pipe_color_union(union pipe_color_union *rgba, D3DCOLOR color) in d3dcolor_to_pipe_color_union() argument
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_compositor.c | 644 vl_compositor_set_rgba_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *rgba, struct u_rect *src_rect, struct u_rect *dst_rect, struct vertex4f *colors) vl_compositor_set_rgba_layer() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_aos.c | 538 LLVMValueRef packed, res = NULL, chans[4], rgba[4]; in lp_build_fetch_rgba_aos() local 364 lp_build_pack_rgba_aos(struct gallivm_state *gallivm, const struct util_format_description *desc, LLVMValueRef rgba) lp_build_pack_rgba_aos() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderViewportLayerArrayTests.cpp | 412 glw::GLfloat rgba[4] = { -1.f, -1.f, -1.f, -1.f }; in iterate() local 512 glw::GLfloat rgba[4] = { -1.f, -1.f, -1.f, -1.f }; in iterate() local [all...] |
/third_party/skia/src/opts/ |
H A D | SkSwizzler_opts.h | 160 uint8x8x4_t rgba = vld4_u8((const uint8_t*) src); in premul_should_swapRB() local 205 uint8x16x4_t rgba = vld4q_u8((const uint8_t*) src); RGBA_to_BGRA() local 219 uint8x8x4_t rgba = vld4_u8((const uint8_t*) src); RGBA_to_BGRA() local 247 uint8x16x4_t rgba; expand_grayA() local 270 uint8x8x4_t rgba; expand_grayA() local 442 __m512i rgba = _mm512_loadu_si512((const __m512i*) src); RGBA_to_BGRA() local 716 __m256i rgba = _mm256_loadu_si256((const __m256i*) src); RGBA_to_BGRA() local 961 __m128i rgba = _mm_loadu_si128((const __m128i*) src); RGBA_to_BGRA() local 1144 uint8x16x4_t rgba; gray_to_RGB1() local 1161 uint8x8x4_t rgba; gray_to_RGB1() local 1286 uint8x16x4_t rgba; insert_alpha_should_swaprb() local 1309 uint8x8x4_t rgba; insert_alpha_should_swaprb() local 1357 __m128i rgba = _mm_or_si128(_mm_shuffle_epi8(rgb, expand), alphaMask); insert_alpha_should_swaprb() local [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | vwebp.c | 104 ApplyColorProfile(const WebPData* const profile, WebPDecBuffer* const rgba) ApplyColorProfile() argument
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | image_enc.c | 265 const uint8_t* rgba = buffer->u.RGBA.rgba; in WebPWrite16bAsPGM() local 300 const uint8_t* rgba = buffer->u.RGBA.rgba; in WebPWriteBMP() local 367 const uint8_t* rgba = buffer->u.RGBA.rgba; WebPWriteTIFF() local [all...] |