Home
last modified time | relevance | path

Searched defs:blend (Results 151 - 175 of 193) sorted by relevance

12345678

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.c1162 struct panfrost_ptr blend = pan_pool_alloc_desc_array(pool, bd_count, BLEND); in pan_preload_emit_dcd() local
[all...]
/third_party/mesa3d/src/panfrost/util/
H A Dpan_ir.h187 } blend; member
257 struct bifrost_shader_blend_info blend[8]; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c394 struct pipe_blend_state *blend = ralloc(tr_ctx, struct pipe_blend_state); in trace_context_create_blend_state() local
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c237 rbug_create_blend_state(struct pipe_context *_pipe, const struct pipe_blend_state *blend) rbug_create_blend_state() argument
253 rbug_bind_blend_state(struct pipe_context *_pipe, void *blend) rbug_bind_blend_state() argument
266 rbug_delete_blend_state(struct pipe_context *_pipe, void *blend) rbug_delete_blend_state() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_context.h362 struct pipe_blend_state *blend; member
H A Dvc4_qir.h341 struct pipe_rt_blend_state blend; member
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c338 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 DvktShaderLibrary.cpp1080 vk::VkPipelineColorBlendAttachmentState blend = in createPipeline() local
/third_party/skia/src/core/
H A DSkVM.cpp1566 Color Builder::blend(SkBlendMode mode, Color src, Color dst) { in blend() function in skvm::Builder
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c740 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 Dcfftypes.h308 CFF_BlendRec blend; /* current blend vector */ member
H A Dpsaux.h681 PS_Blend blend; /* for multiple master support */ member
967 PS_Blend blend; /* for multiple master support */ member
H A Dtttypes.h1587 GX_Blend blend; member
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c418 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 Dttgxvar.c362 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 Des3fDrawBuffersIndexedTests.cpp192 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 DvktShaderLibrary.cpp1080 vk::VkPipelineColorBlendAttachmentState blend = in createPipeline() local
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp122 BlendMode blend; member
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp466 inline constexpr Math::Vec4 LerpVec4(const Math::Vec4& vec0, const Math::Vec4& vec1, const Math::Vec4& blend) in LerpVec4() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h180 struct si_state_blend *blend; member
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_context.h558 struct v3d_blend_state *blend; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c189 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 Dr600_state.c325 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 Du_blitter.c114 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 Des31fFboSRGBWriteControlTests.cpp911 void Renderer::setFramebufferBlend (const bool blend) in setFramebufferBlend() argument

Completed in 58 milliseconds

12345678