| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_palettegen.c | 36 uint32_t color; member 42 uint32_t color; // average color member 430 color_hash(uint32_t color, int use_alpha) color_hash() argument 447 color_inc(struct hist_node *hist, uint32_t color, int use_alpha) color_inc() argument [all...] |
| H A D | vf_showinfo.c | 514 const AVDOVIColorMetadata *color = av_dovi_get_color(dovi); in dump_dovi_metadata() local [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | checkasm.c | 270 uint8_t color; /* 0 = red, 1 = black */ member 394 static void color_printf(int color, const char *fmt, ...) in color_printf() argument [all...] |
| /third_party/backends/backend/ |
| H A D | umax_pp.h | 142 int color; member
|
| H A D | hs2p.c | 3180 SANE_Byte color; in sane_read() local
|
| H A D | teco3.c | 1156 int color = -1; /* color for that raster */ in teco_adjust_raster() local [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_color_quantize.cpp | 734 quantize_rgbs( vfloat4 color, uint8_t output[4], quant_method quant_level ) quantize_rgbs() argument 771 quantize_rgbs_alpha( vfloat4 color0, vfloat4 color1, vfloat4 color, uint8_t output[6], quant_method quant_level ) quantize_rgbs_alpha() argument 925 quantize_hdr_rgbo( vfloat4 color, uint8_t output[4], quant_method quant_level ) quantize_hdr_rgbo() argument [all...] |
| H A D | astcenc_decompress_symbolic.cpp | 46 vint4 color = (color0 * weight0) + (color1 * weight1) + vint4(32); in lerp_color_int() local 218 vfloat4 color; decompress_symbolic_block() local 310 vint4 color = lerp_color_int(u8_mask, ep0, ep1, weight); decompress_symbolic_block() local 374 vfloat4 color = int_to_float(colori); compute_symbolic_block_difference_2plane() local 471 vfloat4 color = int_to_float(colori); compute_symbolic_block_difference_1plane() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta_blit2d.c | 541 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled); in build_nir_copy_fragment_shader() local 566 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled); in build_nir_copy_fragment_shader_depth() local 591 nir_ssa_def *color = txf_func(&b, device, tex_pos, is_3d, is_multisampled); in build_nir_copy_fragment_shader_stencil() local
|
| H A D | radv_meta_resolve_fs.c | 57 nir_variable *color = nir_local_variable_create(b.impl, glsl_vec4_type(), "color"); in build_resolve_fragment_shader() local
|
| H A D | radv_meta_resolve_cs.c | 89 nir_variable *color = nir_local_variable_create(b.impl, glsl_vec4_type(), "color"); in build_resolve_compute_shader() local
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_clear.c | 61 VkClearColorValue color; in clear_in_rp() local 222 union pipe_color_union color; in zink_clear() local 249 union pipe_color_union color; zink_clear() local 465 union pipe_color_union color; zink_clear_texture() local 547 zink_clear_render_target(struct pipe_context *pctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) zink_clear_render_target() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_priv.h | 190 xa_pixel_to_float4(uint32_t pixel, float *color) in xa_pixel_to_float4() argument 205 xa_pixel_to_float4_a8(uint32_t pixel, float *color) in xa_pixel_to_float4_a8() argument [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_pbo.c | 572 nir_variable *color = in create_fs() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_rast.c | 324 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile() local 432 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask_sample() local [all...] |
| H A D | lp_state_fs_linear.c | 81 uint8_t *color; member 150 init_blend(struct color_blend *blend, int x, int y, int width, int height, uint8_t *color, int stride) init_blend() argument 354 blit_rgba_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba_blit() argument 406 blit_rgb1_blit(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgb1_blit() argument 466 blit_rgba(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba() argument 505 blit_rgb1(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgb1() argument 549 blit_rgba_blend_premul(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) blit_rgba_blend_premul() argument 588 linear_red(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) linear_red() argument 618 linear_no_op(const struct lp_rast_state *state, unsigned x, unsigned y, unsigned width, unsigned height, const float (*a0)[4], const float (*dadx)[4], const float (*dady)[4], uint8_t *color, unsigned stride) linear_no_op() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv84_video.c | 273 union pipe_color_union color; in nv84_create_decoder() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 432 union pipe_color_union color = {}; variable 252 emit_blit_setup(struct fd_ringbuffer *ring, enum pipe_format pfmt, bool scissor_enable, union pipe_color_union *color, uint32_t unknown_8c01) emit_blit_setup() argument 702 emit_clear_color(struct fd_ringbuffer *ring, enum pipe_format pfmt, union pipe_color_union *color) emit_clear_color() argument 763 union pipe_color_union color = *pcolor; convert_color() local 784 fd6_clear_surface(struct fd_context *ctx, struct fd_ringbuffer *ring, struct pipe_surface *psurf, uint32_t width, uint32_t height, union pipe_color_union *color, uint32_t unknown_8c01) fd6_clear_surface() argument [all...] |
| H A D | fd6_gmem.c | 1056 union pipe_color_union *color = &batch->clear_color[i]; in emit_clears() local 1508 union pipe_color_union color = batch->clear_color[i]; global() variable [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 1117 const bool color = INTEL_DEBUG(DEBUG_COLOR); in _iris_batch_flush() local
|
| H A D | iris_resolve.c | 1035 iris_render_formats_color_compatible(enum isl_format a, enum isl_format b, union isl_color_value color, bool clear_color_unknown) iris_render_formats_color_compatible() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_blitter.h | 49 float color[4]; member
|
| H A D | u_simple_shaders.c | 936 struct ureg_dst out, depth, depth_x, stencil, out_depth, out_stencil, color; util_make_fs_pack_color_zs() local [all...] |
| H A D | u_surface.c | 649 union pipe_color_union color; in util_clear_texture() local 362 util_clear_color_texture_helper(struct pipe_transfer *dst_trans, ubyte *dst_map, enum pipe_format format, const union pipe_color_union *color, unsigned width, unsigned height, unsigned depth) util_clear_color_texture_helper() argument 380 util_clear_color_texture(struct pipe_context *pipe, struct pipe_resource *texture, enum pipe_format format, const union pipe_color_union *color, unsigned level, unsigned dstx, unsigned dsty, unsigned dstz, unsigned width, unsigned height, unsigned depth) util_clear_color_texture() argument 421 util_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) util_clear_render_target() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/hud/ |
| H A D | hud_private.h | 75 float color[4]; member 103 float color[3]; member
|