Home
last modified time | relevance | path

Searched refs:base (Results 451 - 475 of 18412) sorted by relevance

1...<<11121314151617181920>>...737

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_pps.c101 dig_port->base.base.base.id, dig_port->base.base.name)) in vlv_power_sequencer_kick()
107 dig_port->base.base.base.id, dig_port->base.base in vlv_power_sequencer_kick()
[all...]
H A Dintel_backlight.c86 struct drm_i915_private *i915 = to_i915(connector->base.dev); in intel_backlight_invert_pwm_level()
105 struct drm_i915_private *i915 = to_i915(connector->base.dev); in intel_backlight_set_pwm_level()
109 connector->base.base.id, connector->base.name, val); in intel_backlight_set_pwm_level()
115 struct drm_i915_private *i915 = to_i915(connector->base.dev); in intel_backlight_level_to_pwm()
129 struct drm_i915_private *i915 = to_i915(connector->base.dev); in intel_backlight_level_from_pwm()
145 struct drm_i915_private *i915 = to_i915(connector->base.dev); in lpt_get_backlight()
152 struct drm_i915_private *i915 = to_i915(connector->base.dev); in pch_get_backlight()
159 struct drm_i915_private *i915 = to_i915(connector->base in i9xx_get_backlight()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c637 return &dpp->base; in dcn201_dpp_create()
655 return &ipp->base; in dcn201_ipp_create()
671 return &opp->base; in dcn201_opp_create()
690 return &aux_engine->base; in dcn201_aux_engine_create()
736 return &mpc201->base; in dcn201_mpc_create()
752 return &hubbub->base; in dcn201_hubbub_create()
765 tgn10->base.inst = instance; in dcn201_timing_generator_create()
766 tgn10->base.ctx = ctx; in dcn201_timing_generator_create()
774 return &tgn10->base; in dcn201_timing_generator_create()
809 return &enc10->base; in dcn201_link_encoder_create()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c58 return container_of(bo, struct vmw_buffer_object, base); in vmw_buffer_object()
95 struct ttm_buffer_object *bo = &buf->base; in vmw_bo_pin_in_placement()
144 struct ttm_buffer_object *bo = &buf->base; in vmw_bo_pin_in_vram_or_gmr()
219 struct ttm_buffer_object *bo = &buf->base; in vmw_bo_pin_in_start_of_vram()
288 struct ttm_buffer_object *bo = &buf->base; in vmw_bo_unpin()
340 struct ttm_buffer_object *bo = &vbo->base; in vmw_bo_pin_reserved()
344 dma_resv_assert_held(bo->base.resv); in vmw_bo_pin_reserved()
391 struct ttm_buffer_object *bo = &vbo->base; in vmw_bo_map_and_cache()
520 vmw_bo->base.priority = 3; in vmw_bo_init()
523 ret = ttm_bo_init(bdev, &vmw_bo->base, siz in vmw_bo_init()
543 struct ttm_base_object *base = *p_base; vmw_user_bo_release() local
566 vmw_user_bo_ref_obj_release(struct ttm_base_object *base, enum ttm_ref_type ref_type) vmw_user_bo_ref_obj_release() argument
907 struct ttm_base_object *base; vmw_user_bo_lookup() local
956 struct ttm_base_object *base; vmw_user_bo_noref_lookup() local
[all...]
/kernel/linux/linux-5.10/drivers/pnp/pnpbios/
H A Drsparser.c18 #include "../base.h"
253 resource_size_t base, len; in pnpbios_parse_fixed_mem32_option() local
256 base = (p[7] << 24) | (p[6] << 16) | (p[5] << 8) | p[4]; in pnpbios_parse_fixed_mem32_option()
259 pnp_register_mem_resource(dev, option_flags, base, base, 0, len, flags); in pnpbios_parse_fixed_mem32_option()
308 resource_size_t base, len; in pnpbios_parse_fixed_port_option() local
310 base = (p[2] << 8) | p[1]; in pnpbios_parse_fixed_port_option()
312 pnp_register_port_resource(dev, option_flags, base, base, 0, len, in pnpbios_parse_fixed_port_option()
504 unsigned long base; in pnpbios_encode_mem() local
528 unsigned long base; pnpbios_encode_mem32() local
558 unsigned long base; pnpbios_encode_fixed_mem32() local
616 unsigned long base; pnpbios_encode_port() local
639 unsigned long base = res->start; pnpbios_encode_fixed_port() local
[all...]
/kernel/linux/linux-6.6/drivers/pnp/pnpbios/
H A Drsparser.c18 #include "../base.h"
253 resource_size_t base, len; in pnpbios_parse_fixed_mem32_option() local
256 base = (p[7] << 24) | (p[6] << 16) | (p[5] << 8) | p[4]; in pnpbios_parse_fixed_mem32_option()
259 pnp_register_mem_resource(dev, option_flags, base, base, 0, len, flags); in pnpbios_parse_fixed_mem32_option()
308 resource_size_t base, len; in pnpbios_parse_fixed_port_option() local
310 base = (p[2] << 8) | p[1]; in pnpbios_parse_fixed_port_option()
312 pnp_register_port_resource(dev, option_flags, base, base, 0, len, in pnpbios_parse_fixed_port_option()
504 unsigned long base; in pnpbios_encode_mem() local
528 unsigned long base; pnpbios_encode_mem32() local
558 unsigned long base; pnpbios_encode_fixed_mem32() local
616 unsigned long base; pnpbios_encode_port() local
639 unsigned long base = res->start; pnpbios_encode_fixed_port() local
[all...]
/kernel/linux/linux-5.10/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c19 /* Relative to priv->base */
254 void __iomem *base; member
343 val = readl(priv->base + MVEBU_COMPHY_SERDES_CFG0(lane->id)); in mvebu_comphy_ethernet_init_reset()
380 writel(val, priv->base + MVEBU_COMPHY_SERDES_CFG0(lane->id)); in mvebu_comphy_ethernet_init_reset()
405 val = readl(priv->base + MVEBU_COMPHY_SERDES_CFG1(lane->id)); in mvebu_comphy_ethernet_init_reset()
409 writel(val, priv->base + MVEBU_COMPHY_SERDES_CFG1(lane->id)); in mvebu_comphy_ethernet_init_reset()
412 val = readl(priv->base + MVEBU_COMPHY_SERDES_CFG1(lane->id)); in mvebu_comphy_ethernet_init_reset()
415 writel(val, priv->base + MVEBU_COMPHY_SERDES_CFG1(lane->id)); in mvebu_comphy_ethernet_init_reset()
426 val = readl(priv->base + MVEBU_COMPHY_MISC_CTRL0(lane->id)); in mvebu_comphy_ethernet_init_reset()
430 writel(val, priv->base in mvebu_comphy_ethernet_init_reset()
[all...]
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Drsrc_nonstatic.c49 u_long base, num; member
73 claim_region(struct pcmcia_socket *s, resource_size_t base, in claim_region() argument
79 res = pcmcia_make_resource(base, size, type | IORESOURCE_BUSY, name); in claim_region()
108 static int add_interval(struct resource_map *map, u_long base, u_long num) in add_interval() argument
113 if ((p != map) && (p->base+p->num >= base)) { in add_interval()
114 p->num = max(num + base - p->base, p->num); in add_interval()
117 if ((p->next == map) || (p->next->base > base in add_interval()
132 sub_interval(struct resource_map *map, u_long base, u_long num) sub_interval() argument
182 do_io_probe(struct pcmcia_socket *s, unsigned int base, unsigned int num) do_io_probe() argument
344 do_validate_mem(struct pcmcia_socket *s, unsigned long base, unsigned long size, int validate (struct pcmcia_socket *s, struct resource *res, unsigned int *value)) do_validate_mem() argument
400 do_mem_probe(struct pcmcia_socket *s, u_long base, u_long num, int validate (struct pcmcia_socket *s, struct resource *res, unsigned int *value), int fallback (struct pcmcia_socket *s, struct resource *res, unsigned int *value)) do_mem_probe() argument
682 __nonstatic_find_io_region(struct pcmcia_socket *s, unsigned long base, int num, unsigned long align) __nonstatic_find_io_region() argument
716 nonstatic_find_io(struct pcmcia_socket *s, unsigned int attr, unsigned int *base, unsigned int num, unsigned int align, struct resource **parent) nonstatic_find_io() argument
805 nonstatic_find_mem_region(u_long base, u_long num, u_long align, int low, struct pcmcia_socket *s) nonstatic_find_mem_region() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c57 enc110->base.ctx
59 enc110->base.ctx->logger
127 struct dc_bios *bp = enc110->base.ctx->dc_bios; in link_transmitter_control()
299 struct dc_context *ctx = enc110->base.ctx; in setup_panel_mode()
429 enc110->base.funcs->setup(&enc110->base, SIGNAL_TYPE_DISPLAY_PORT); in set_dp_phy_pattern_hbr2_compliance_cp2520_2()
482 enc110->base.funcs->setup(&enc110->base, SIGNAL_TYPE_DISPLAY_PORT); in dce60_set_dp_phy_pattern_hbr2_compliance_cp2520_2()
627 struct dc_context *ctx = enc110->base.ctx; in aux_initialize()
628 enum hpd_source_id hpd_source = enc110->base in aux_initialize()
[all...]
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Drsrc_nonstatic.c49 u_long base, num; member
73 claim_region(struct pcmcia_socket *s, resource_size_t base, in claim_region() argument
79 res = pcmcia_make_resource(base, size, type | IORESOURCE_BUSY, name); in claim_region()
108 static int add_interval(struct resource_map *map, u_long base, u_long num) in add_interval() argument
113 if ((p != map) && (p->base+p->num >= base)) { in add_interval()
114 p->num = max(num + base - p->base, p->num); in add_interval()
117 if ((p->next == map) || (p->next->base > base in add_interval()
132 sub_interval(struct resource_map *map, u_long base, u_long num) sub_interval() argument
182 do_io_probe(struct pcmcia_socket *s, unsigned int base, unsigned int num) do_io_probe() argument
344 do_validate_mem(struct pcmcia_socket *s, unsigned long base, unsigned long size, int (*validate)(struct pcmcia_socket *s, struct resource *res, unsigned int *value)) do_validate_mem() argument
400 do_mem_probe(struct pcmcia_socket *s, u_long base, u_long num, int (*validate)(struct pcmcia_socket *s, struct resource *res, unsigned int *value), int (*fallback)(struct pcmcia_socket *s, struct resource *res, unsigned int *value)) do_mem_probe() argument
682 __nonstatic_find_io_region(struct pcmcia_socket *s, unsigned long base, int num, unsigned long align) __nonstatic_find_io_region() argument
716 nonstatic_find_io(struct pcmcia_socket *s, unsigned int attr, unsigned int *base, unsigned int num, unsigned int align, struct resource **parent) nonstatic_find_io() argument
805 nonstatic_find_mem_region(u_long base, u_long num, u_long align, int low, struct pcmcia_socket *s) nonstatic_find_mem_region() argument
[all...]
/kernel/linux/linux-6.6/drivers/phy/marvell/
H A Dphy-mvebu-cp110-comphy.c20 /* Relative to priv->base */
259 void __iomem *base; member
348 val = readl(priv->base + MVEBU_COMPHY_SERDES_CFG0(lane->id)); in mvebu_comphy_ethernet_init_reset()
385 writel(val, priv->base + MVEBU_COMPHY_SERDES_CFG0(lane->id)); in mvebu_comphy_ethernet_init_reset()
410 val = readl(priv->base + MVEBU_COMPHY_SERDES_CFG1(lane->id)); in mvebu_comphy_ethernet_init_reset()
414 writel(val, priv->base + MVEBU_COMPHY_SERDES_CFG1(lane->id)); in mvebu_comphy_ethernet_init_reset()
417 val = readl(priv->base + MVEBU_COMPHY_SERDES_CFG1(lane->id)); in mvebu_comphy_ethernet_init_reset()
420 writel(val, priv->base + MVEBU_COMPHY_SERDES_CFG1(lane->id)); in mvebu_comphy_ethernet_init_reset()
431 val = readl(priv->base + MVEBU_COMPHY_MISC_CTRL0(lane->id)); in mvebu_comphy_ethernet_init_reset()
435 writel(val, priv->base in mvebu_comphy_ethernet_init_reset()
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbasetexture9.c62 hr = NineResource9_ctor(&This->base, pParams, initResource, alloc, Type, Pool, Usage); in NineBaseTexture9_ctor()
71 This->level_count = (Usage & D3DUSAGE_AUTOGENMIPMAP) ? 1 : (This->base.info.last_level+1); in NineBaseTexture9_ctor()
87 util_format_has_depth(util_format_description(This->base.info.format)); in NineBaseTexture9_ctor()
93 list_add(&This->list2, &This->base.base.device->managed_textures); in NineBaseTexture9_ctor()
111 NineResource9_dtor(&This->base); in NineBaseTexture9_dtor()
122 user_assert(This->base.pool == D3DPOOL_MANAGED, 0); in NineBaseTexture9_SetLOD()
127 list_add(&This->list, &This->base.base.device->update_textures); in NineBaseTexture9_SetLOD()
154 if (!(This->base in NineBaseTexture9_SetAutoGenFilterType()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c61 enc110->base.ctx
63 enc110->base.ctx->logger
131 struct dc_bios *bp = enc110->base.ctx->dc_bios; in link_transmitter_control()
303 struct dc_context *ctx = enc110->base.ctx; in setup_panel_mode()
433 enc110->base.funcs->setup(&enc110->base, SIGNAL_TYPE_DISPLAY_PORT); in set_dp_phy_pattern_hbr2_compliance_cp2520_2()
486 enc110->base.funcs->setup(&enc110->base, SIGNAL_TYPE_DISPLAY_PORT); in dce60_set_dp_phy_pattern_hbr2_compliance_cp2520_2()
631 struct dc_context *ctx = enc110->base.ctx; in aux_initialize()
632 enum hpd_source_id hpd_source = enc110->base in aux_initialize()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c529 return &tg110->base; in dce110_timing_generator_create()
545 return &enc110->base; in dce110_stream_encoder_create()
625 return &dce_mi->base; in dce110_mem_input_create()
646 return &transform->base; in dce110_transform_create()
661 return &ipp->base; in dce110_ipp_create()
690 return &enc110->base; in dce110_link_encoder_create()
707 return &panel_cntl->base; in dce110_panel_cntl_create()
722 return &opp->base; in dce110_opp_create()
742 return &aux_engine->base; in dce110_aux_engine_create()
793 clk_src->base in dce110_clock_source_create()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_resource.c521 return &tg110->base; in dce110_timing_generator_create()
537 return &enc110->base; in dce110_stream_encoder_create()
617 return &dce_mi->base; in dce110_mem_input_create()
638 return &transform->base; in dce110_transform_create()
653 return &ipp->base; in dce110_ipp_create()
683 return &enc110->base; in dce110_link_encoder_create()
700 return &panel_cntl->base; in dce110_panel_cntl_create()
715 return &opp->base; in dce110_opp_create()
735 return &aux_engine->base; in dce110_aux_engine_create()
786 clk_src->base in dce110_clock_source_create()
[all...]
/kernel/linux/linux-5.10/arch/mips/ath25/
H A Dearly_printk.c18 static inline void prom_uart_wr(void __iomem *base, unsigned reg, in prom_uart_wr() argument
21 __raw_writel(ch, base + 4 * reg); in prom_uart_wr()
24 static inline unsigned char prom_uart_rr(void __iomem *base, unsigned reg) in prom_uart_rr() argument
26 return __raw_readl(base + 4 * reg); in prom_uart_rr()
31 static void __iomem *base; in prom_putchar() local
33 if (unlikely(base == NULL)) { in prom_putchar()
35 base = (void __iomem *)(KSEG1ADDR(AR2315_UART0_BASE)); in prom_putchar()
37 base = (void __iomem *)(KSEG1ADDR(AR5312_UART0_BASE)); in prom_putchar()
40 while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
42 prom_uart_wr(base, UART_T in prom_putchar()
[all...]
/kernel/linux/linux-6.6/arch/mips/ath25/
H A Dearly_printk.c18 static inline void prom_uart_wr(void __iomem *base, unsigned reg, in prom_uart_wr() argument
21 __raw_writel(ch, base + 4 * reg); in prom_uart_wr()
24 static inline unsigned char prom_uart_rr(void __iomem *base, unsigned reg) in prom_uart_rr() argument
26 return __raw_readl(base + 4 * reg); in prom_uart_rr()
31 static void __iomem *base; in prom_putchar() local
33 if (unlikely(base == NULL)) { in prom_putchar()
35 base = (void __iomem *)(KSEG1ADDR(AR2315_UART0_BASE)); in prom_putchar()
37 base = (void __iomem *)(KSEG1ADDR(AR5312_UART0_BASE)); in prom_putchar()
40 while ((prom_uart_rr(base, UART_LSR) & UART_LSR_THRE) == 0) in prom_putchar()
42 prom_uart_wr(base, UART_T in prom_putchar()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DColorStateTests.cpp112 // Test that after drawing a triangle with the base color, and then the given triangle spec, the
114 void DoSingleSourceTest(RGBA8 base, const TriangleSpec& triangle, const RGBA8& expected) { in DoSingleSourceTest() argument
121 // First use the base pipeline to draw a triangle with no blending in DoSingleSourceTest()
123 pass.SetBindGroup(0, MakeBindGroupForColors(std::array<RGBA8, 1>({{base}}))); in DoSingleSourceTest()
142 void CheckBlendOperation(RGBA8 base, in CheckBlendOperation() argument
161 DoSingleSourceTest(base, {test.first}, test.second); in CheckBlendOperation()
167 void CheckBlendFactor(RGBA8 base, in CheckBlendFactor() argument
194 DoSingleSourceTest(base, test.first, test.second); in CheckBlendFactor()
198 void CheckSrcBlendFactor(RGBA8 base, in CheckSrcBlendFactor() argument
202 CheckBlendFactor(base, colorFacto in CheckSrcBlendFactor()
206 CheckDstBlendFactor(RGBA8 base, wgpu::BlendFactor colorFactor, wgpu::BlendFactor alphaFactor, std::vector<std::pair<TriangleSpec, RGBA8>> tests) CheckDstBlendFactor() argument
871 RGBA8 base = kColors[((c + 31) * 29) % kColors.size()]; TEST_P() local
[all...]
/kernel/linux/linux-5.10/net/sctp/
H A Dendpointola.c39 * Initialize the base fields of the endpoint structure.
63 /* Initialize the base structure. */ in sctp_endpoint_init()
65 ep->base.type = SCTP_EP_TYPE_SOCKET; in sctp_endpoint_init()
68 refcount_set(&ep->base.refcnt, 1); in sctp_endpoint_init()
69 ep->base.dead = false; in sctp_endpoint_init()
72 sctp_inq_init(&ep->base.inqueue); in sctp_endpoint_init()
75 sctp_inq_set_th_handler(&ep->base.inqueue, sctp_endpoint_bh_rcv); in sctp_endpoint_init()
78 sctp_bind_addr_init(&ep->base.bind_addr, 0); in sctp_endpoint_init()
112 ep->base.sk = sk; in sctp_endpoint_init()
113 ep->base in sctp_endpoint_init()
[all...]
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dsprd_wdt.c59 void __iomem *base; member
85 sprd_wdt_unlock(wdt->base); in sprd_wdt_isr()
86 writel_relaxed(SPRD_WDT_INT_CLEAR_BIT, wdt->base + SPRD_WDT_INT_CLR); in sprd_wdt_isr()
87 sprd_wdt_lock(wdt->base); in sprd_wdt_isr()
96 val = readl_relaxed(wdt->base + SPRD_WDT_CNT_HIGH) << in sprd_wdt_get_cnt_value()
98 val |= readl_relaxed(wdt->base + SPRD_WDT_CNT_LOW) & in sprd_wdt_get_cnt_value()
116 val = readl_relaxed(wdt->base + SPRD_WDT_INT_RAW); in sprd_wdt_load_value()
126 sprd_wdt_unlock(wdt->base); in sprd_wdt_load_value()
128 SPRD_WDT_LOW_VALUE_MASK, wdt->base + SPRD_WDT_LOAD_HIGH); in sprd_wdt_load_value()
130 wdt->base in sprd_wdt_load_value()
[all...]
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dsprd_wdt.c60 void __iomem *base; member
86 sprd_wdt_unlock(wdt->base); in sprd_wdt_isr()
87 writel_relaxed(SPRD_WDT_INT_CLEAR_BIT, wdt->base + SPRD_WDT_INT_CLR); in sprd_wdt_isr()
88 sprd_wdt_lock(wdt->base); in sprd_wdt_isr()
97 val = readl_relaxed(wdt->base + SPRD_WDT_CNT_HIGH) << in sprd_wdt_get_cnt_value()
99 val |= readl_relaxed(wdt->base + SPRD_WDT_CNT_LOW) & in sprd_wdt_get_cnt_value()
119 val = readl_relaxed(wdt->base + SPRD_WDT_INT_RAW); in sprd_wdt_load_value()
129 sprd_wdt_unlock(wdt->base); in sprd_wdt_load_value()
131 SPRD_WDT_LOW_VALUE_MASK, wdt->base + SPRD_WDT_LOAD_HIGH); in sprd_wdt_load_value()
133 wdt->base in sprd_wdt_load_value()
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_buffer.cpp64 // Fill base template in d3d12_video_buffer_create()
65 pD3D12VideoBuffer->base = *tmpl; in d3d12_video_buffer_create()
66 pD3D12VideoBuffer->base.buffer_format = tmpl->buffer_format; in d3d12_video_buffer_create()
67 pD3D12VideoBuffer->base.context = pipe; in d3d12_video_buffer_create()
68 pD3D12VideoBuffer->base.width = tmpl->width; in d3d12_video_buffer_create()
69 pD3D12VideoBuffer->base.height = tmpl->height; in d3d12_video_buffer_create()
70 pD3D12VideoBuffer->base.interlaced = tmpl->interlaced; in d3d12_video_buffer_create()
71 pD3D12VideoBuffer->base.associated_data = nullptr; in d3d12_video_buffer_create()
72 pD3D12VideoBuffer->base.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET; in d3d12_video_buffer_create()
75 pD3D12VideoBuffer->base in d3d12_video_buffer_create()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderLang.cpp64 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetCompilerFromHandle() local
65 return base->getAsCompiler(); in GetCompilerFromHandle()
85 TShHandleBase *base = static_cast<TShHandleBase *>(handle); in GetTranslatorHLSLFromHandle()
86 return base->getAsTranslatorHLSL(); in GetTranslatorHLSLFromHandle()
353 TShHandleBase *base = static_cast<TShHandleBase *>(ConstructCompiler(type, spec, output)); in ConstructCompiler() local
354 if (base == nullptr) in ConstructCompiler()
359 TCompiler *compiler = base->getAsCompiler(); in ConstructCompiler()
368 Destruct(base); in ConstructCompiler()
372 return base; in ConstructCompiler()
380 TShHandleBase *base in Destruct()
557 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetUniformBlocks() local
567 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetShaderStorageBlocks() local
578 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetComputeShaderLocalGroupSize() local
588 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetVertexShaderNumViews() local
741 TShHandleBase *base = static_cast<TShHandleBase *>(handle); HasValidGeometryShaderInputPrimitiveType() local
752 TShHandleBase *base = static_cast<TShHandleBase *>(handle); HasValidGeometryShaderOutputPrimitiveType() local
763 TShHandleBase *base = static_cast<TShHandleBase *>(handle); HasValidGeometryShaderMaxVertices() local
774 TShHandleBase *base = static_cast<TShHandleBase *>(handle); HasValidTessGenMode() local
785 TShHandleBase *base = static_cast<TShHandleBase *>(handle); HasValidTessGenSpacing() local
796 TShHandleBase *base = static_cast<TShHandleBase *>(handle); HasValidTessGenVertexOrder() local
807 TShHandleBase *base = static_cast<TShHandleBase *>(handle); HasValidTessGenPointMode() local
818 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetGeometryShaderInputPrimitiveType() local
829 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetGeometryShaderOutputPrimitiveType() local
840 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetGeometryShaderInvocations() local
851 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetGeometryShaderMaxVertices() local
864 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetTessControlShaderVertices() local
876 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetTessGenMode() local
887 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetTessGenSpacing() local
898 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetTessGenVertexOrder() local
909 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetTessGenPointMode() local
920 TShHandleBase *base = static_cast<TShHandleBase *>(handle); GetShaderSharedMemorySize() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c722 return &ipp->base; in dcn21_ipp_create()
737 return &dpp->base; in dcn21_dpp_create()
761 return &aux_engine->base; in dcn21_aux_engine_create()
914 for (i = 0; i < pool->base.stream_enc_count; i++) { in dcn21_resource_destruct()
915 if (pool->base.stream_enc[i] != NULL) { in dcn21_resource_destruct()
916 kfree(DCN10STRENC_FROM_STRENC(pool->base.stream_enc[i])); in dcn21_resource_destruct()
917 pool->base.stream_enc[i] = NULL; in dcn21_resource_destruct()
921 for (i = 0; i < pool->base.res_cap->num_dsc; i++) { in dcn21_resource_destruct()
922 if (pool->base.dscs[i] != NULL) in dcn21_resource_destruct()
923 dcn20_dsc_destroy(&pool->base in dcn21_resource_destruct()
[all...]
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dsha256-glue.c74 .base.cra_name = "sha256",
75 .base.cra_driver_name = "sha256-arm64",
76 .base.cra_priority = 125,
77 .base.cra_blocksize = SHA256_BLOCK_SIZE,
78 .base.cra_module = THIS_MODULE,
86 .base.cra_name = "sha224",
87 .base.cra_driver_name = "sha224-arm64",
88 .base.cra_priority = 125,
89 .base.cra_blocksize = SHA224_BLOCK_SIZE,
90 .base
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...737