| /third_party/mesa3d/src/gallium/drivers/r300/ |
| H A D | r300_state.c | 338 struct r300_blend_state* blend in r300_create_blend_state() local 531 struct r300_blend_state *blend = (struct r300_blend_state*)state; r300_bind_blend_state() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| H A D | vktShaderLibrary.cpp | 1080 vk::VkPipelineColorBlendAttachmentState blend = in createPipeline() local
|
| /third_party/skia/src/core/ |
| H A D | SkVM.cpp | 1566 Color Builder::blend(SkBlendMode mode, Color src, Color dst) { in blend() function in skvm::Builder
|
| H A D | SkVM.h | 1326 SI Color blend(SkBlendMode m, Color s, Color d) { return s->blend(m,s,d); } in blend() function
|
| /third_party/skia/third_party/externals/libwebp/examples/ |
| H A D | webpinfo.c | 740 int offset_x, offset_y, width, height, duration, blend, dispose, temp; in ProcessANMFChunk() local
|
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | cfftypes.h | 308 CFF_BlendRec blend; /* current blend vector */ member
|
| H A D | psaux.h | 681 PS_Blend blend; /* for multiple master support */ member 967 PS_Blend blend; /* for multiple master support */ member
|
| H A D | tttypes.h | 1587 GX_Blend blend; member
|
| /third_party/skia/third_party/externals/freetype/src/psaux/ |
| H A D | psintrp.c | 418 cf2_doBlend( const CFF_Blend blend, in cf2_doBlend() argument 1829 PS_Blend blend = decoder->blend; cf2_interpT2CharString() local 1903 PS_Blend blend = decoder->blend; cf2_interpT2CharString() local 2013 PS_Blend blend = decoder->blend; cf2_interpT2CharString() local 2035 PS_Blend blend = decoder->blend; cf2_interpT2CharString() local [all...] |
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttgxvar.c | 362 GX_Blend blend = face->blend; in ft_var_load_avar() local 463 GX_Blend blend in ft_var_load_item_variation_store() local 831 GX_Blend blend = face->blend; ft_var_load_hvvar() local 1272 GX_Blend blend = face->blend; ft_var_load_mvar() local 1413 GX_Blend blend = face->blend; tt_apply_mvar() local 1549 GX_Blend blend = face->blend; ft_var_load_gvar() local 1793 ft_var_apply_tuple( GX_Blend blend, FT_UShort tupleIndex, FT_Fixed* tuple_coords, FT_Fixed* im_start_coords, FT_Fixed* im_end_coords ) ft_var_apply_tuple() argument 1896 GX_Blend blend; ft_var_to_normalized() local 1989 GX_Blend blend; ft_var_to_design() local 2591 GX_Blend blend; tt_set_mm_blend() local 2863 GX_Blend blend; FT_LOCAL_DEF() local 2944 GX_Blend blend; FT_LOCAL_DEF() local 3086 GX_Blend blend; FT_LOCAL_DEF() local 3158 GX_Blend blend; FT_LOCAL_DEF() local 3303 GX_Blend blend = face->blend; FT_LOCAL_DEF() local 3875 GX_Blend blend = face->blend; FT_LOCAL_DEF() local 4357 GX_Blend blend = face->blend; tt_done_blend() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fDrawBuffersIndexedTests.cpp | 192 void setCommonBlendState (const glw::Functions& gl, const BlendState& blend) in setCommonBlendState() argument 236 setIndexedBlendState(const glw::Functions& gl, const BlendState& blend, deUint32 index) setIndexedBlendState() argument 1072 logBlendState(TestLog& log, const BlendState& blend) logBlendState() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
| H A D | vktShaderLibrary.cpp | 1080 vk::VkPipelineColorBlendAttachmentState blend = in createPipeline() local
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglRenderTests.cpp | 122 BlendMode blend; member
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_state.h | 180 struct si_state_blend *blend; member
|
| H A D | si_state.c | 74 struct si_state_blend *blend = sctx->queued.named.blend; in si_emit_cb_render_state() local 400 static void si_blend_check_commutativity(struct si_screen *sscreen, struct si_state_blend *blend, in si_blend_check_commutativity() argument 443 struct si_state_blend *blend = CALLOC_STRUCT(si_state_blend); si_create_blend_state_mode() local 732 struct si_state_blend *blend = (struct si_state_blend *)state; si_bind_blend_state() local 3682 struct si_state_blend *blend = sctx->queued.named.blend; si_out_of_order_rasterization() local 5391 struct pipe_blend_state blend; si_create_blend_custom() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.h | 341 struct pipe_rt_blend_state blend; member
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_context.h | 558 struct v3d_blend_state *blend; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_state_common.c | 189 r600_bind_blend_state_internal(struct r600_context *rctx, struct r600_blend_state *blend, bool blend_disable) r600_bind_blend_state_internal() argument 233 struct r600_blend_state *blend = (struct r600_blend_state *)state; r600_bind_blend_state() local 524 struct r600_blend_state *blend = (struct r600_blend_state*)state; r600_delete_blend_state() local [all...] |
| H A D | r600_state.c | 325 struct r600_blend_state *blend = CALLOC_STRUCT(r600_blend_state); in r600_create_blend_state_mode() local 2737 struct pipe_blend_state blend; r600_create_resolve_blend() local 2757 struct pipe_blend_state blend; r700_create_resolve_blend() local 2767 struct pipe_blend_state blend; r600_create_decompress_blend() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_blitter.c | 114 void *blend[PIPE_MASK_RGBA+1][2]; /**< blend state with writemask */ member 166 struct pipe_blend_state blend; in util_blitter_create() local 1493 struct pipe_blend_state blend = {0}; get_clear_blend_state() local [all...] |
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fFboSRGBWriteControlTests.cpp | 911 void Renderer::setFramebufferBlend (const bool blend) in setFramebufferBlend() argument
|
| /third_party/mesa3d/src/microsoft/vulkan/ |
| H A D | dzn_private.h | 516 } blend; member 814 } blend; member
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 841 struct pipe_resource *blend; member
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 255 panfrost_fs_required( struct panfrost_shader_state *fs, struct panfrost_blend_state *blend, struct pipe_framebuffer_state *state, const struct panfrost_zsa_state *zsa) panfrost_fs_required() argument 4452 panfrost_create_blend_state(struct pipe_context *pipe, const struct pipe_blend_state *blend) panfrost_create_blend_state() argument [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_pipeline.c | 331 const VkPipelineColorBlendAttachmentState *blend = &info->pAttachments[i]; in tu_blend_state_is_dual_src() local
|