Home
last modified time | relevance | path

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

12

/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_shader.c193 shader->size = size; in vmw_gb_shader_init()
194 shader->type = type; in vmw_gb_shader_init()
399 if (!list_empty(&shader->cotable_head) || !shader->committed) in vmw_dx_shader_unscrub()
414 vmw_cotable_add_resource(shader->cotable, &shader->cotable_head); in vmw_dx_shader_unscrub()
579 kfree(shader); in vmw_dx_shader_res_free()
623 shader = kmalloc(sizeof(*shader), GFP_KERNEL); in vmw_dx_shader_add()
624 if (!shader) { in vmw_dx_shader_add()
630 shader->ctx = ctx; in vmw_dx_shader_add()
670 shader.res); in vmw_user_shader_base_to_res()
689 kfree(shader); in vmw_shader_free()
[all …]
H A Dvmwgfx_binding.h187 struct vmw_ctx_bindinfo_shader shader; member
H A Dvmwgfx_binding.c156 offsetof(struct vmw_ctx_binding_state, per_shader[0].shader),
157 offsetof(struct vmw_ctx_binding_state, per_shader[1].shader),
158 offsetof(struct vmw_ctx_binding_state, per_shader[2].shader),
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_mcp77.c211 const int shader = cstate->domain[nv_clk_src_shader]; in mcp77_clk_calc() local
247 if (shader == nvkm_clk_read(&clk->base, nv_clk_src_href)) { in mcp77_clk_calc()
250 clock = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in mcp77_clk_calc()
252 out = calc_P((core << 1), shader, &divs); in mcp77_clk_calc()
254 if (abs(shader - out) <= in mcp77_clk_calc()
255 abs(shader - clock) && in mcp77_clk_calc()
H A Dnouveau_nvkm_subdev_clk_nv50.c379 const int shader = cstate->domain[nv_clk_src_shader]; in nv50_clk_calc() local
478 if (P1-- && shader == (core << 1)) { in nv50_clk_calc()
482 freq = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in nv50_clk_calc()
H A Dnouveau_nvkm_subdev_clk_base.c464 cstate->domain[nv_clk_src_shader] = perfE.shader; in nvkm_pstate_new()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_perf.c121 info->shader = nvbios_rd16(bios, perf + 0x06) * 1000; in nvbios_perfEp()
122 info->core = info->shader + (signed char) in nvbios_perfEp()
138 info->shader = nvbios_rd16(bios, perf + 0x0a) * 1000; in nvbios_perfEp()
148 info->shader = nvbios_rd16(bios, perf + 0x0a) * 1000; in nvbios_perfEp()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A Dperf.h14 u32 shader; member
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallingConv.td87 // 32*4 + 4 is the minimum for a fetch shader consumer with 32 inputs.
119 // 32*4 + 4 is the minimum for a fetch shader with 32 outputs.
H A DSIInstrFormats.td382 // shader for general purpose use.
389 // addressable memory space for the shader, and we consider these instructions
H A DAMDGPU.td208 "S_INST_PREFETCH instruction causes shader to hang"
590 def FeatureShaderCyclesRegister : SubtargetFeature<"shader-cycles-register",
H A DSIInstructions.td330 // Branch to the early termination block of the shader if SCC is 0.
390 // Demote: Turn a pixel shader thread into a helper lane.
427 // Return for returning shaders to a shader variant epilog.
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUUsage.rst4761 * Each agent has multiple shader arrays (SA).
6022 * Each agent has multiple shader arrays (SA).
8310 * Each agent has multiple shader arrays (SA).
11028 :name: amdgpu-amdpal-code-object-shader-map-table
11118 :name: amdgpu-amdpal-code-object-shader-function-map-table
11183 shader.
11265 of the shader's program counter.
11267 The buffer can be anything the shader compiler needs it for, and
11271 well. Its layout and usage are defined by the shader compiler.
11275 hardware shader stage the data is for. E.g.,
[all …]
/netbsd/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
H A Djz4770.dtsi394 clock-names = "bus", "core", "shader";
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dsdm845-xiaomi-beryllium.dts260 zap-shader {
H A Dsdm850-lenovo-yoga-c630.dts345 zap-shader {
H A Dsdm845-mtp.dts443 zap-shader {
H A Dsdm845-oneplus-common.dtsi366 zap-shader {
H A Dsm8250-mtp.dts475 zap-shader {
H A Dsdm845-db845c.dts424 zap-shader {
H A Dqrb5165-rb5.dts561 zap-shader {
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm152 shader main label
H A Dcwsr_trap_handler_gfx9.asm167 shader main label
H A Dcwsr_trap_handler_gfx10.asm149 shader main label
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dimx6qdl.dtsi222 clock-names = "bus", "core", "shader";

12