Home
last modified time | relevance | path

Searched defs:rgba (Results 26 - 50 of 100) sorted by relevance

1234

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv.h140 VP8YuvToRgba(uint8_t y, uint8_t u, uint8_t v, uint8_t* const rgba) VP8YuvToRgba() argument
H A Dupsampling_msa.c317 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 Dimagefromyuvtextures.cpp81 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 Dinputlag.c123 unsigned char rgba[4]; in swap_buffers() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c188 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 Dsp_image.c203 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 Dpixeltransfer.c45 _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 Dnv30_state_validate.c178 float *rgba = nv30->blend_colour.color; in nv30_validate_blend_colour() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_image.c209 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 Dvc4_draw.c533 pack_rgba(enum pipe_format format, const float *rgba) in pack_rgba() argument
/third_party/skia/src/core/
H A DSkPixmap.cpp423 const float* rgba = in getColor() local
H A DSkRasterPipeline.cpp108 void SkRasterPipeline::append_constant_color(SkArenaAlloc* alloc, const float rgba[4]) { in append_constant_color() argument
[all...]
H A DSkRasterPipeline.h161 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 DSpirvShaderSampling.cpp232 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 Djdcolext-neon.c139 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 Djdmrgext-neon.c134 uint8x16x4_t rgba; in jsimd_h2v1_merged_upsample_neon() local
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_enc.c232 static size_t Encode(const uint8_t* rgba, int width, int height, int stride, in Encode() argument
/third_party/ffmpeg/libavfilter/
H A Dsrc_avsynctest.c60 uint8_t rgba[3][4]; member
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h574 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 Dvl_compositor.c644 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 Dlp_bld_format_aos.c538 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 Dgl4cShaderViewportLayerArrayTests.cpp412 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 DSkSwizzler_opts.h160 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 Dvwebp.c104 ApplyColorProfile(const WebPData* const profile, WebPDecBuffer* const rgba) ApplyColorProfile() argument
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c265 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...]

Completed in 21 milliseconds

1234