Home
last modified time | relevance | path

Searched refs:tsCtx (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
169 if (!tsCtx) in TSInitCtx()
171 return tsCtx; in TSInitCtx()
174 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
175 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
179 return tsCtx; in TSInitCtx()
183 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
186 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
196 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
201 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.h168 HANDLE tsCtx = pContextMem; in TSInitCtx() local
170 SWR_TS* pTessellator = new (tsCtx) SWR_TS(); in TSInitCtx()
171 SWR_ASSERT(pTessellator == tsCtx); in TSInitCtx()
175 return tsCtx; in TSInitCtx()
179 INLINE void SWR_API TSDestroyCtx(HANDLE tsCtx) ///< [IN] Tessellation context to be destroyed in TSDestroyCtx() argument
182 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSDestroyCtx()
192 TSTessellate(HANDLE tsCtx, ///< [IN] Tessellation Context in TSTessellate() argument
197 SWR_TS* pTessellator = (SWR_TS*)tsCtx; in TSTessellate()
H A Dfrontend.cpp1273 HANDLE tsCtx = TSInitCtx(tsState.domain, in TessellationStages() local
1278 if (tsCtx == nullptr) in TessellationStages()
1282 tsCtx = TSInitCtx(tsState.domain, in TessellationStages()
1288 SWR_ASSERT(tsCtx); in TessellationStages()
1402 TSTessellate(tsCtx, tessFactors, tsData); in TessellationStages()
1647 TSDestroyCtx(tsCtx); in TessellationStages()
/dports/science/PETSc/petsc-3.14.1/src/contrib/fun3d/incomp/
H A Dflow.c108 tsCtx.max_steps = 50; tsCtx.max_time = 1.0e+12; tsCtx.iramp = -50; in main()
115 tsCtx.print_freq = tsCtx.max_steps; in main()
155 user.tsCtx = &tsCtx; in main()
338 TstepCtx *tsCtx = user->tsCtx; in FormFunction() local
445 TstepCtx *tsCtx = user->tsCtx; in FormJacobian() local
469 if ((tsCtx->itstep != 0) &&(tsCtx->itstep % tsCtx->print_freq) == 0) { in FormJacobian()
487 TstepCtx *tsCtx = user->tsCtx; in Update() local
618 TstepCtx *tsCtx = user->tsCtx; in ComputeTimeStep() local
632 tsCtx->fnorm_ini = tsCtx->fnorm; in ComputeTimeStep()
633 tsCtx->cfl = tsCtx->cfl_ini; in ComputeTimeStep()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/contrib/fun3d/comp/
H A Dflow.c108 tsCtx.fnorm_ini = 0.0; tsCtx.cfl_ini = 100.0; tsCtx.cfl_max = 1.0e+05; in main()
109 tsCtx.max_steps = 50; tsCtx.max_time = 1.0e+12; tsCtx.iramp = -50; in main()
118 tsCtx.print_freq = tsCtx.max_steps; in main()
192 user.tsCtx = &tsCtx; in main()
327 TstepCtx *tsCtx = user->tsCtx; in FormFunction() local
441 TstepCtx *tsCtx = user->tsCtx; in FormJacobian() local
475 TstepCtx *tsCtx = user->tsCtx; in Update() local
541 tsCtx->cfl = tsCtx->cfl_ini; in Update()
650 tsCtx->cfl, tsCtx->fnorm); in Update()
674 TstepCtx *tsCtx = user->tsCtx; in ComputeTimeStep() local
[all …]
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS14330 TstepCtx *tsCtx;tsCtx32,1008
14739 TstepCtx *tsCtx;tsCtx34,980
H A DCTAGS32282 SetPetscDS src/contrib/fun3d/comp/flow.c /^int SetPetscDS(GRID *grid, TstepCtx *tsCtx)$/;" f langua…
32283 SetPetscDS src/contrib/fun3d/incomp/flow.c /^int SetPetscDS(GRID *grid,TstepCtx *tsCtx)$/;" f langu…
80072 tsCtx src/contrib/fun3d/comp/flow.c /^ TstepCtx *tsCtx; \/* Pointer to…
80073 tsCtx src/contrib/fun3d/incomp/flow.c /^ TstepCtx *tsCtx; \/* Poin…