Home
last modified time | relevance | path

Searched refs:shader (Results 1 – 25 of 45) sorted by relevance

12

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_shader.c45 struct vmw_shader shader; member
167 struct vmw_shader *shader = vmw_res_to_shader(res); in vmw_gb_shader_init() local
186 shader->size = size; in vmw_gb_shader_init()
187 shader->type = type; in vmw_gb_shader_init()
188 shader->num_input_sig = num_input_sig; in vmw_gb_shader_init()
189 shader->num_output_sig = num_output_sig; in vmw_gb_shader_init()
202 struct vmw_shader *shader = vmw_res_to_shader(res); in vmw_gb_shader_create() local
232 cmd->body.type = shader->type; in vmw_gb_shader_create()
233 cmd->body.sizeInBytes = shader->size; in vmw_gb_shader_create()
357 struct vmw_dx_shader *shader = vmw_res_to_dx_shader(res); in vmw_dx_shader_commit_notify() local
[all …]
H A Dvmwgfx_binding.h190 struct vmw_ctx_bindinfo_shader shader; member
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dmcp77.c203 const int shader = cstate->domain[nv_clk_src_shader]; in mcp77_clk_calc() local
239 if (shader == nvkm_clk_read(&clk->base, nv_clk_src_href)) { in mcp77_clk_calc()
242 clock = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in mcp77_clk_calc()
244 out = calc_P((core << 1), shader, &divs); in mcp77_clk_calc()
246 if (abs(shader - out) <= in mcp77_clk_calc()
247 abs(shader - clock) && in mcp77_clk_calc()
H A Dnv50.c375 const int shader = cstate->domain[nv_clk_src_shader]; in nv50_clk_calc() local
474 if (P1-- && shader == (core << 1)) { in nv50_clk_calc()
478 freq = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in nv50_clk_calc()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dperf.c116 info->shader = nvbios_rd16(bios, perf + 0x06) * 1000; in nvbios_perfEp()
117 info->core = info->shader + (signed char) in nvbios_perfEp()
133 info->shader = nvbios_rd16(bios, perf + 0x0a) * 1000; in nvbios_perfEp()
143 info->shader = nvbios_rd16(bios, perf + 0x0a) * 1000; in nvbios_perfEp()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8-ss-gpu0.dtsi21 clock-names = "core", "shader";
/linux/Documentation/gpu/amdgpu/
H A Ddebugging.rst69 In the example above, a shader (cliend id = TCP) generated a read (RW = 0x0) to
71 0x0000800102800000. The user can then inspect their shader code and resource
H A Ddriver-core.rst68 encompasses the 3D pipeline and and shader blocks. This is by far the
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-lg-judyp.dts37 zap-shader {
H A Dmsm8996-oneplus3.dts31 zap-shader {
H A Dmsm8996-oneplus3t.dts32 zap-shader {
H A Dsdm845-lg-judyln.dts51 zap-shader {
H A Dmsm8996pro-xiaomi-natrium.dts43 zap-shader {
H A Dsm6115p-lenovo-j606f.dts71 zap-shader {
H A Dsc7180-acer-aspire1.dts34 zap_mem: zap-shader@80840000 {
430 zap-shader {
H A Dmsm8996pro-xiaomi-scorpio.dts95 zap-shader {
H A Dsm6115-fxtec-pro1x.dts125 zap-shader {
H A Dsdm845-lg-common.dtsi471 zap-shader {
H A Dsdm845-xiaomi-beryllium-common.dtsi249 zap-shader {
H A Dsdm845-xiaomi-polaris.dts399 zap-shader {
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dperf.h12 u32 shader; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v10_3_0_cleaner_shader.asm39 shader main label
H A Dgfx_v9_4_3_cleaner_shader.asm47 shader main label
/linux/arch/arc/boot/dts/
H A Dhsdk.dts323 clock-names = "bus", "reg", "core", "shader";
/linux/arch/mips/boot/dts/ingenic/
H A Djz4770.dtsi393 clock-names = "bus", "core", "shader";

12