Home
last modified time | relevance | path

Searched refs:fwdt (Results 1 – 21 of 21) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4Draw.cpp301 bool C4Draw::Blit(C4Surface * sfcSource, float fx, float fy, float fwdt, float fhgt, in Blit() argument
314 if (!sfcSource || !sfcTarget || !twdt || !thgt || !fwdt || !fhgt) return false; in BlitUnscaled()
337 float scaleX = twdt/fwdt; in BlitUnscaled()
371 vertices[1].tx = (fx + fwdt) / pTex->iSizeX; vertices[1].ty = fy / pTex->iSizeY; in BlitUnscaled()
372 vertices[2].tx = (fx + fwdt) / pTex->iSizeX; vertices[2].ty = (fy + fhgt) / pTex->iSizeY; in BlitUnscaled()
424 bool C4Draw::Blit8(C4Surface * sfcSource, int fx, int fy, int fwdt, int fhgt, in Blit8() argument
430 if (!fwdt || !fhgt) return true; in Blit8()
439 …Transform.SetMoveScale(tx-(float)fx*twdt/fwdt, ty-(float)fy*thgt/fhgt, (float) twdt/fwdt, (float) … in Blit8()
460 if (ifx<fx || ify<fy || ifx>=fx+fwdt || ify>=fy+fhgt) continue; in Blit8()
469 bool C4Draw::BlitSimple(C4Surface * sfcSource, int fx, int fy, int fwdt, int fhgt, in BlitSimple() argument
[all …]
H A DC4Draw.h149 bool Blit(C4Surface * sfcSource, float fx, float fy, float fwdt, float fhgt,
152 bool BlitUnscaled(C4Surface * sfcSource, float fx, float fy, float fwdt, float fhgt,
157 bool Blit8(C4Surface * sfcSource, int fx, int fy, int fwdt, int fhgt, // force 8bit-blit (inline)
160 bool BlitSimple(C4Surface * sfcSource, int fx, int fy, int fwdt, int fhgt,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c1010 struct fwdt *fwdt = &vha->hw->fwdt[1]; in qla27xx_mpi_fwdump() local
1017 buf += fwdt->dump_size; in qla27xx_mpi_fwdump()
1025 if (!fwdt->template) { in qla27xx_mpi_fwdump()
1030 len = qla27xx_execute_fwdt_template(vha, fwdt->template, buf); in qla27xx_mpi_fwdump()
1033 } else if (len != fwdt->dump_size) { in qla27xx_mpi_fwdump()
1036 fwdt->dump_size - len); in qla27xx_mpi_fwdump()
1068 struct fwdt *fwdt = vha->hw->fwdt; in qla27xx_fwdump() local
1073 if (!fwdt->template) { in qla27xx_fwdump()
1078 len = qla27xx_execute_fwdt_template(vha, fwdt->template, buf); in qla27xx_fwdump()
1081 } else if (len != fwdt->dump_size) { in qla27xx_fwdump()
[all …]
H A Dqla_init.c3376 struct fwdt *fwdt = ha->fwdt; in qla2x00_alloc_fw_dump() local
7884 struct fwdt *fwdt = ha->fwdt; in qla24xx_load_risc_flash() local
7950 fwdt->length = 0; in qla24xx_load_risc_flash()
7998 fwdt->length = dlen; in qla24xx_load_risc_flash()
8008 vfree(fwdt->template); in qla24xx_load_risc_flash()
8009 fwdt->template = NULL; in qla24xx_load_risc_flash()
8010 fwdt->length = 0; in qla24xx_load_risc_flash()
8131 struct fwdt *fwdt = ha->fwdt; in qla24xx_load_risc_blob() local
8206 fwdt->length = 0; in qla24xx_load_risc_blob()
8254 fwdt->length = dlen; in qla24xx_load_risc_blob()
[all …]
H A Dqla_os.c4610 struct fwdt *fwdt = ha->fwdt; in qla2x00_free_fw_dump() local
4634 for (j = 0; j < 2; j++, fwdt++) { in qla2x00_free_fw_dump()
4635 vfree(fwdt->template); in qla2x00_free_fw_dump()
4636 fwdt->template = NULL; in qla2x00_free_fw_dump()
4637 fwdt->length = 0; in qla2x00_free_fw_dump()
H A Dqla_def.h4380 struct fwdt { struct
4384 } fwdt[2]; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c1010 struct fwdt *fwdt = &vha->hw->fwdt[1]; in qla27xx_mpi_fwdump() local
1017 buf += fwdt->dump_size; in qla27xx_mpi_fwdump()
1025 if (!fwdt->template) { in qla27xx_mpi_fwdump()
1030 len = qla27xx_execute_fwdt_template(vha, fwdt->template, buf); in qla27xx_mpi_fwdump()
1033 } else if (len != fwdt->dump_size) { in qla27xx_mpi_fwdump()
1036 fwdt->dump_size - len); in qla27xx_mpi_fwdump()
1068 struct fwdt *fwdt = vha->hw->fwdt; in qla27xx_fwdump() local
1073 if (!fwdt->template) { in qla27xx_fwdump()
1078 len = qla27xx_execute_fwdt_template(vha, fwdt->template, buf); in qla27xx_fwdump()
1081 } else if (len != fwdt->dump_size) { in qla27xx_fwdump()
[all …]
H A Dqla_init.c3376 struct fwdt *fwdt = ha->fwdt; in qla2x00_alloc_fw_dump() local
7884 struct fwdt *fwdt = ha->fwdt; in qla24xx_load_risc_flash() local
7950 fwdt->length = 0; in qla24xx_load_risc_flash()
7998 fwdt->length = dlen; in qla24xx_load_risc_flash()
8008 vfree(fwdt->template); in qla24xx_load_risc_flash()
8009 fwdt->template = NULL; in qla24xx_load_risc_flash()
8010 fwdt->length = 0; in qla24xx_load_risc_flash()
8131 struct fwdt *fwdt = ha->fwdt; in qla24xx_load_risc_blob() local
8206 fwdt->length = 0; in qla24xx_load_risc_blob()
8254 fwdt->length = dlen; in qla24xx_load_risc_blob()
[all …]
H A Dqla_os.c4610 struct fwdt *fwdt = ha->fwdt; in qla2x00_free_fw_dump() local
4634 for (j = 0; j < 2; j++, fwdt++) { in qla2x00_free_fw_dump()
4635 vfree(fwdt->template); in qla2x00_free_fw_dump()
4636 fwdt->template = NULL; in qla2x00_free_fw_dump()
4637 fwdt->length = 0; in qla2x00_free_fw_dump()
H A Dqla_def.h4380 struct fwdt { struct
4384 } fwdt[2]; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c1010 struct fwdt *fwdt = &vha->hw->fwdt[1]; in qla27xx_mpi_fwdump() local
1017 buf += fwdt->dump_size; in qla27xx_mpi_fwdump()
1025 if (!fwdt->template) { in qla27xx_mpi_fwdump()
1030 len = qla27xx_execute_fwdt_template(vha, fwdt->template, buf); in qla27xx_mpi_fwdump()
1033 } else if (len != fwdt->dump_size) { in qla27xx_mpi_fwdump()
1036 fwdt->dump_size - len); in qla27xx_mpi_fwdump()
1068 struct fwdt *fwdt = vha->hw->fwdt; in qla27xx_fwdump() local
1073 if (!fwdt->template) { in qla27xx_fwdump()
1078 len = qla27xx_execute_fwdt_template(vha, fwdt->template, buf); in qla27xx_fwdump()
1081 } else if (len != fwdt->dump_size) { in qla27xx_fwdump()
[all …]
H A Dqla_init.c3376 struct fwdt *fwdt = ha->fwdt; in qla2x00_alloc_fw_dump() local
7884 struct fwdt *fwdt = ha->fwdt; in qla24xx_load_risc_flash() local
7950 fwdt->length = 0; in qla24xx_load_risc_flash()
7998 fwdt->length = dlen; in qla24xx_load_risc_flash()
8008 vfree(fwdt->template); in qla24xx_load_risc_flash()
8009 fwdt->template = NULL; in qla24xx_load_risc_flash()
8010 fwdt->length = 0; in qla24xx_load_risc_flash()
8131 struct fwdt *fwdt = ha->fwdt; in qla24xx_load_risc_blob() local
8206 fwdt->length = 0; in qla24xx_load_risc_blob()
8254 fwdt->length = dlen; in qla24xx_load_risc_blob()
[all …]
H A Dqla_os.c4610 struct fwdt *fwdt = ha->fwdt; in qla2x00_free_fw_dump() local
4634 for (j = 0; j < 2; j++, fwdt++) { in qla2x00_free_fw_dump()
4635 vfree(fwdt->template); in qla2x00_free_fw_dump()
4636 fwdt->template = NULL; in qla2x00_free_fw_dump()
4637 fwdt->length = 0; in qla2x00_free_fw_dump()
H A Dqla_def.h4380 struct fwdt { struct
4384 } fwdt[2]; member
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Object.cpp480 void C4Object::DrawFaceImpl(C4TargetFacet &cgo, bool action, float fx, float fy, float fwdt, float … in DrawFaceImpl() argument
492 fx, fy, fwdt, fhgt, in DrawFaceImpl()
514 if(twdt != fwdt || thgt != fhgt) in DrawFaceImpl()
519 matrix = StdMeshMatrix::Scale(twdt/fwdt,thgt/fhgt,std::sqrt(twdt*thgt/(fwdt*fhgt))) * matrix; in DrawFaceImpl()
537 auto fwdt = float(swdt); in DrawFace() local
574 …DrawFaceImpl(cgo, false, fx, fy, fwdt, fhgt, tx, ty, twdt, thgt, transform_active ? &transform : n… in DrawFace()
593 auto fwdt = float(swdt); in DrawActionFace() local
638 …DrawFaceImpl(cgo, true, fx, fy, fwdt, fhgt, tx, ty, twdt, thgt, transform_active ? &transform : nu… in DrawActionFace()
H A DC4Object.h222 …void DrawFaceImpl(C4TargetFacet &cgo, bool action, float fx, float fy, float fwdt, float fhgt, flo…
/dports/math/py-hdbscan/hdbscan-0.8.27/notebooks/
H A DHow Soft Clustering for HDBSCAN Works.ipynb189 …V\n2GXpuXUtxetY6djnWq0WBoMBLMviHUxzuRyq1SoajcaIdYmNU18bwLYsCKIIURBgja2L1+/fwdt+\n8mdG4omDigP7neDrr…
/dports/textproc/wiggle/wiggle-1.3/tests/contrib/series/
H A Dmerge23571 patches.suse/scsi-qla2xxx-Correction-and-improvement-to-fwdt-proc.patch
H A Dorig23570 patches.suse/scsi-qla2xxx-Correction-and-improvement-to-fwdt-proc.patch
H A Dldiff23581 - patches.suse/scsi-qla2xxx-Correction-and-improvement-to-fwdt-proc.patch
H A Ddiff23574 | patches.suse/scsi-qla2xxx-Correction-and-improvement-to-fwdt-proc.patch