| /third_party/skia/src/core/ |
| H A D | SkRuntimeEffect.cpp | 765 float rgba[4]; in get_xformed_uniforms() local
|
| /third_party/skia/src/gpu/ |
| H A D | GrDataUtils.cpp | 763 uint32_t rgba = SkColor4f{color[0], color[1], color[2], color[3]}.toBytes_RGBA(); in GrClearImage() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| H A D | BC_Decoder.cpp | 363 RGBA rgba; member
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
| H A D | Image.cpp | 695 unsigned short rgba = source4444[x]; in TransferRow() local 711 unsigned short rgba in TransferRow() local 727 unsigned int rgba = source1010102[x]; TransferRow() local [all...] |
| /third_party/skia/third_party/externals/libwebp/examples/ |
| H A D | anim_util.c | 95 static void ZeroFillCanvas(uint8_t* rgba, in ZeroFillCanvas() argument 101 static void ZeroFillFrameRect(uint8_t* rgba, int rgba_stride, int x_offset, in ZeroFillFrameRect() argument 138 static void CleanupTransparentPixels(uint32_t* rgba, in CleanupTransparentPixels() argument 151 DumpFrame(const char filename[], const char dump_folder[], uint32_t frame_num, const uint8_t rgba[], int canvas_width, int canvas_height) DumpFrame() argument [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| H A D | lossless.c | 512 VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels, WEBP_CSP_MODE out_colorspace, uint8_t* const rgba) VP8LConvertFromBGRA() argument [all...] |
| H A D | lossless_sse2.c | 575 const __m128i rgba = _mm_unpacklo_epi8(rgba1, rgba0); // barg0...barg7 in ConvertBGRAToRGBA4444_SSE2() local 577 const __m128i rgba = _mm_unpacklo_epi8(rgba0, rgba1); // rgba0...rgba7 in ConvertBGRAToRGBA4444_SSE2() local 616 const __m128i rgba = _mm_unpacklo_epi8(gb1, rg1); // rggb0...rggb7 in ConvertBGRAToRGB565_SSE2() local 618 const __m128i rgba = _mm_unpacklo_epi8(rg1, gb1); // bgrb0...bgrb7 in ConvertBGRAToRGB565_SSE2() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_cmd_vgpu10.c | 310 SVGA3D_vgpu10_ClearRenderTargetView(struct svga_winsys_context *swc, struct pipe_surface *color_surf, const float *rgba) SVGA3D_vgpu10_ClearRenderTargetView() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 196 make_drawpix_zs_to_color_program_nir(struct st_context *st, bool rgba) make_drawpix_zs_to_color_program_nir() argument 290 get_drawpix_zs_to_color_program(struct st_context *st, bool rgba) get_drawpix_zs_to_color_program() argument
|
| H A D | st_cb_texture.c | 237 GLfloat *rgba; in copy_to_staging_dest() local
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_state.c | 2226 union pipe_color_union rgba; in CSMT_ITEM_NO_WAIT() local 2514 union pipe_color_union rgba; in CSMT_ITEM_NO_WAIT() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineBindVertexBuffers2Tests.cpp | 1027 const tcu::Vec4 rgba = result.getPixel(middle.x(), middle.y()); in iterate() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cTextureViewTests.hpp | 985 unsigned char rgba[4]; member
|
| H A D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 1435 glw::GLfloat rgba[4] = { -1.f, -1.f, -1.f, -1.f }; in iterate() local 1645 glw::GLfloat rgba[4] = { -1.f, -1.f, -1.f, -1.f }; in iterate() local [all...] |
| /third_party/skia/third_party/externals/libwebp/src/dec/ |
| H A D | vp8l_dec.c | 807 uint8_t* const rgba = in ProcessRows() local 581 Export(WebPRescaler* const rescaler, WEBP_CSP_MODE colorspace, int rgba_stride, uint8_t* const rgba) Export() argument
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | picture_csp_enc.c | 1172 WebPPictureImportBGRA(WebPPicture* picture, const uint8_t* rgba, int rgba_stride) WebPPictureImportBGRA() argument 1180 WebPPictureImportBGRX(WebPPicture* picture, const uint8_t* rgba, int rgba_stride) WebPPictureImportBGRX() argument 1196 WebPPictureImportRGBA(WebPPicture* picture, const uint8_t* rgba, int rgba_stride) WebPPictureImportRGBA() argument 1203 WebPPictureImportRGBX(WebPPicture* picture, const uint8_t* rgba, int rgba_stride) WebPPictureImportRGBX() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| H A D | loadimage_etc.cpp | 403 R8G8B8A8 rgba; in createRGBA() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vsrc_testsrc.c | 705 uint8_t rgba[4] = { (argb >> 16) & 0xFF, in set_color() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_s3tc.c | 410 LLVMValueRef rgba, r, g, b, rgblo, glo; in color_expand_565_to_8888() local 572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; s3tc_dxt1_full_to_rgba_aos() local 769 LLVMValueRef rgba, tmp, tmp2; s3tc_dxt3_to_rgba_aos() local 1056 LLVMValueRef rgba, alpha; s3tc_dxt5_full_to_rgba_aos() local 1269 LLVMValueRef rgba, tmp, a, sel_mask, indices, code, const2; s3tc_decode_block_dxt1() local 2198 LLVMValueRef rgba; lp_build_fetch_s3tc_rgba_aos() local 2439 LLVMValueRef rgba; rgtc1_to_rgba_aos() local 2467 LLVMValueRef rgba; rgtc2_to_rgba_aos() local 2494 LLVMValueRef rgba, temp; latc1_to_rgba_aos() local 2526 LLVMValueRef rgba, temp; latc2_to_rgba_aos() local 2563 LLVMValueRef rgba; lp_build_fetch_rgtc_rgba_aos() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 516 unsigned short rgba = *(unsigned short*)element; in read() local 545 unsigned short rgba = *(unsigned short*)element; in read() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 1121 print_sample(const char *function, const float *rgba) in print_sample() argument 1130 print_sample_4(const char *function, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) in print_sample_4() argument 1144 img_filter_2d_linear_repeat_POT(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_2d_linear_repeat_POT() argument 1199 img_filter_2d_nearest_repeat_POT(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_2d_nearest_repeat_POT() argument 1234 img_filter_2d_nearest_clamp_POT(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_2d_nearest_clamp_POT() argument 1277 img_filter_1d_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_1d_nearest() argument 1308 img_filter_1d_array_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_1d_array_nearest() argument 1340 img_filter_2d_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_2d_nearest() argument 1374 img_filter_2d_array_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_2d_array_nearest() argument 1409 img_filter_cube_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_cube_nearest() argument 1452 img_filter_cube_array_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_cube_array_nearest() argument 1487 img_filter_3d_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_3d_nearest() argument 1519 img_filter_1d_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_1d_linear() argument 1551 img_filter_1d_array_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_1d_array_linear() argument 1649 img_filter_2d_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_2d_linear() argument 1694 img_filter_2d_array_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_2d_array_linear() argument 1740 img_filter_cube_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_cube_linear() argument 1805 img_filter_cube_array_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_cube_array_linear() argument 1873 img_filter_3d_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const struct img_filter_args *args, float *rgba) img_filter_3d_linear() argument 2087 mip_filter_linear(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_comp, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_linear() argument 2170 mip_filter_nearest(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_component, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_nearest() argument 2229 mip_filter_none(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_component, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_none() argument 2277 mip_filter_none_no_filter_select(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_comp, const float lod_in[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_none_no_filter_select() argument 2339 img_filter_2d_ewa(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const uint faces[TGSI_QUAD_SIZE], const int8_t *offset, unsigned level, const float dudx, const float dvdx, const float dudy, const float dvdy, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) img_filter_2d_ewa() argument 2546 mip_filter_linear_aniso(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], UNUSED int gather_comp, const float lod_in[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_linear_aniso() argument 2678 mip_filter_linear_2d_linear_repeat_POT( const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, img_filter_func min_filter, img_filter_func mag_filter, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], int gather_comp, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) mip_filter_linear_2d_linear_repeat_POT() argument 2769 sample_compare(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const float c0[TGSI_QUAD_SIZE], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sample_compare() argument 3180 sample_mip(const struct sp_sampler_view *sp_sview, const struct sp_sampler *sp_samp, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], int gather_comp, const float lod[TGSI_QUAD_SIZE], const struct filter_args *filt_args, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sample_mip() argument 3356 sp_get_texels(const struct sp_sampler_view *sp_sview, const int v_i[TGSI_QUAD_SIZE], const int v_j[TGSI_QUAD_SIZE], const int v_k[TGSI_QUAD_SIZE], const int lod[TGSI_QUAD_SIZE], const int8_t offset[3], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_get_texels() argument 3700 sp_tgsi_get_samples(struct tgsi_sampler *tgsi_sampler, const unsigned sview_index, const unsigned sampler_index, const float s[TGSI_QUAD_SIZE], const float t[TGSI_QUAD_SIZE], const float p[TGSI_QUAD_SIZE], const float c0[TGSI_QUAD_SIZE], const float lod_in[TGSI_QUAD_SIZE], float derivs[3][2][TGSI_QUAD_SIZE], const int8_t offset[3], enum tgsi_sampler_control control, float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_get_samples() argument 3826 sp_tgsi_get_texel(struct tgsi_sampler *tgsi_sampler, const unsigned sview_index, const int i[TGSI_QUAD_SIZE], const int j[TGSI_QUAD_SIZE], const int k[TGSI_QUAD_SIZE], const int lod[TGSI_QUAD_SIZE], const int8_t offset[3], float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]) sp_tgsi_get_texel() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_exec.c | 1917 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; in fetch_texel() local 2328 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; in exec_txf() local 3665 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; exec_load_img() local 3739 union tgsi_exec_channel rgba[TGSI_NUM_CHANNELS]; exec_load_membuf() local 3803 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; exec_store_img() local 3905 float rgba[TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE]; exec_atomop_img() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_dx.h | 682 SVGA3dRGBAFloat rgba; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_dx.h | 568 SVGA3dRGBAFloat rgba; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/include/ |
| H A D | svga3d_dx.h | 732 SVGA3dRGBAFloat rgba; member
|